Set up the Snyk Webhook
You will set up the Snyk Webhook using the Snyk API v1 including the built-in console.
To set up the Snyk Webhook, follow these steps:
Copy your Organization ID from the Organization settings in the Snyk Web UI.\
Get your organization admin API Token from the Snyk Web UI, either from a Service Account or your own account.\
Switch to Console in the Snyk API v1 and add your organization ID as a parameter.\
In the Headers section add your Snyk API key to the Authorization.\
In the Body section add your values
{
“url”: “value-of-your-public-url”,
“secret”: “value-of-your-lambda-secret-environment-variable”
}
\Click Call Resource.
With this request done, your connection from Snyk to Slack will be completed. Every time there is a new vulnerability, you will get a new notification.
Last updated