Recipes
Each recipe takes about five minutes and can be completed by someone who has never seen a webhook before. We use Make.com in the steps because its webhook support is free (Zapier's generic webhooks are a paid feature) — n8n works the same way, and a native Zapier app is coming soon.
Slack (or email) alert on new connection
Know the second a client grants access. The 5-minute starter recipe.
Sync new clients to your CRM
HubSpot, Pipedrive, or Go High Level — create the contact automatically.
Log every connection to Google Sheets
One row per connection, in Sheets or Airtable. Your audit trail builds itself.
Trigger your email onboarding sequence
Client connects → welcome sequence starts. No manual list-adding.
Look up client data from your own system
For developers: enrich your dashboard with a GET /clients/{id} call.
New to webhooks entirely? Start with the overview, then the Slack alert recipe — it teaches the pattern every other recipe reuses.