IF Else Step An IF Else step is similar to an IF then step however, it gives you an additional option to execute a group of steps if a condition is not met (false). This enables you to execute either/or steps. When configuring an IF Then configuration, you just need to set up the condition… Continue reading If Else
Category: Workflow Builder
If Then
IF Then Step This step enables you to execute actions if a specific condition is true or false. If Then configuration As you can see in the following screenshot, the action is executed only if a moosend subscriber type value is equal to 1. Similarly, you can add any number of actions to this branch… Continue reading If Then
Trigger Conditions
Trigger Conditions Trigger conditions enable you to filter trigger events based on the payload that is produced. For example, you can filter a QuickBooks event to only process invoices if the criteria meet a specific country, customer, or amount, etc. In the below example workflow is triggered only if a Salesforce contact is created… Continue reading Trigger Conditions
Realtime
Real-time triggers Real-time triggers are usually built on top of an asynchronous notification mechanism. Real-time triggers typically require registration in your connected app to let the app know that you are looking for a specific event. When that event occurs, the app will send a notification to APIFuse and generate a trigger event. Webhooks are… Continue reading Realtime
Action
Steps: Workflow steps can be actions, or control flow statements that help you describe business logic. Action step Actions carry out an operation in your target application (usually a create, update, or search operation). Each action requires a set of input fields and depending on the operation it may return output data Example Action: Insert… Continue reading Action
Polling
Polling triggers Polling triggers periodically check for new events by querying the app to see if new events are available. The polling frequency is configured in the Monetization plan section of API Fuse. The lowest polling frequency is 5 minutes.
Configuring a Trigger
Triggers Triggers determine what event to listen to in order to execute the actions described in a workflow. Trigger events can be configured based on apps (e.g. Salesforce, Google Sheets, MySQL) when a certain event occurs (e.g. a new customer is created). Depending on the available API, APIFuse can receive trigger events in real-time, or… Continue reading Configuring a Trigger