Search

Send Reply

Last Updated: Nov 4, 2020

Articles

Use this function to reply to the given message.

Syntax

Send Reply (token, channel_id, time_stamp, text)

Parameters

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

Returns

Return Value Description
Output
  • On Success: 1, Timestamp(ts) of the message
  • On Failure: 0, Error Reply

Sample

Send Reply (ABCDE, NC-45, 2020-12-11 03:14:07, Hello)

  • Uses the token ‘ABCDCEF’ to authenticate the connection to the Slack application, replies ‘Hello’ to the message with timestamp ‘2020-12-11 03:14:07’.
    Returns the ‘Timestamp’ of the sent reply.

To view all the Slack functions, click here.

Did you find what you were looking for?