Hello,
I'm trying to create a webhook that trigger contact or lead information when a field is updated, but I don't know how to do it.
I've made webhook and I can send to a URL (requestbin, to test, for example). But I don't get a JSON format. I've followed a lot of tutorials, but I'm not able to do it.
How could I do to receive a JSON like this in Zoho CRM?
{
name: Example
lastname: Example
}
Thanks for your help!