POSThttps://api.astronomer.io/platform/v1beta1/organizations/organizationId/notification-channels/notificationChannelId
Path Parameters
Body
View in API Reference
Request
$curl -X POST https://api.astronomer.io/platform/v1beta1/organizations/organizationId/notification-channels/notificationChannelId \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "definition": {
> "dagId": "dagId",
> "deploymentApiToken": "deploymentApiToken",
> "deploymentId": "deploymentId"
> },
> "isShared": false,
> "name": "name",
> "type": "SLACK"
>}'
Response