What will be the best approach of RE for below scenario?

Hi Team,

I want to read number of email which contains attachment.
All mail not coming at the same time. Subject will be the same.

I want to download the attachment from those mails.

Need to to process those records in Web Application.

So tell me the best way to do this process.

Bot should not be process the already processed records.

Thanks

Try this architecture

Init → Load Config + Connect Mailbox
then
Get Transaction Data → Fetch Emails → Add to Queue
then
Process Transaction → Download Attachment → Save → Update Web App/DB
then
Set Transaction Status → Success / Business Exception / Retry

Cheers

1 Like

Hello @Sanket_Shinde1,

I recommend using a linear process design for your scenario. Set the transaction number to 1 and place all your business logic within the Process section.

If you face any issue please share ss.

Best regards,
Rajesh Rane

1 Like

@Sanket_Shinde1

you can use integration services and have trigger when specific subject related emails comes in

also move the email to different folder can be done..or anyways if using integration service it will trigger only for the email current not for all and this repeats for any new email you get

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.