Last Updated: May 10, 2022
Use this function to reply to the given message.
Send Reply (token, channel_id, time_stamp, text)
| Input Parameter Name | Description |
|---|---|
| token | Authentication token |
| channel_id | ID of the channel to post the message |
| time_stamp | Time stamp (ts) of the unique message to be replied |
| text | The text to be replied to |
- 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 Reply (xoxp-12QWERT, ABC123, 2020-12-11 03:14:07, Hello)
To view all the Slack functions, click here.