Trigger a Job by clicking a Link in outlook email boy

Hi All,

does anyone have a scenario to trigger a job by clicking a link in the Outlook email body?

additional information is as follows:

  1. Has no installed Outlook
  2. only for UR.

Thanks
Indra

@irahmat

May be you can try with sending email on click and then have trigger on mailbox…when new email is arrived

Cheers

Hi

I hope u can give a try with Click Trigger

https://docs.uipath.com/activities/other/latest/user-guide/click-trigger-v-2

Cheers @irahmat

Hi @irahmat

You can try this-

  1. Create a rule in Outlook that automatically forwards emails containing the link to a specific email address. This email address will be used as a trigger for the UiPath job.
  2. Then use the “Get Outlook Mail Messages” activity to retrieve the email containing the link.
  3. Use the “Get IMAP Mail Message” activity to extract the body of the email. Then, use regular expressions or string manipulation to extract the link from the body.
  4. Trigger the UiPath job: Use the extracted link as a parameter to trigger the UiPath job using the “Start Job” activity in UiPath.

Thanks!

HI,

thank for your suggestion but I guess this trigger not fit for UR. CMIIW.

thank you for your suggestion.

unfortunately, UR has no installed Outlook.