Create Story Mention on Instagram
When your business Instagram page gets mentioned (tagged) in a public Instagram story, you can create automated reply to engage the corresponding customers in their direct message.
With WOZTELL, Story Mention Reply is not hard to create, all you need is a simple tree.
Expected Outcome
Create New Tree and Tree Node
- Create a new tree. Name the tree (i.e. IG Story Mention Flow ) and save it.
- Add a new tree node. It will be used for displaying the Story Mention Reply.
Create Response for Story Mention Reply
- In the tree node, create a new response.
- Select "Add Platform" and choose "Instagram" from the dropdown.
- Select "Text" as the message type. Enter the text content for the Story Mention Reply.
- Save the tree node afterwards.
Create Global Node
- Create a new global node. This will be used for triggering the reply.
- In the global node, create a new trigger.
- Create a trigger with the following sample code. and "Save" the response. This will identify the message event when your business page is mentioned in a public story.
return this.messageEvent.type === "STORY_MENTION"
- Toggle on redirect and select the tree node you have created earlier. Finally, save the node.
Add Tree to Channel
- In your Instagram channel, select "Platform" and then "Tree Settings", add the Story Mention tree and select the global node. Remember to click "Save" to save the channel settings.
- Test your chatbot and see if you can get the expected outcome!