Contact data webhook
Webhook
Payload
Name
Type
Description
Headers
Name
Type
Description
{
"contact": {
"firstname": "Jean",
"lastname": "Dupont",
"email": "[email protected]",
"phone": null,
"company": null
},
"date": "2025-03-31T11:18:20+00:00",
"employee": {
"email": "[email protected]",
"fullName": "John Doe"
}
}Last updated