Choose events and an endpoint, then click Activate Webhook.
Events
Select at least one event.Add a webhook
1
Open Webhooks
Open a project or an environment, then click Webhooks.
2
Choose events
Select the events that should notify your system.
3
Enter the endpoint
Enter the HTTPS URL that should receive the POST request, such as
https://example.com/webhook.4
Activate
Click Activate Webhook. Gapstack starts sending POST requests to the endpoint for the events you selected.
Your endpoint must accept POST requests and return a success status. If the endpoint is down, Gapstack cannot deliver the event.