Webhook for Invoices
If a user creates or updates an invoice, a webhook post is generated: { sageBusinessId: string, invoiceId: string, eventType: CREATE || UPDATE, eventTime: timestamp, ...other metadata } This would allow developers to make sure their Sage integrati...