Getting Started With Flows
Pingerflows allows you to intercept and modify the flow of events in your application. You can use it to add additional data to your events, or to modify the data in your events.
Getting Started
Create a new Pingerflows app in your Pingerchips Dashboard.
Navigate to the
Flows
tab and click onCreate Flow
.Give your flow a name and a channel to listen to
tipYou can only have one flow per channel. We might allow multiple flows per channel in the future.
Click on
Create Flow
and you will be redirected to the flow editor.
Flow Editor
Add a new step to your flow by clicking on the +
button. You can add multiple steps to your flow.
Publishing flows
Click on the Publish
button to publish your flow. This will deploy your flow to our servers and it will be active immediately.
We will be adding a feature to allow you to publish flows to specific environments and save drafts of flows.