Please help…!!! How to integrate UiPath with Lotus notes email activities
Like, getting notification when I get an email with attachment
Please help…!!! How to integrate UiPath with Lotus notes email activities
Like, getting notification when I get an email with attachment
Hi @AMRUTHA1
Please check out our Lotus activity package. The documentation is here:
I will make this message public in case someone else runs into the same thing
Thank you
Can you please share an example flow chat to get notification when I receive an email with attachment
Hi @AMRUTHA1,
This is one of simple example how to get attachment from mails.
@Pablito
Is there a acivity by name - Get Lotus Notes mail Message??
If so whats the package name…
It’s included in default UiPath.Mail.Activities package since Studio version 19.4
@Pablito
I have already added this package.
Not understanding why its not available
You have installed v1.2.6863.29868… please just click update button next to 1.5.0 version and then save.
i dont know why i m not getting it.
Please navigate manually to:
I just realized that version 1.4.0 of mail activities had “Lotus” in name and now in 1.5.0 version it’s “IBM Notes”. This might be the reason.
@Pablito
yes i am able to find the “Get IBM Notes Mail Messages” activity.
But if i get any attached email. How will it identify?
Hi @Seem
The mails that are retrieved can be processed with different methods.
This is how you would go about it if you would want to simply count the number of attachments:
You can use similar logic to make an IF statement to only act on messages with an attachment
(see this Forum for many, many examples of how to handle mail messages)
I have already worked on the - “Get Oulook mail” activity.
I was more curious to know how this - Get IBM Notes Mail Messages" Works.
So i was studying about it.
The Get Outlook i have worked , So how this Get IBM Notes Mail Messages , works??? If i get any attached email will it notify me from uipath?
Can you give me some sample example, if you have.
Thank you.
Sonika
It is basically the same as Get Outlook mail activity, as it returns a list of emails you can then handle the very same way.
The only difference is that it ‘talks’ to the Lotus client instead of the Outlook client
Lastly can you give me one sample .xaml for this activity , please.
Some sample example
A sample workflow will help.
I don’t have one on hand, but I do know that there is a cool explanation on our Academy
See this chapter here:
Hi,
I have a use case to retrieve mails from the shared mail box through IBM Lotus Notes.
I am able to retrieve the mails from the default mail box, but not through the shared mail box.
I am pointing to shared mail box folder - “robot.one@email.com/($Inbox)” but getting the mail count output as zero.
Please help.
Thanks
Hi @ronak_94, I’m in same situation. Did you find solution?
Aleksi K
Hi,
I didnt find any solution for the above but the reason might be because of IBM Lotus notes Version as UIPath does not support lotus notes version below 9.1
Please check your lotus notes version once.
Thanks