{
"name": "Webhook for Step Contact Update #1",
"stage": 40,
"rank": 1,
"mode": 0,
"eventhandler_serviceendpoint@odata.bind": "/serviceendpoints(9df991d4-c5dd-ed11-a7c5-6045bd6e1588)",
"sdkmessageid@odata.bind": "/sdkmessages(20bebb1b-ea3e-db11-86a7-000a3a5473e8)",
"sdkmessagefilterid@odata.bind": "/sdkmessagefilters(d4c5bb1b-ea3e-db11-86a7-000a3a5473e8)",
"supporteddeployment": 0,
"description": "TEST WEBHOOK FOR STEP Contact Update #1",
"filteringattributes": "firstname,lastname"
}
Is there anything that I missed?
By the way if I attached the creation event using the above payload but with following id with `sdkmessageid` then it trigger the call to my webhook url on creation of any contact.
{
.......
"sdkmessageid@odata.bind": "/sdkmessages(9ebdbb1b-ea3e-db11-86a7-000a3a5473e8)",
.....
}
I am struggling to find the actual issue. It will be highly appreciate, if anyone could help me.
Thanks in Advance