Zendesk Webhook
GoodBotVerifiedBOTAn automated service that pushes HTTP requests from the Zendesk platform to external endpoints based on specific triggers or events. Operated by Zendesk.
What is Zendesk Webhook?
Zendesk Webhook is an outbound notification service operated by Zendesk that enables real-time communication between the Zendesk platform and external web services. Unlike traditional crawlers that index content, this agent acts as a push mechanism, triggering HTTP requests whenever specific events occur within a user's Zendesk environment, such as ticket creation, user updates, or status changes. It is a critical component for developers building custom integrations, allowing external systems to react immediately to activity within the Zendesk ecosystem.
Identification
Zendesk WebhookWhy it crawls your site
This bot does not crawl the web in the traditional sense; it performs targeted HTTP requests to specific URLs configured by Zendesk administrators. It exists to push data payloads to external endpoints, ensuring that external databases, CRM systems, or custom applications remain synchronized with Zendesk activity. You can verify the operator by checking the source IP addresses against Zendesk's published IP ranges or by inspecting the request headers for Zendesk-specific authentication tokens.
Block or allow Zendesk Webhook
Add a Disallow rule for Zendesk Webhook in your robots.txt file. You can also block at the server level using your web server configuration or CDN firewall rules to filter requests matching the user-agent string.
# Block Zendesk Webhook from crawling your entire site User-agent: Zendesk Webhook Disallow: / # Allow Zendesk Webhook full access User-agent: Zendesk Webhook Allow: /
Ensure your robots.txt allows Zendesk Webhook. Verify requests by checking the user-agent string.
Traffic & trends
No Cloudflare traffic data available.
Loading trend data…
From the community
Recent Reddit discussion mentioning this bot.
Links & references
Data sources
This profile is compiled from the following sources.