Trigger automation event less than 1 hour

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:

  1. Use event-based triggers like record updates or machine attribute changes
  2. Use Connector Functions to poll external systems on a faster schedule
  3. 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.