Build a Flow
Last updated
Was this helpful?
Last updated
Was this helpful?
With Integry's low-code flow builder, you can create flows to sync data from/to (or both) and your app in minutes using ready-to-use triggers, queries and actions.
A flow moves your user’s data between your app and another app. Flows can sync data from another app to your app, to another app from your app, or both.
For example, lets create a flow that will trigger when a contact is created in Hubspot, look it up in Acme, update the contact in Acme (if it's found) or create a new contact in Acme.
Go to the Flows page and click Create New Flow. You can rename it by clicking the name at the top.
A flow must have at least one trigger. The trigger can be a webhook, a scheduler, or when the integration is initialized by the user. The webhook can be from your app, or choose from 200+ events in other apps.
A flow can have more than one trigger. This is useful if, let's say, you want the integration to sync when a Contact is Created or Updated.
You can add pre-built actions of 250+ apps (or make a custom HTTP call yourself), make an HTTP call to your app, execute custom code, add control steps, etc. For a full list of steps, go .
Click the + button below (or above) a step in the flow to add a step.
A field in the output of one step can be used as the input of a field of a step downstream. Click the + button to browse the output of upstream steps.
If you would rather have the user map the field, or input/select a value, add it to the setup form.
You can run and test all the steps in a trigger block by clicking Test this trigger block. We will send a test trigger with a sample payload to run the block. If you want, you can modify the test payload.
If the Flow has more than one trigger, you can switch to the other trigger(s) and test.
Once you're happy with the flow, add it to the marketplace so your users can use it.