Last Updated: Feb 14, 2022
Use this function to joins channel in the slack application to converse.
Join Conversation (token, channel_id)
Input Parameter Name | Description |
---|---|
token | Authentication token |
channel_id | ID of the channel to be Joind |
## Returns | **Return Value** | **Description** | | -------------------------- |-----------------| |Output |
- 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>.
To view all the Slack functions, click here.