Webhooks
SuperOffice webhooks push event notifications to external systems in real time. Admins can manage them from Settings and maintenance; developers can register them via the REST API or CRMScript.
SuperOffice webhooks let your systems react to events as they happen. Instead of polling for changes, your application or integration receives a notification automatically when a contact is created, a sale is updated, a ticket is closed, or any other supported event occurs.
A webhook delivers a payload to a target URL. The payload contains the event name, the affected entity, and a list of changed fields - everything a subscriber needs to take action without a follow-up request to SuperOffice.
Webhooks are available to both administrators managing integrations in SuperOffice and developers building custom applications on the SuperOffice platform.
Related topics
WebhookWebhooks panelWebhook subscriptionTroubleshooting webhooksTest WebhookCreate webhook