Hello,
I am using the latest version of Orchestrator and have connected a Microsoft 365 email account using the Integration Service.
During the day, some processes are time-critical, so I have set the polling rate to 1 minute. However, at night, the processes that are triggered are not time-critical.
Is there a way to adjust the polling rate based on the time of day to reduce API requests?
@Felix_Giezek,
I don’t think we can make it dynamic. Try this approach if it’s helpful.
Create two connections, one for day time with 1 minute polling time and another one for night time with the desired polling interval.
Summary
Now create two processes one for day with day time connection and another with night time connection.
Schedule both process as per requirement.
Hidden the solution which you won’t require. Creating two connections should work here.