Webhooks are HTTPS calls that allow you to share information in real time, sent by Blendee to an external application, when certain events are triggered:
- Users who subscribe to the newsletter
- Users who unsubscribe from the newsletter
- users who bounce, i.e. on an error list during the delivery of a newsletter.
Unlike APIs, webhooks do not cope with a data request but happen completely automatically.
To activate webhooks, simply access the “App Center” section from the “Settings” menu and select the “Webhooks” item.
By clicking on the “Open” button, a pop-up appears in which you can choose the type of Webhook to activate, displaying the relative URL for each one.
With the call, a JSON containing the information of the user who triggered the action will be sent to the recipient.
Was this content useful?
Thanks for contributing!