Trigger

The tool allows the creation of triggers for actions corresponding to any condition or intent.

Email

Enable sending notifications to email addresses with custom messages.

For example

When the intention agree_to_buy appears, AI BOT responds to get the corresponding parameters (Quantity: quantity, color: color) and then sends a notification email with the content and parameters just taken.

How to set up

(1) Drag and drop the Email block onto the Canvas & configure email sending as shown [1]

(2) Create connections to corresponding intents/conditions/action blocks [2]

Support Agent

Calls can be set to redirect to the support agent as follows:

Create agent list

It is necessary to create a list of agents in advance before activating call forwarding

Create a department list

(1) Select Advanced Settings -> select AI Voicebot -> Select Support Agent

(2) Select Create new

(3) Enter the department name (Example: Customer Service - Customer Care)

(4) Select Save to complete

Add Agent

(1) Select the newly created department list

(2) In the display frame, select "Add"

(3) Enter the employee name and redirect the phone number

(4) Select Save to complete

Activate call transferring

(1) Drag and drop the Support Agent block onto the Canvas

(2) Select the department list

(3) In the display frame, select the employee who needs to redirect the call

(4) Select Save to complete

(5) Create connections with corresponding conditions/intents/action blocks

You should use the switchboard's extension number instead of your number to redirect and support customers more effectively

Webhook

Webhooks allow the system to access APIs from another application/system in real-time, support integration, or access calculation formulas from information data provided by customers.

How to set up

(1) Drag and drop the Webhook block onto the Canvas

(2) Click to select the Webhook block to display the configuration interface

  • Enter the access path to API [1]

  • Choose API access method [2]

  • Response Mapping: Set up the mapping of the return value from the API to the variable after processing. Use this variable in AI BOT response settings. [3]

(3) Create connections with corresponding conditions/intents/action blocks

Scripts code

Enable running complex logic code for AI BOT in the context of a conversation, allowing AI BOT to perform advanced tasks.

How to set up

(1) Drag and drop the Scripts code block into the Canvas [1]

(2) Click to select the Scripts code block to display the configuration interface

(3) Enter the Scripts [2]

(4) Select Save to complete [3]

(4) Create connections with corresponding conditions/intents/action blocks

Last updated