Create an automation to post a webhook
Connect your automation workflow in Moosend to a third-party system or application via a webhook.
Moosend allows you to create automated webhooks to connect your workflow to other applications or third-party systems, like Zapier. The webhook, with its data payload, is sent based on a specific trigger in your workflow. For example, sending the user's details details to a customer relationship manager (CRM) system when they subscribe to an email, or exporting the user's data when they make a purchase on the website.
To create an automation to post a webhook:
Click Add flow step below any part of your workflow where you want to add a Then post a webhook action.
In the Select action dialog, click Actions.
Click next to the Then post a webhook action.
In the Then post a webhook dialog, in the Webhook URL field, enter the URL where you want to post a webhook request.
Click Save.
Note
The webhook that you add in a Moosend automation uses the POST HTTP method with a JSON payload type and a payload JSON schema to send data to a third-party system or application.