You may only send 1 response to user for each story mention reply. The supported response types are: Text only Text with Quick Replies Image only Sticker
Follow the procedure below to delete an existing tag for a member. Head to "Member" on the top panel on Stella. Search for the member by name or external ID. Select "Details" of that particular member and delete any unwanted tags.
You could add an advance member tag with this.member in the node to display the info saved in the member data before. return new Promise((resolve, reject) => { resolve({ tags: [`${this.member.botMeta.tempData.template}`] }) }) Please see the advanced ...
If you would like to track the user with the member tagging function, please add the member tag to the node after the chatbot is activated. For example, if you are using a comment reply chatbot for a Facebook post, the first tree node (the one with ...