# Triggers

Triggers are used to transfer information. When you send data from your app to users' chatbots, you use triggers:

mini-app2

# Create Trigger

To create a trigger, follow steps 1 to 6 in the following screenshot:

mini-app2

Click on Add Item to specify what information to send back to the chatbot. For example, a payment status:

mini-app2

You can send as many items as you need. When there are too many items, you might want to use a JSON variable to package them. And specify the JSON variable as an item here instead.

TIP

The app field you select here must be an existing field. You are unable to create a new field here. Please create it in the App Fields section.

# Fire Trigger

mini-app2

Wherever you need to notify an event or send data to chatbots, use a Fire Trigger action.

# Use Trigger

mini-app2

Thereafter, users can set up a flow to deal with the payment paid event, e.g. mark the order as paid, send a receipt, etc.

mini-app2

Last Updated: 4/6/2022, 6:53:36 AM