A webhook in web development is a method of augmenting or altering the behavior of a web application, with custom callbacks. These callbacks may be maintained, modified, and managed by third-party users and developers who may not necessarily be affiliated with the originating application.
To create a webhook:
Click on the Add New Webhook button.
Once you click on the button, you’ll need to provide the data required to configure the webhook:
Description Enter a description/Name for your webhook
Request URL: The endpoint URL for making an API call.
Choose when the webhook should be invoked. Choose the trigger event of the webhook.
Request JSON Payload data required by the API.
Request Header: HTTP header fields which are components of the header section of the request
Request Method: The HTTP method used for making the call.
You can generate the JSON payload by using the Include Replacement dropdown and populating transactional metadata like FirstName, LastName etc on the Request JSON