Actions
How to save and use a custom locale for my chatbot?
A custom locale allows you to set up a conversation flow to control the language of your chatbot response. Follow the procedures here to customize the locale with Stella now!
How to send a delay message?
Agenda is a function to send a delayed message. Basically, you can set a timer to trigger a tree node. 1. Create a tree node for the delayed message to be sent. Set up the corresponding response. 2. Copy the Composite ID on top of the node-inspector. ...
How to apply UTC offset (timezone) in Stella?
Please click here to see how to apply UTC offset in Stella.
How to unsubscribe a member with a few lines of codes?
Please use the below action for unsubscribing return new Promise((resolve) => { this.member.botMeta.subscribe = false resolve({ member: this.member }) })
How do I apply my API to Stella?
Stella is a highly customizable bot building tool and provides the flexibility to build a personalized chatbot flow for any business use case. You can make use of actions in Stella, which includes both Pre-actions and Post-actions. Please refer to ...