Webhook Integration Samples
Deprecated doc version
Please follow the link to find the up-to-date one.
Mixpanel
Use case
Send events data from 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
Headers
Data example
Amplitude
Use case
Send events data from 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
Headers
Data example
Slack
Use case
Trigger Slack messages from Journey
Prerequisites
Slack Account
URL example
https://pushwoosh.slack.com/apps/XXXXXXXX-incoming-webhooks
Headers
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
Headers
Data example
You can test webhooks with Zapier easily
Twillio (SMS)
Use Case
Send SMS from 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
Headers
Data example
Last updated