Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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?
I am currently using sparkSend to send simple notifications to a space, example:
sparkSend credentialsId: 'jenkins-rialto-bot', message: "some message", messageType: 'html', spaceList: [[spaceId: someId, spaceName: someName]]
I want to add a...