Create New Slack Channel Notifications
POST {{base_url}}/api/v2/accounts/{{account_id}}/notifications
Request Body
{"account_id"=>86165, "user_id"=>103835, "type"=>2, "state"=>1, "slack_channel_id"=>"C123456789", "slack_channel_name"=>"#ask-support"}
RESPONSES
status: Created
{"status":{"code":201,"is_success":true,"user_message":"Success!","developer_message":""},"data":{"id":18181,"state":1,"on_cancel":[],"on_failure":[],"on_success":[],"account_id":86165,"user_id":103835,"slack_channel_id":"C123456789","slack_channel_name":"#ask-support","external_email":null,"type":2,"created_at":"2024-03-14T14:05:06.552063+00:00","updated_at":"2024-03-14T14:05:06.552082+00:00"}}