curl --request POST \
--url https://api.kadoa.com/v5/notifications/channels \
--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>"
}curl --request POST \
--url https://api.kadoa.com/v5/notifications/channels \
--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