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

Integration Service Activities

Last updated Mar 12, 2026

Send Bot Direct Message

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Sends a direct message to a user from the same tenant using a bot. Works only if the Include Bot option was selected when creating a connection and the UiPath Notification bot is added to the workspace. POST/bot_direct_messages

Input

ParameterDescriptionData Type
Message typeType of message content (message or card)enum
UPN (User principal name)The UPN (User principal name) which uniquely identifies the recipient across Azure Active Directory and Microsoft 365 services. If this field is left empty, the message will be sent to the connection owner by default. string
MessageText content of the message.string
Adaptive card JSONJSON payload representing the adaptive card content.string

Output

ParameterDescriptionData Type
Message IDUnique identifier of the sent message.string
ResponseFull message object returned by the API.Object
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