Skip to Content
IntegrationsMake (Integromat)

Make (Integromat)

Make (formerly Integromat) is the visual-scenario alternative to Zapier/Pabbly. Same integration shape on our side.

Setup

1. Copy the Splashify webhook URL

https://apis.splashifypro.com/api/v1/webhooks/integrations/<your-user-id>/make

2. Build the scenario

make.com Create a new scenario.

  1. Trigger — any app + event.

  2. Action — add an HTTP → Make a request module.

  3. Configure:

    FieldValue
    URLURL from step 1
    MethodPOST
    HeadersContent-Type: application/json
    Body typeRaw
    Request contentJSON with flat keys (phone, name, etc.)
    Parse responseYes
  4. Run once to test.

3. Configure in Splashify

  • Phone Fieldphone (or whatever key you used)
  • Variables → map to your JSON keys

Gotchas

  • Same as Zapier — no event routing, no signing. Keep the webhook URL private.