A trigger is an event that will initiate the flow. Triggers may carry some initial data that can be used as an input of later actions in the flow.
Here is the list of available triggers:
Triggers flow when there is an incoming call to a number assigned to flow.
- Example:
0 0 12 * * ?
: trigger at 12pm (noon) every day.0 15 15 * * ? 2021
: trigger at 3:15pm every day during the year 2021.
Note:
Triggers flow when call details from other communication applications within this organization are available.
Triggers flow when a call in any Wallboard outbound call campaigns ended.
- Using Flow Trigger Code: Whenever you want to transfer a call to this flow, press
##2_trigger_code
- Using Wallboard Outbound Call Campaign: Once the Wallboard Outbound Call Campaign handled by integrated queue is started, flow will be triggered accordingly.
- In order to create a Wallboard Outbound Call Campaign and trigger a flow in Flow App, follow these steps below:
- Step 1: Go to Flow app > click (+) icon to create a new flow > choose From Scratch to create a custom flow > select trigger: Call Transferred to Flow – Wallboard > create the list of actions as you wish > Activate.
- Step 2: Go to Wallboard app > Queue Management > Create Queue > Choose Type: Flow Integration > Select the flow created at step 1 > Create.
Click HERE for more details. - Step 3: Go to Wallboard app > Number List > Create Number List > assign to the integrated queue created in step 1 > Upload the number list for your outbound call campaign.
Click HERE for more details. - Step 4: Start your campaign.
Click HERE for more details.
- In order to create a Wallboard Outbound Call Campaign and trigger a flow in Flow App, follow these steps below:
Triggers flow when any of the Wallboard Outbound Campaigns started immediately is finished (both campaigns handled manually and campaign handled by integrated Flow).
Triggers flow when any of the Wallboard Outbound Campaigns started immediately is ready to start (both campaigns handled manually and campaign handled by integrated Flow).
Triggers flow when any of the Wallboard Outbound Campaigns started immediately is ended (both campaigns handled manually and campaign handled by integrated Flow).
Triggers flow when any of the Wallboard Outbound Campaigns started immediately is paused (both campaigns handled manually and campaign handled by integrated Flow).
- TXN UUID: Call Transaction UUID taken from the notification of Flow 1.
- Flow UUID: Flow UUID of Flow 2.
-
EXAMPLE:***Requirements:
- When there is an incoming call to the developer’s purchased number: +61730630xxx, a notification (including call details) will be sent to the developer’s Webhook endpoint.
- After receiving the notification, developer will call Incoming Call Open API to connect the caller to number +6561234567 with caller ID: +61730630xxx.
In order to create a flow that can fulfill this request, follow the steps below:A. Create Flow 1:Step 1: Create a new flow with trigger: Incoming Call to Phone Numbers
Step 2: Open API Connector Action: New Incoming Call Notification
Step 3: Click Activate to make this flow active.
- When developer calls Outgoing Call Open API, the system will call number +6582345678 with caller ID: +6567777777 (developer’s purchased number).
- Once +6582345678 picks up the call, message A will play to +6582345678.
- After the message, the system will connect +6582345678 with number +6532109876 but with caller ID: +6567777777.