A webhook is simply a call which a system makes to another system when something happens. Newsletter, with the Webhooks addon, can be configure to call an external system (usually an API) when:
More trigger could be added in the future, feel free to ask!
Configuring a webhook is pretty simple: you need to know the web address to call (for example https://externalapi.org/something) and select which event should be monitored.
Every time that event happens, Newsletter makes a call to the system passing over a set of JSON encoded data (the subscriber details or the newsletter details).
Read more at the official sales page…
1.0.6
27/10/2022
1.0.6
27/10/2022
A webhook is simply a call which a system makes to another system when something happens. Newsletter, with the Webhooks addon, can be configure to call an external system (usually an API) when:
More trigger could be added in the future, feel free to ask!
Configuring a webhook is pretty simple: you need to know the web address to call (for example https://externalapi.org/something) and select which event should be monitored.
Every time that event happens, Newsletter makes a call to the system passing over a set of JSON encoded data (the subscriber details or the newsletter details).
Read more at the official sales page…