Skip to main content
Skip table of contents

Publishing a Flow with No Schedule (API Trigger Only)

To ensure a flow can only be triggered by an API call, you need to publish it without a valid schedule.

This puts the flow in a "published" and ready state, waiting for an external trigger rather than running on a timer. ✅

Goal

The objective is to make a flow active and runnable via the API, but prevent it from ever running on its own internal schedule.

How to Configure an Empty Schedule

Follow these steps in your flow's configuration:

  1. Navigate to the Schedule tab for the flow you wish to configure.

  2. Under Schedule Type, select Daily.

  3. In the Days selection that appears, do not select any days of the week. Ensure all checkboxes from Monday to Sunday are left unticked.

  4. Click Save & Publish.

013c4b99-bb19-4153-8f7c-725c93d2d31c.png

Result

Your flow is now published and active, but it has no scheduled run times. It will remain dormant until it receives a trigger from the /api/Flow/runFlowEndpointNow API call.

d052b4bf-0977-45a9-8bef-f84ddec5135e.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.