Invoice Webhooks
Please note that webhook payloads may differ from the API responses for the same entities. This is because webhooks often require less data to be sent, and therefore omit some fields.
Overview
- CONTACT_CREATED
- CONTACT_UPDATED
- CONTACT_DELETED
Meta data
contact_id
audience_id
company_profile_id
{
"id": -1924653949,
"timestamp": 1694703678,
"eventName": "CONTACT_CREATED",
"payload": {
"id": "6cc7bb62-c57a-43d4-a373-4dd3cf03cd0f",
"contact_info": {
"email": "jur@reuzenpanda.nl",
"first_name": "Jur",
"last_name": "Jansen",
"phone": "0612345678",
"address_street": "Stationsplein",
"address_number": "8",
"city": "Weert",
"postal_code": "6001 CH",
"country": "Nederland"
},
"time_stamp": 1694703677909,
"audience": {
"id": "bd4af5b8-1117-4a03-b3d1-0a4bd7f2fbab"
},
"contact_type": "COMPANY"
},
"metadata": {
"audience_id": "bd4af5b8-1117-4a03-b3d1-0a4bd7f2fbab",
"contact_id": "6cc7bb62-c57a-43d4-a373-4dd3cf03cd0f",
"company_profile_id": "02539024-03ad-4e10-a735-ea6eee1b5d0a"
}
}