cURL
curl --request PUT \ --url https://api.kadoa.com/v5/notifications/channels/{channelId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "channelType": "EMAIL", "config": { "recipients": [ "[email protected]", "[email protected]" ], "from": "[email protected]" } }'
{ "data": { "channel": {} }, "status": "<string>", "message": "<string>" }
API key for authentication
Channel ID
EMAIL
SLACK
WEBHOOK
WEBSOCKET
Configuration object specific to the channel type
Show child attributes
Array of recipient email addresses
["[email protected]", "[email protected]"]
Sender email address (optional, must be a @kadoa.com domain email)
"[email protected]"
Channel updated successfully