CreateAlertChannel
Create a new notification channel for alert delivery
POST
/api/v1/alerting/channelsOperation ID
CreateAlertChannelSince
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 channel name
Example: Ops Email Channel
descriptionStringRequiredDescription of the channel purpose
Example: Email notifications for operations team
typeStringRequiredChannel type: email, webhook, dingtalk, etc.
Example: email
configObjectRequiredChannel-specific configuration. Supply real credential values; the redaction placeholder *** is only valid when updating an existing channel.
Example: (nested object)
templateIdStringRequiredMessage template identifier for rendering
Example: tmpl-email-001
