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
contractIdvalue returned by this request in the next step.
List contracts
Open Recipe
- List bills for the contract keyed by the
contractIdyou retrieved previously.
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
contractIdvalue 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
invoiceIdvalue assigned to the document that you want to download in the next step.
- Download a bill file keyed by the
invoiceIdandcontractIdvalues you retrieved previously.
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
contractIdvalues returned by this request in the next step.
List contracts
Open Recipe
- Create a notification for the contracts keyed by the
contractIdvalues you retrieved previously.
Get a notification
Use this workflow to get a notification
- List notifications for an account. Use the
notificationIdvalue returned by this request in the next step.
- Get a notification to access the notification keyed by the
notificationIdyou retrieved previously.
Modify a notification
Use this workflow to modify a notification:
- List notifications for an account. Use the
notificationIdvalue returned by this request in the next steps.
- Get a notification to access the notification keyed by the specific
notificationIdyou retrieved previously.
- Modify a notification keyed by the specific
notificationIdyou retrieved previously.
Remove a notification
Use this workflow to remove a notification:
- List notifications for an account. Use the
notificationIdvalue returned by this request in the next step.
- Remove a notification keyed by the specific
notificationIdyou retrieved previously.
