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 integrations keep up to speed with changes to the user's account as and when they happen.