Use these workflows to list or download invoices:
List invoices and credit memos
Use this workflow to list invoices and credit 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 invoices and credit memos for the contract keyed by the
contractId
you retrieved previously.
List contract's invoices and credit memos
Open Recipe
Download an invoice or a credit memo file
Use this workflow to download and invoice or a credit 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 invoices and credit memos or List contracts and List contract's invoices and credit memos. 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 an invoice or a credit memo 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