Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make bot mention someone with message? #128

Open
tutyamxx opened this issue Jul 5, 2019 · 3 comments
Open

How to make bot mention someone with message? #128

tutyamxx opened this issue Jul 5, 2019 · 3 comments

Comments

@tutyamxx
Copy link

tutyamxx commented Jul 5, 2019

Hello, I am having a bit of a problem, I don't know how to make bot mention someone @name. For example I type "hello" and I want the bot to mention me back with the message "hello there".

Help please

@i-emek
Copy link

i-emek commented Jul 8, 2019

Hey,
You have to use message formatting provided by slack.

bot.postMessageToUser('username',"Hey <@userid>, thanks for submitting your report.", params)

and that's all

@tutyamxx
Copy link
Author

tutyamxx commented Jul 8, 2019 via email

@i-emek
Copy link

i-emek commented Jul 8, 2019

You're welcome ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants