Send FreshBooks invoice to Telegram on QR scan
This query returns the full details of a FreshBooks invoice by its invoice ID.
Developer info
- API endpoint slug
- freshbooks.get_invoice_by_id
- Runtime method
- performQuery("freshbooks.get_invoice_by_id"}
Query fields
Invoice Text input > Other
- Label
- Invoice ID
- Helper text
- The FreshBooks invoice ID to look up.
- Slug
- invoice_id
- Required
- true
- Can have default value
- true
Ingredients
Invoice
- Slug
- invoice_id
- Filter code
- Freshbooks.getInvoiceById.InvoiceId
- Type
- String
- Example
- 245620
Invoice number
- Slug
- invoice_number
- Filter code
- Freshbooks.getInvoiceById.InvoiceNumber
- Type
- String
- Example
- 0000021
Client name
- Slug
- client_name
- Filter code
- Freshbooks.getInvoiceById.ClientName
- Type
- String
- Example
- Acme Inc
Amount
- Slug
- amount
- Filter code
- Freshbooks.getInvoiceById.Amount
- Type
- String
- Example
- 1250.00
Currency
- Slug
- currency
- Filter code
- Freshbooks.getInvoiceById.Currency
- Type
- String
- Example
- USD
Status
- Slug
- status
- Filter code
- Freshbooks.getInvoiceById.Status
- Type
- String
- Example
- sent
Due date
- Slug
- due_date
- Filter code
- Freshbooks.getInvoiceById.DueDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Paid date
- Slug
- paid_date
- Filter code
- Freshbooks.getInvoiceById.PaidDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Line items count
- Slug
- line_items_count
- Filter code
- Freshbooks.getInvoiceById.LineItemsCount
- Type
- String
- Example
- 3
