Hello, need help with Zoho integration

I want some helps regrading the zoho campaign integration with n8n
I want to integrate Zoho campaign through n8n, for analystics and tracking

Hello!
i was also very interested in integrations with Zoho.

You should provide more details of your request if you want the community to support you.

I warn you that the Zoho node does not allow all actions so you will probably have to create custom requests in HTTP.

So I created a drip campaign workflow in n8n, and i want to send the email through the Zoho campaign specifically, how track the clicks reply etc, i have implemented zoho crm succesfully but Campaign doesnt have a direct node to connect it to n8n, i also tried using http request but the data is not being formwarded to is not coming in the Zoho campaign

great workflow!
What specific question do you have? Did you experience problems in one of the blocks?
Do you have mistakes you can’t understand?

how can i integrate zoho campaigns into my workflow




so this the workflow for now, i am currently using gmail t send but i want to use Zoho campaign to send the emails

Based only on screenshots, it’s hard to fully understand all the logic and how you’re handling data across nodes, especially with multiple AI agents and conditional branches.

Regarding your request to replace Gmail with Zoho Campaigns.

Zoho Campaigns does not offer a native node in n8n at the moment. You’ll need to use the HTTP Request node to interact with their REST API.

  1. Generate your Zoho Campaigns access token (OAuth2 or via Zoho’s self-client flow).

  2. Use the HTTP Request node to:

  • Create or fetch mailing lists
  • Add or update subscribers
  • Launch campaigns or send emails using preconfigured templates
  1. Replace your current Gmail “send” node with an HTTP Request that calls Zoho’s send or launch campaign endpoint.

Note:
Before switching to Zoho, make sure to test each API call separately, validate response structures, handle errors gracefully (especially around rate limits and campaign status).

The Zoho campaigns is now linked to my n8n now, but i am unable to see the data that came from my n8n workflow