Is there anyway to send a Slack message to the user who ran an automation rule manually?
Hi @Gary Spross ,
I haven't tested this out but in theory you can try add 2 actions in the automation you mentioned:
This is sort of overkill but since you want to send a message from one tool to another mapping the Profiles ID's seems to one way.
Another way that can be :
Thanks Jehan. I'm figuring the second option is more feasible as the majority of the users (if not all) will be able to run the rule, so there's a lot of users...
I'm trying to figure out how to make that api call from within the automation rule. You don't happen to have an example do you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ironically I haven't used Slack (ever) 😅
I'll give this a whirl on my instance once and let you know if it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, :laughing:.
Appreciate any guidance if you are able to take a look.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello again,
The closest I got to this was tagging the initiator in the message.
Fetch the User ID using Slack's API, then pass the response to the Jira WebRequest (instead of the Slack Message action)
Hope this helps :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Gary Spross ,
if the above workaround helps pls mark this thread as the accepted answer, so that it can help others identify this thread 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Jehan Bhathena! Thanks for your help with this. I haven't had the opportunity to fetch the user id through the Slack API yet, but I'm sure this is the right way to go. Thanks again for taking the time to help me out with this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.