I’m currently using automations and i noticed that the minimum interval to trigger an automation is 1 hour.
Is there any way or workaround to trigger an automation more frequently, likely every 1minute or every few minutes?
You’re right that scheduled automations currently have a 1 hour minimum interval.
If you need faster cycles, here are some options:
- Use event-based triggers like record updates or machine attribute changes
- Use Connector Functions to poll external systems on a faster schedule
- Build app logic that waits a few minutes, then calls the Tulip API
Just a heads-up, triggering automations too often increases the chance of hitting rate limits, which can cause failures.