conversations join
POST {{baseUrl}}/conversations.join
Joins an existing conversation.
Request Body
[{"name"=>"channel", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | Authentication token. Requires scope: channels:write | |
Content-Type | string |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","channel":{},"response_metadata":{"warnings":["\u003cstring\u003e"]},"warning":"\u003cstring\u003e"}