Unified.to · Arazzo Workflow
Unified.to Accounting Invoice From Contact
Version 1.0.0
Create an accounting contact (customer), bill them with an invoice, and read the invoice back.
Provider
Workflows
accounting-invoice-from-contact
Create a customer contact, issue an invoice to them, and retrieve the invoice.
Creates an accounting contact flagged as a customer, creates an INVOICE whose contact_id references the new contact, then fetches the invoice by id to confirm it was booked.
1
createContact
createAccountingContact
Create the customer contact that the invoice will be addressed to, flagging it as a customer.
2
createInvoice
createAccountingInvoice
Issue an INVOICE addressed to the new contact in DRAFT status.
3
getInvoice
getAccountingInvoice
Read the invoice back by id to capture its number and total amount.