Wire PulseSignal into Make.com
PulseSignal speaks Standard Webhooks v1, the same shape Stripe, Shopify, and Polar use. Make.com's built-in Webhooks → Custom webhook module accepts that shape natively, so any of the 1,800+ apps Make integrates with can act on PulseSignal events with zero glue code on your side.
4-step setup
- Create a new scenario in Make.com and add the Webhooks → Custom webhook module as the trigger. Click Add on the webhook dropdown, give it a memorable name (e.g. PulseSignal events), and Make will mint a unique URL of the form
https://hook.eu2.make.com/<hash>. Copy that URL. - Add the URL to PulseSignal at Settings → Webhooks. Paste the Make URL, pick the event types you want forwarded (change_event, narrative, alert_rule_trigger), and save. PulseSignal will fire a
webhook.testpayload immediately. Click Redetermine data structure in the Make module so it picks up the shape. - Map fields downstream. Add a second module (Slack, Notion, Airtable, Google Sheets, HTTP, anything in the Make library) and drag PulseSignal fields like
event_type,data.company_name,data.headline,data.source_urlinto the destination fields. - Turn the scenario on and set the schedule to Immediately. From here, every PulseSignal event of the subscribed type flows through within seconds. You can verify deliveries from the webhook history table in PulseSignal and from the History tab in Make.
Verifying signatures (optional but recommended)
Make's default Custom webhook module does not verify webhook signatures. For production scenarios that drive money-moving actions, add a Tools → Compose a string module followed by a small Flow Control → Router filter that compares the computed HMAC against the X-PulseSignal-Signature header. The signing scheme is documented at /help/webhooks with Python and Node reference code that ports cleanly into Make's built-in functions.
Common destinations
A short list of second-module apps that pair naturally with PulseSignal events:
- Slack / Discord / Microsoft Teams. Post change events to a competitive-intel channel.
- Notion / Airtable / Coda / ClickUp. Append a structured row per event for downstream review.
- Salesforce / HubSpot / Pipedrive / Close. Attach competitor activity to the relevant account.
- Google Sheets / Excel 365. Log timestamped rows for analyst reporting.
- OpenAI / Anthropic / generic HTTP. Fan out into LLM-summarization pipelines or internal services.
Native Make.com app
A native PulseSignal app on the Make.com marketplace (with per-trigger event types, named output fields, and a discoverable listing) is on the roadmap. Until that ships, the generic Webhooks-Custom-webhook path above gives you the same delivery guarantees and the same payload shape. If you have a scenario blueprint you'd like us to prioritize, write to hello@pulsesignal.co.