Why this matters
Make's HTTP module connects to any REST API; ReachOut's endpoints map cleanly. Build scenarios that create contacts on form submission, schedule campaigns from spreadsheet rows, or pipe ReachOut webhook events into downstream tools.
What you get
- No native Make app needed — HTTP module covers the API.
- Webhook trigger module reacts to ReachOut delivery / open / click / unsubscribe events.
- Idempotency keys supported — Make retries are safe.
- Visual scenario builder makes it easy to fork on conditional logic.
Setup in 4 steps
- Create an API key. Studio → Settings → API keys → Create.
- Add the HTTP "Make a request" module. Method: POST. URL: https://reachout-pulse-api.usereachout.com/api/contacts. Headers: Authorization: Bearer YOUR_API_KEY.
- Wire upstream data. Map the relevant fields from the upstream module (Typeform, Airtable, Webflow, etc.) into the request body.
- Subscribe to webhooks. Add a Webhooks "Custom mailhook" or "Custom webhook" module. Register the URL in Studio → Settings → Webhooks. Choose which events to receive.