HomeGuidesAPI ReferenceChangelog
Log In
Guides

RegScale webhooks allow applications to communicate with each other in real-time by sending data when an event occurs.

Adding a Webhook

  1. Navigate to Automation Manager.
  2. Click on the config button on Webhooks
  3. Once there, click on manage button for webhooks.
  4. Then add a webhook by clicking the add button and configuring like this:
  5. Pick a topic relevant to what you’re testing.
  6. For the Endpoint URL, enter a url you would like to send the event to
  7. Post Event Payload = True if you would like to send the data from the webhook event selected in step #5
  8. Retry on Fail = True (whether to retry if it fails)
  9. Max Retries = 3 (how many times to retry failures)
  10. Custom Payload = Data to use either with or without the payload (selected during step #7) from the selected webhook even in step #5
  11. 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.

Did this page help you?