Last Updated: Sep 13, 2021
Use this function to post a given message to the provided channel.
Send Message (token, channel_id, text)
| Input Parameter Name | Description | 
|---|---|
| token | Authentication token | 
| channel_id | ID of the channel to post the message | 
| text | The message to be posted | 
- 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>.
 
| Return Value | Description | 
|---|---|
| Output | 
  | 
Send Message (xoxp-12QWERT, ABC123, Hello)
To view all the Slack functions, click here.