Activity
Mon
Wed
Fri
Sun
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
What is this?
Less
More

Memberships

Brendan's AI Community

23.8k members β€’ Free

The DM Edge

710 members β€’ Free

1 contribution to Brendan's AI Community
ZOHO Bookings + n8n AI Agent Node
Anyone have experience using ZOHO Bookings API with an AI Agent node in n8n? Running into problem after problem gettting this to work for my client.
0 likes β€’ Jan 10
I figured it out... you have to pass a JSON Object for the customer details field. BUT!!! It needs to be formatted as an escaped text STRING that contains JSON. LLMS have a little trouble figuring that out but I built enough logic into the prompt and the directions in the tool node that it seems to be getting it right finally. Also the directions node will ignore a single escaped string and remove all your slashes so I had to enter a double escaped string like this: "{\\\"name\\\":\\\"John Smith\\\",\\\"email\\\":\\\"[email protected]\\\",\\\"phone_number\\\":\\\"9876543201\\\"}" which the node would save as: "{\"name\":\"John Smith\",\"email\":\"[email protected]\",\"phone_number\":\"9876543201\"}" if it got something like this: {"name":"John Smith","email":"[email protected]","phone_number":"987654320\"} It would fail lol
1-1 of 1
Adam Houghton
1
1point to level up
@adam-houghton-3450
Marketer

Active 8d ago
Joined Dec 16, 2025
Powered by