Channel
Create a channel
Create a new notification channel.
post/notification/channel
Request body
Example request
{
"nrn": "organization=1:account=2:namespace=3:application=4",
"description": "My Slack channel for approval notifications",
"source": [
"approval"
],
"type": "slack",
"configuration": {
"channels": [
"my-organization-private-channel"
]
},
"filters": {
"action": "deployment:create"
}
}Response
The operation was successful.
Example response
{
"id": 789,
"nrn": "organization=1:account=2:namespace=3:application=4",
"description": "My channel for approval notifications",
"source": [
"approval"
],
"type": "slack",
"configuration": {
"channels": [
"my-organization-private-channel"
]
},
"filters": {
"action": "deployment:create"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.