Search

Join Conversation

Last Updated: Nov 4, 2020

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

Returns

Return Value Description
Output
  • On Success: 1, Conversation Joined Successfully
  • On Failure: 0, Error Message

Sample

Join Conversation (ABCDE, NC-45)

  • Uses the token ‘ABCDCEF’ to authenticate the connection to the Slack application, joins the conversation in the channel with ID ‘NC-45’.
    Returns ‘Conversation Joined Successfully’ on joining the channel.

To view all the Slack functions, click here.

Did you find what you were looking for?