85
Views
2
Comments
Make Delay in Action Send Emails
Question
Hello Everyone!

I need make a delay on action at attchament. I want that when the application has sent 300 e-mails stop 2 minutes and restart send after 2 minutes.

Best Regards, Paulo Torres
Print.JPG
2019-11-12 17-31-26
Justin James
 
MVP
Paulo -

You have two choices... you can either do it in one big action, and use Integration Studio to write an extension that waits (just a one-liner that tames a time in milliseconds and calls Thread.Sleep), or you can queue up the emails, and have an action pull 300 from the queue and stop, and run the action on a timer.

J.Ja
2023-08-28 07-00-10
Paulo Torres
Champion
Not simple.... I will try!
More options??

Thanks =)

Best Regards
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.