You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i need to post to slack from webhook and your api perfectly does the trick. Indeed, i'd like to tag (mention) someone while posting from the webhook on a given channel.
@adriens I don't have a machine at hand to try this but you can pass the value of parse argument to full and try. This is assuming you've @<username> in your message.
@ashwanthkumar - Setting parse("full") does work but then any links in your messages are no longer formatted. The easiest way to get this to work was to use the format in the article above: <@username>
Hi, i need to post to slack from webhook and your api perfectly does the trick. Indeed, i'd like to tag (mention) someone while posting from the webhook on a given channel.
It's exactly the same thing as the one described here : https://stackoverflow.com/questions/40771924/how-to-mention-user-in-slack-client
Is it feasible and if it does, could you please provide me some code snippet ?
Thanks in advance for your help.
Best Regards.
The text was updated successfully, but these errors were encountered: