Integrations and webhooks
Forward new leads to the tools you already use with a pasted webhook URL — and build deeper with the REST API.
Updated 2026-07-16
The Integrations hub at Settings → Integrations is a catalog of tools you can connect to CurateOne. Connection is deliberately simple: paste a webhook URL from the other tool, and new leads are forwarded to it automatically.
02Connect a tool
- In the tool you want to connect, create an incoming webhook and copy its URL.
- Open Settings → Integrations and find the tool in the catalog.
- Paste the webhook URL and save.
- New leads now flow to that tool as they arrive.
03Signed payloads
Webhooks sent by CurateOne are HMAC-signed, with the signature in the x-curateone-signature header. If you control the receiving end, verify the signature so you know a payload genuinely came from CurateOne.
04For developers
Beyond lead forwarding, CurateOne exposes a REST API. Head to developers.curateone.ai for the API reference, webhook signature verification guide, and API keys.
TipIf a tool you use isn’t in the catalog but accepts incoming webhooks, an automation with the send-webhook action gets you the same result.