Using webhooks with DAST Essentials
You can use webhooks to integrate DAST Essentials with your development tools.
Create a webhook
- In DAST Essentials, go to the Target list page.
- Select a target, then select CONFIGURE.
- Select the Integrations tab or, for chat tools, select the Notifications tab.
- To see the instructions and example code you can use to create a webhook, select an integration.
For example, in a CI/CD pipeline, you can send a POST request to the webhook to start a scan for the target.
The following examples demonstrate how to send a request and download results.