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.
https://hook.eu2.make.com/<hash>. Copy that URL.webhook.test payload immediately. Click Redetermine data structure in the Make module so it picks up the shape.event_type, data.company_name, data.headline, data.source_url into the destination fields.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.
A short list of second-module apps that pair naturally with PulseSignal events:
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 prioritise, write to hello@pulsesignal.co.