API Webhooks

Learn how to write data from Swallow to your own system.

You can send data from Swallow to your own policy management system by using webbooks, which you can set up on our webhooks page here.

All quotes to your projects will be pushed to this webhook URL in real-time. The endpoint needs to be POST.

We don't queue or wait for a 200. The webhook is fire and forget at the moment so don't rely on it for core system integrations. The webhooks are good for triggering emails, alerting, updating dashboards, Zapier integrations etc.

Nothing will be lost, you always have access to the quote data in the platform or via the /quote API.

Last updated