POST request will have the following data in its body:
id and created are a random UUID and UNIX timestamp, respectively, and common for all webhooks.
Refer to the IntegrationSessionData and Proposal entities for the exact shape the payload can take.
Invoicing Data
The invoicing information can be found in theproposal.invoicing field, which may contain:
address- Invoice address (string)city- City (string)companyName- Company name for invoicing (string)invoiceAddress- Alternative invoice address (string)organizationNumber- Organization/VAT number (string)reference- Invoice reference/PO number (string)zipCode- Postal/ZIP code (string)