Flow Templates enable you to build a single template for a flow that you can reuse with different connectors and values. After you build a flow template, you can then create a flow instance where you replace the flow variables with actual connector instances and values. This approach helps you build efficient and reusable flows.

When you create a manual triggered flow instance, you can trigger it using a POST API call to /formulas/instances/{instanceId}/executions endpoint.

Related Articles