Use these workflows to list or download invoices:
List your bills
Use this workflow to list invoices, credit memos, and debit memos:
- List contracts that a user has access to. Use the
contractId
value returned by this request in the next step.
List contracts
Open Recipe
- List bills for the contract keyed by the
contractId
you retrieved previously.
List contract's invoices and credit memos
Open Recipe
Download a bill file
Use this workflow to download an invoice, a credit memo, or a debit memo file:
- List contracts that a user has access to. Use the
contractId
value returned by this request in the next steps.
List contracts
Open Recipe
- List account's bills or List contracts and List contract's bills. Use the
invoiceId
value assigned to the document that you want to download in the next step.
List account's invoices and credit memos
Open Recipe
- Download a bill file keyed by the
invoiceId
andcontractId
values you retrieved previously.
Download an invoice or a credit memo file
Open Recipe
Use these workflows to manage notifications:
Create a notification
Use this workflow to create a notification:
- List contracts that a user has access to. Use the
contractId
values returned by this request in the next step.
List contracts
Open Recipe
- Create a notification for the contracts keyed by the
contractId
values you retrieved previously.
Create a notification
Open Recipe
Get a notification
Use this workflow to get a notification
- List notifications for an account. Use the
notificationId
value returned by this request in the next step.
List account's notifications
Open Recipe
- Get a notification to access the notification keyed by the
notificationId
you retrieved previously.
Get a notification
Open Recipe
Modify a notification
Use this workflow to modify a notification:
- List notifications for an account. Use the
notificationId
value returned by this request in the next steps.
List account's notifications
Open Recipe
- Get a notification to access the notification keyed by the specific
notificationId
you retrieved previously.
Get a notification
Open Recipe
- Modify a notification keyed by the specific
notificationId
you retrieved previously.
Modify a notification
Open Recipe
Remove a notification
Use this workflow to remove a notification:
- List notifications for an account. Use the
notificationId
value returned by this request in the next step.
List account's notifications
Open Recipe
- Remove a notification keyed by the specific
notificationId
you retrieved previously.
Remove a notification
Open Recipe