Creating a Flow | ION Factory OS
Creating a Flow in the Workflow Builder Using the ion-webhooks Component
The manual for the New ION Experience has been released.
Check it out!
For the complete documentation index, see llms.txt. This page is also available as Markdown.
Refer to this site for detailed documentation on building workflows.
Follow these steps to create a flow in the Workflow Builder using the ion-webhooks component:
Click on the
+ Add new workflowbutton on the top right of the page.Click on
Quickstart.Give your workflow a name then type in "ion-webhooks" in the search field. You will then see the ion-webhooks component.
Click on the
ion-webhookscomponent.Click on the
Create triggerbutton orION Webhooks Triggerto select and use theion-webhookscomponent as the trigger for your workflow.You will see a blank slate with the
ion-webhookscomponent as the starting point for your flow. Don’t be alarmed by the red dot. That just indicates that there are further configuration options needed to complete the setup for the component.Click on the
ION Webhooks Triggerstep. A popup window will appear with fields forConnection,Webhook Receiver Name, andActions.Click on the
Connectiondropdown. If not previously set up a connection to ION you will need to click on the+ Add new connectionbutton. If the connection to the ION environment has already been created you can select it and proceed to step 10.To configure a new connection enter a
Namefor the connection, theClient ID, andClient Secretwhich are the api keys and theEnvironmentwhere your ION instance is running.Enter the
Webhook Receiver Name. This is the name that ION will use when creating the webhook receiver in ION. We recommend that you use the same name as the flow.Click
Add a string inputto add one or moreActions. This setting will determine when your flow gets triggered based on the combination of a resource and action. For example, if you want your flow to be triggered anytime aRunisCreated, you will selectRuns - Createfrom the dropdown selection. You can have more than one action that triggers your flow.
Your flow is now set up with the ion-webhooks component. Refer to the link at the top of this page for detailed documentation on how to create and test your flow.
In the next section we will provide some examples for you to follow.