Creating a Flow
How to create a workflow in the Workflow Builder
Navigate to this site for detailed documentation on how to create and test a Flow in the Workflow Builder.
The remaining section of this page contains documentation on how to get a Flow started in the Workflow Builder using the ion-webhooks component.
Follow these step 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 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 setup 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 in a
Namefor the connection, theClient IDandClient 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 name of 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 an resource and action. For example, if you want your flow to be triggered anytime aRunisCreatedyou 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.
Last updated
Was this helpful?