Search

Join Conversation

Last Updated: Mar 8, 2023

Articles

Use this function to joins channel in the slack application to converse.

Syntax

Join Conversation (token, channel_id)

Parameters

Input Parameter Name Description
token Authentication token
channel_id ID of the channel to be Joind

  • To know more about token, click here.
  • To view the Channel ID, right click on the channel name in the left menu and select Copy link in Slack. Paste in a text editor, the URL is of the format: https://<Slack URL>/<Channel ID>.

## Returns | **Return Value** | **Description** | | -------------------------- |-----------------| |Output |
  • On Success returns 1 | Conversation Joined Successfully
  • On Failure returns 0 | Error Message
| ## Sample Join Conversation (xoxp-12QWERT, xoxp-12QWERT) * Uses token *xoxp-12QWERT* to authenticate connection to Slack, joins the conversation in channel with ID *ABC123*.
Returns *Conversation Joined Successfully* on joining the channel.

To view all the Slack functions, click here.

Did you find what you were looking for?