I created a workflow which is triggered by a webhook.
It replaces a MAKE.COM workflow which did work until I moved it to n8n.
While testing with postman the workflow runs without any errors.
But when I try to trigger the webhook from Zoho CRM in the same way postman does and Zoho did with MAKE I get a forbidden error.
I don’t have more information I can see in Zoho.
Is there an option to debug this in n8n: Can I see the request and the answer?
Please share your workflow
This is the trigger node:
Information on your n8n setup
n8n version: 1.18.1 (can’t update due to a bug in the form handling)
This seems to be a Zoho issue. My n8n Installation uses a special port, not 80 or 443. And this is what the documentation says for none-standard ports…
“In the URL to Notify field, if you want to specify a port number, please note that only 80 or 443 port numbers are supported.”