Describe the problem/error/question
I’ve tested Zendesk Trigger on the latest version of n8n and it’s not working. Creating a trigger on Zendesk consists of 2 parts:
- Creating a Business Rule that is triggered when something happens (in our case, a new ticket is created) that points to a webhook (see screenshot);
- Creating the webhook itself
n8n should create both when the automation is activated. However, for some reason, the webhook vanishes after it’s created. Notice that the screenshot shows that the trigger was really pointing to a webhook, but this one is invalid.
Am I doing something wrong?
Thanks a lot!
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.224.1
- Database (default: SQLite): PostgresSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: Ubuntu

