Webhook
Webhook Integration Guide
Introduction
Webhook action will allow you to send detailed data seamlessly when the action is called.
Prerequisites
An Endpoint to receive data sent from Perimeters.
Integrating Webhook in your account
Log in to your Perimeters account and navigate to the "Integrations" section. Select "Webhook" from the list of available integrations and click on “Add Application”
"URL" -
Add the webhook endpoint in the url field.
"Header Key" -
Give a suitable custom name to identify the secret key sent in the Request header.
"Header Value (Secret Key)" -
Click the Copy button to copy the generated secret key, make sure to store it safely and not lose it. *This secret key will be passed in the request header as 'x-webhook-secret', which the consumer application can refer to verify the request.
Click Finish button to complete the integration process.
Last updated