CreateAlertWebhookEndpoint
Create a new webhook endpoint with optional HMAC signing
POST
/api/v1/alerting/webhook-endpointsOperation ID
CreateAlertWebhookEndpointSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredHuman-readable name for the endpoint
Example: Slack Webhook
urlStringRequiredTarget URL for webhook delivery
Example: https://hooks.slack.com/services/T00/B00/xxx
signingEnabledBooleanRequiredWhether to enable HMAC signing
Example: true
signingSecretStringRequiredInitial signing secret (auto-generated if empty)
Example: my-secret-key
