|
<< Click to Display Table of Contents >> Portal Settings - Webhooks |
![]() ![]()
|
Webhooks are automated messages sent from apps when something happens. They have a message—or payload—and are sent to a unique URL—essentially the app's phone number or address. Webhooks are almost always faster than polling, and require less work on your end. They're much like SMS notifications.
What a webhook does is notify Users any time someone checks in, so you can run any processes that you had in your application once this event is triggered.
The data is then sent over the web from the application where the event originally occurred, to the receiving application that handles the data.
Webhooks can be applied to Advanced Emailer keeping the same implementations in mind.
Click on the cog icon
to the right of the page and click on the Webhooks menu.
Users can create and configure a new custom webhook by clicking on the
button.

Clicking on the Send Test Payload allows Users to test the Webhook functionality in real-time before publishing and implementing it to the portal.