Create an outbound webhook endpoint (generates a signing secret)
Webhook Endpoints
Create Webhook Endpoint
POST
Create an outbound webhook endpoint (generates a signing secret)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Human-readable name for this endpoint
Example:
"Slack #alerts"
Destination URL for webhook delivery
Example:
"https://hooks.slack.com/services/T00/B00/xxx"
Payload format: slack uses the Slack incoming-webhook shape
Available options:
slack, generic Event types this endpoint subscribes to
Example:
[
"budget.threshold_reached",
"policy.violation"
]Response
201 - undefined