Home General Discussion
Options

Manually send notification

Eric_EvansEric_Evans Member IT Monkey ✭

I have a department that would like the ability to manually send a notification via a button on the portal. Has anyone done anything like this before?

Answers

  • Options
    James_JohnsonJames_Johnson Customer Advanced IT Monkey ✭✭✭

    I think the best way to do this would be with adding a custom task that calls a runbook or flow using a web request and that's what sends the email.

    You could also either find a property that you don't use, or add a custom property on whatever work item type this applies to and update that field to a specific value. Then make an email subscription monitor that work item type on update and trigger if the value matches the desired value. More hacky but easier to setup.

Sign In or Register to comment.