{ "event": "genericContact::created", "data": { "object": "resource", "model": "genericContact", "id": "<string>", "fields": { "firstName": "<string>", "lastName": "<string>", "email": "<string>", "phone": "<string>", "companyName": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>", "rawResource": "<any>", "warnings": [] } }
The unique identifier of the connector
The unique identifier of the owner
A unique key to ensure idempotency of the webhook request
The event identifier in the format model::trigger
model::trigger
Show properties
Available options: resource
The model identifier
The unique identifier
First name. Required string length: 1 - 250
Last name. Required string length: 1 - 250
Email. Required string length: 5 - 250
Phone number. Required string length: 5 - 20
Company name. Required string length: 1 - 2
The creation timestamp
The last update timestamp
The raw resource data
The warning code
The warning message