activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Feb 19, 2026

Send Reply

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Send a reply to a message in a Slack channel.POST/send_reply_v2

Input

ParameterDescriptionData Type
Channel name / IDThe names or IDs of the channel.string
Message timestampThe timestamp (ID) of the message you are replying to. string
MessageThe formatted text of the reply.string
Send asWhether to send the reply as the app or the user.string
Message fieldsAdditional key/value fields formatted as required.string
Button actionsComma-separated button action definitions.string
Image URLURL of a secondary image attachment.string
Reply broadcastWhether the thread reply should also appear in the main channel. boolean
Formatting options (parse)Controls Slack’s parsing behavior for the message.string
Link namesWhether to auto-link and mention names.boolean
Unfurl linksWhether to show previews for links.boolean
Bot nameCustom bot name (Bot Token only).string
Bot iconCustom bot icon (Bot Token only).string
Attachment image URLURL of the image displayed inside the attachment.string
Blocks TextText used inside Block Kit structures.string
Attachment TitleTitle of the attachment.string
TypeThe type of attachment or block.string
Attachment ColorColor applied to the attachment's sidebar.string
Message TimestampTimestamp for updating an existing message.string
Metadata Event TypeMetadata event type added to the reply.string
MrkdwnWhether to enable markdown formatting.boolean
Unfurl MediaWhether to preview media links.boolean
Metadata Event Payload TitleTitle field within the metadata payload.string
Blocks TypeBlock type used inside Block Kit.string
Metadata Event Payload IDID field within the metadata payload.string
Reply BroadcastDuplicate of the earlier flag—whether to broadcast the reply in-channel. boolean
Attachment Title LinkURL associated with the attachment title.string

Output

ParameterDescriptionData Type
ResponseThe output send replyobject
Message timestampThe ID (timestamp) of the message sentstring
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.

Example

You can provide the following input for Buttons actions and Message fields:


The final Slack button message looks as follows:


When you click the Reject button, a confirmation dialog box is displayed:


You can configure the response to the above button clicks in a separate workflow using the Button Clicked event. To ensure the button is clicked only once, use Send Button Response in the workflow along with Button Clicked to replace or delete the button message after first click.

  • Project compatibility
  • Overview
  • Input
  • Output
  • Example

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.