Webhooks
RegScale webhooks allow applications to communicate with each other in real-time by sending data when an event occurs.
Adding a Webhook
- Navigate to Automation Manager.
- Click on the config button on Webhooks
- Once there, click on manage button for webhooks.
- Then add a webhook by clicking the add button and configuring like this:
- Pick a topic relevant to what you’re testing.
- For the Endpoint URL, enter a url you would like to send the event to
- Post Event Payload = True if you would like to send the data from the webhook event selected in step #5
- Retry on Fail = True (whether to retry if it fails)
- Max Retries = 3 (how many times to retry failures)
- Custom Payload = Data to use either with or without the payload (selected during step #7) from the selected webhook even in step #5
- Once saved, the webhook should be good to go, and in the case above, if a security plan is updated the event is intercepted, the payload is posted, and you can verify that by accessing the Endpoint URL configured in the webhook.
Updated 13 days ago