Create Slack Channel in Communication Card

POST {{baseUrl}}/extensions/slack_v2/channel

Request Body

{"channel_name"=>"channel name", "incident_id"=>"<String>"}

RESPONSES

status: OK

{&quot;data&quot;:{&quot;created_at&quot;:&quot;2022-07-19T08:20:57.91247636Z&quot;,&quot;updated_at&quot;:&quot;2022-07-19T08:20:57.91247636Z&quot;,&quot;deleted_at&quot;:null,&quot;id&quot;:69,&quot;incident_id&quot;:&quot;62d6179d3650690007408bbd&quot;,&quot;url&quot;:&quot;https://app.slack.com/client/T01LK88PJ83/C03Q3Q57VFE&quot;,&quot;type&quot;:&quot;slack&quot;,&quot;title&quot;:&quot;test-punit-api-docs5&quot;,&quot;channel_id&quot;:&quot;C03Q3Q57VFE&quot;,&quot;archived_at&quot;:null}}