Home General Discussion

Looking to send email notification using alternate email.

Eric_EvansEric_Evans Member IT Monkey ✭

Scenario: We have a Request Offering where an end user can request their email address to be changed. upon completion of this request, we need to send the information to access the new email to an alternate email that the user will provide to us.

Is there a way that I can send a notification to this alternate email?

Best Answers

  • Shane_WhiteShane_White Cireson Support Super IT Monkey ✭✭✭✭✭
    Answer ✓

    Hi @Eric_Evans

    Definitely, if they are entering the email in a prompt, you can access this via PowerShell and grab the email address from the user inputs and send the email to that address.

    Just use something like a powershell activity in the Request and that should do the trick!

    Thanks,

    Shane

  • Eric_EvansEric_Evans Member IT Monkey ✭
    Answer ✓

    We have opted to send the information to a flow and send the email that way. Thank you for the reply!

Answers

  • Shane_WhiteShane_White Cireson Support Super IT Monkey ✭✭✭✭✭
    Answer ✓

    Hi @Eric_Evans

    Definitely, if they are entering the email in a prompt, you can access this via PowerShell and grab the email address from the user inputs and send the email to that address.

    Just use something like a powershell activity in the Request and that should do the trick!

    Thanks,

    Shane

  • Eric_EvansEric_Evans Member IT Monkey ✭
    Answer ✓

    We have opted to send the information to a flow and send the email that way. Thank you for the reply!

Sign In or Register to comment.