Webhook integration samples
Samples for integration with other services using Webhook
Mixpanel
Use case
Send events data from a journey to Mixpanel.
Prerequisites
Mixpanel account and Project ID
Webhook for ingestion API (https://developer.mixpanel.com/reference/events):
URL example
https://api.mixpanel.com/import?strict=1&project_id=XXXXXXX
Data example
Amplitude
Use case
Send events data from a journey to Amplitude.
Prerequisites
Amplitude Account
Webhook for Ingestion API (https://developers.amplitude.com/docs/http-api-v2#request-format):
URL
https://api.amplitude.com/2/httpapi
Data example
Slack
Use case
Trigger Slack messages from a journey.
Prerequisites
Slack Account
URL example
https://pushwoosh.slack.com/apps/XXXXXXXX-incoming-webhooks
Data example
Zapier
Use case
Send data to Zapier which can further be used in Zapier automation across 4000+ apps.
Prerequisites
Zapier Account
URL example
https://hooks.zapier.com/hooks/catch/XXXXXXX/xxxxxxx
Data example
Twillio (SMS)
Use Case
Send SMS from a journey
Prerequisites
Twillio Account (access to TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN)
Phone number purchased
URL example
https://api.twilio.com/2010-04-01/Accounts/\$TWILIO_ACCOUNT_SID/Messages.json
Data example
Last updated