This is the json format that is used when sending leads via webhook:
{
"version": "1.0.0",
"lead": {
"datetime": "2023-07-21T11:29:12.697Z",
"name": "Test Webhook",
"email": "testwebhook@email.com",
"phone": "(555) 555-5555",
"enquiry": "This is an enquiry generated to test the webhook"
},
"property": {
"id": "19710"
},
"campaign": {
"id": "7145"
}
}
Please note that the datetime field includes both the date and the time when the lead was generated using as per the ISO 8601 standard.
Comments
0 comments
Please sign in to leave a comment.