Webhooks
Use automations to quickly set up webhooks
-
1
-
Navigate to Automations and start creating a new automation.
-
2
-
Select the trigger that should initiate the webhook. For example, a goal or a visit on a certain URL.
-
3
-
As the action of the automation (the right column), select "Execute Webhook" from the Triggerbee library. Enter the URL for your webhook.
-
4
-
Give your automation a name and save it. When the automation is triggered, Triggerbee will call the webhook using a HTTP POST command and send a JSON payload of data regarding the visitor and the session.
-
Your developer will need to analyze the JSON payload (
tip: use a service like
https://requestb.in
) and develop a script that can do something with it, for example, insert into your system or funnel to a middleware like Zapier.