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 chatbot.
Expected Outcome
Create New Chatbot and Chatbot Node
- Create a new chatbot. Name the chatbot (i.e. IG Story Mention Flow ) and save it.
- Add a new general node. It will be used for displaying the Story Mention Reply.
Create Response for Story Mention Reply
- In the general 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 general 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 general node you have created earlier. Finally, save the node.
Add Chatbot to Channel
- In your Instagram channel, select "Platform" and then "Chatbot Settings", add the Story Mention chatbot 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!