Add a webhook
- Select Settings in the lower left corner of your dashboard.
- Under Integrations, select Webhooks.
- Click Add Webhook and choose Slack or Custom.
- Configure the Method (GET or POST — Slack webhooks always use POST), the destination URL, and the Triggers (Signups, Orders), then Save.
Example payload
Here is an example webhook payload for a signup event.custom_fields is a single-level nested object of any custom fields collected with the signup, or null if there are none.