I am trying to integrate with Zoho CRM - when user is created in Bubble I want to create a contact in CRM. I got authentication taken care of, but I am not able to figure out on how to pass an object in key pair value set. Zoho Requires all data to be sent in a data object like so:
{
“data”:[
{
“Last_Name”: “Bubble”
}
]
}
I can’t figure out on how to pass an object in the input screen. However, if I put in RAW JSON i get a response:
Any help is greatly appreciated!