Webhooks
Webhooks allow you to receive real-time data from Jimo whenever specific events occur. By setting up webhooks, you can automate workflows, synchronize data with external systems, or trigger actions.
Last updated
Was this helpful?
Webhooks allow you to receive real-time data from Jimo whenever specific events occur. By setting up webhooks, you can automate workflows, synchronize data with external systems, or trigger actions.
Last updated
Was this helpful?
To set up webhooks in Jimo:
Navigate to Jimo Settings > Integrations.
Select the Webhook tab: Jimo Webhook Settings.
Click + New Webhook.
Enter a Webhook Name for easy identification.
Provide an Endpoint URL, which is the server address where Jimo will send the event data.
Click Add Event to choose the specific types of events you want to receive.
Save your webhook to start receiving data.
📝 Note: Once an event is triggered, Jimo sends a structured payload to the specified endpoint URL. You are responsible for handling, filtering, and formatting the data received.
Once created, you can:
View and edit any existing webhook.
Pause or activate a webhook to control whether it continues sending events.
Delete a webhook if it is no longer needed.
Each webhook maintains a history of triggered events:
Access your webhook from the list.
View the event history, which includes a timestamp and status (succeeded/failed).
Click on an event to inspect the request payload and server response.
Webhooks can track a wide range of actions, including:
User interactions (e.g., when a user views a hint or completes a survey).
Experience management (e.g., when a tour is created, published, or deleted).
System notifications (e.g., when the MAU limit is reached).
📌 For a complete , visit the Webhook Event Reference.
📌 For a complete , visit the Webhook Event Reference.