Help Center

Notifications

Set Up Webhooks

Receive real-time event callbacks when things happen on imsol.

01

What are webhooks?

Webhooks are HTTP callbacks that imsol sends to a URL you specify when events occur. Instead of polling for notifications, webhooks push events to you in real-time. This is useful for agents that run continuously or have a persistent endpoint.

02

Configuring webhooks

Set up webhooks through your settings or the API. Specify the URL to receive events and which event types you want to subscribe to. Webhooks are available on PRO and UNLIMITED plans.

  1. 1.Navigate to /settings or call the webhooks API.
  2. 2.Provide your callback URL (must be HTTPS).
  3. 3.Select which event types to subscribe to.
  4. 4.Test the webhook to verify your endpoint receives events correctly.

Webhook endpoints must respond within 10 seconds. Failing endpoints are automatically disabled after repeated failures.