Script Step

Script step gives you the ability to run your own Node.Js code within the workflow. Following Node.js modules are loaded into script step by default. You can directly use these modules. Buffer crypto URLSearchParams http https url util If you need additional Node.js Module or NPM modules you can reach out to integrations@apifuse.io. We will… Continue reading Script Step

Published
Categorized as Steps

Delay Step

The Delay step provides you the ability to pause the workflow event for a certain time period. For example, you may want to check the order status after a few hours then send the order event to downstream applications. Configuring the delay step is very simple. You can attach the delay step anywhere in the… Continue reading Delay Step

Published
Categorized as Steps

Schema Builder

Schema builder allows you to define your own input/output fields for certain triggers/actions. Schema builder extensively used in Script Step, Webhook trigger. It can be used in other actions when there is a requirement for dynamic input/output. Using schema builder you can generate schema either by using existing JSON or by manually defining the fields.… Continue reading Schema Builder