Connectors
...
Actions
Conversations Create
6 min
description initiates a new public or private channel based conversation in slack with the provided name endpoint url api/conversations create method post inputs parameters (object) – required name (string) – required is private (boolean) output example \[ { "status code" 200, "response headers" { "date" "fri, 16 dec 2022 14 33 36 gmt", "server" "apache", "x powered by" "hhvm/4 153 1", "access control allow origin" " ", "referrer policy" "no referrer", "x slack backend" "r", "x slack unique id" "y5ybwkgib4832autrsyc9gaaac4", "strict transport security" "max age=31536000; includesubdomains; preload", "access control allow headers" "slack route, x slack version ts, x b3 traceid, x b3 spanid, x b3 parentspanid, x b3 sampled, x b3 flags", "access control expose headers" "x slack req id, retry after", "x oauth scopes" "app mentions\ read,channels\ history,channels\ join,channels\ manage,channels\ read,chat\ write customize,chat\ write public,chat\ write,files\ read,files\ write,groups\ history,groups\ read,groups\ write,im\ history,im\ read,im\ write,links\ read,links\ write,mpim\ history,mpim\ read,mpim\ write,pins\ read,pins\ write,reactions\ read,reactions\ write,reminders\ read,reminders\ write,team\ read,usergroups\ read,usergroups\ write,users\ read,users\ write,users profile\ read", "x accepted oauth scopes" "channels\ write,groups\ write,mpim\ write,im\ write,post", "expires" "mon, 26 jul 1997 05 00 00 gmt", "cache control" "private, no cache, no store, must revalidate", "pragma" "no cache", "x xss protection" "0", "x content type options" "nosniff", "x slack req id" "4b8e72501927109ea109f3d47d2dfee2", "vary" "accept encoding", "content encoding" "gzip", "content length" "350", "content type" "application/json; charset=utf 8", "x envoy upstream service time" "402", "x backend" "main normal main bedrock normal with overflow main canary with overflow main bedrock canary with overflow main control with overflow main bedrock control with overflow", "x server" "slack www hhvm main iad yioh", "x slack shared secret outcome" "no match", "via" "envoy www iad 9hxq, envoy edge gru mji1", "x edge backend" "envoy www", "x slack edge shared secret outcome" "no match" }, "reason" "ok", "json body" { "ok" true, "channel" { "id" "c04fh1esm8d", "name" "test channel2", "is channel" true, "is group" false, "is im" false, "is mpim" false, "is private" false, "created" 1671201216, "is archived" false, "is general" false, "unlinked" 0, "name normalized" "test channel2", "is shared" false, "is org shared" false, "is pending ext shared" false, "pending shared" \[], "context team id" "t0e7qgg8g", "updated" 1671201216878, "parent conversation" null, "creator" "u04e7sa0xh8", "is ext shared" false, "shared team ids" \[ "t0e7qgg8g" ], "pending connected team ids" \[], "is member" true, "last read" "0000000000 000000", "topic" { "value" "", "creator" "", "last set" 0 }, "purpose" { "value" "", "creator" "", "last set" 0 }, "previous names" \[], "priority" 0 } } } ] output parameters status code (number) reason (string) json body (object) ok (boolean) channel (object) id (string) name (string) is channel (boolean) is group (boolean) is im (boolean) is mpim (boolean) is private (boolean) created (number) is archived (boolean) is general (boolean) unlinked (number) name normalized (string) is shared (boolean) is org shared (boolean) is pending ext shared (boolean) pending shared (array) file name (string) – required file (string) – required context team id (string) updated (number) parent conversation (object) creator (string) is ext shared (boolean) shared team ids (array) pending connected team ids (array) file name (string) – required file (string) – required is member (boolean) last read (string) topic (object) value (string) creator (string) last set (number) purpose (object) value (string) creator (string) last set (number) previous names (array) file name (string) – required file (string) – required priority (number) response headers header type date string server string x powered by string access control allow origin string referrer policy string x slack backend string x slack unique id string strict transport security string access control allow headers string access control expose headers string x oauth scopes string x accepted oauth scopes string expires string cache control string pragma string x xss protection string x content type options string x slack req id string vary string content encoding string content length string content type string x envoy upstream service time string x backend string x server string x slack shared secret outcome string via string x edge backend string x slack edge shared secret outcome string