Webhooks
Create webhook
Creates a new webhook for a stack. The webhook secret is auto-generated and only returned in the creation response. Requires admin role.
post/api/webhooks
Request body
Example request
{
"name": "GitHub Deploy Hook",
"stack_name": "my-app"
}Response
Webhook created. The secret field is the HMAC signing key; save it now.