Hi,
I’m building a lead profiling workflow for a client:
Pull leads from Zoho CRM
Enrich each lead with their website behaviour from Zoho SalesIQ
Build a complete lead profile per contact
The missing piece is a Zoho SalesIQ integration. What’s the best way to connect to the SalesIQ API (EU datacenter) within n8n — is there a community node, or is an HTTP Request node with custom OAuth2 the recommended approach? And if HTTP Request is the way to go, how would you set that up correctly?
hi @LNH good morning!
nowadays there’s no node for zoho, the best approach is to go with the http request node with a custom oauth api credential. one thing to note, zoho lists https://accounts.zoho.eu as the OAuth server for Europe.
Hi LNH. I can help with the Zoho SalesIQ side as a bounded paid integration slice.
For this I would not start by guessing a whole architecture. I would first verify the EU OAuth/API path, build one SalesIQ → lead profile enrichment route in n8n, map the result back to the target Zoho CRM fields, and add error logging plus short handoff notes.
That first slice would be $450-$650 depending on how much of the SalesIQ API response and CRM mapping is already known. I would use redacted sample contacts/screenshots first, then only touch live credentials after the exact flow is agreed.
One question: do you already have the SalesIQ API endpoint / sample response for website behaviour, or is the first step to discover the correct endpoint and OAuth scopes?