12-11-2024 06:30 AM
A bot can get messages from a room using mentionedPeople=me
I want to post a message to a room, from a bot, mentionning itself, in order to be able to search and retrieve those messages later.
How can I @mention the bot itself when posting?
Solved! Go to Solution.
12-12-2024 03:57 AM
@slapierr you can use the usual mention syntax with the bot to mention itself, like this:
{
"roomId" : "{{demo_room}}",
"markdown" : "We should get <@personId:BOT_PERSON_ID|Droid> to look at that right away."
}
12-12-2024 03:57 AM
@slapierr you can use the usual mention syntax with the bot to mention itself, like this:
{
"roomId" : "{{demo_room}}",
"markdown" : "We should get <@personId:BOT_PERSON_ID|Droid> to look at that right away."
}
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide