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

Integration Service Activities

Last updated Mar 12, 2026

Send Bot Channel Message

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Send bot message to a channel. Works only if the Include Bot option was selected when creating a connection.
Note: The UiPath notification app must be added in the channel where you want to send the message.
POST/bot_conversations

Input

ParameterDescriptionData Type
Team IDThe unique identifier of the team within the channelstring
Channel IDThe unique identifier of the channel where the message is sent. string
Message typeThe type of text, either message or card. It cannot be both. enum
MessageThe actual text content of the message being sent to the channel. string
Bot IDA unique identifier for the bot sending the message.string

Output

ParameterDescriptionData Type
ResponseResult of the send message operationObject
Note:
  • 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.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated