Start Story/Media Block from API
In this tutorial, we will see how you start a story or media block from API response. First, we need to fetch the payload of the story or media block Get Story Payload:
- On the side, the menu clicks Chatbot AI and selects Story.
- Click on the Menu option of the story and click Copy Payload.

return {"story_postback": “STORY_ID-123”}
Please paste your original payload instead of “STORY_ID-123”.Get Media Block Payload:
- On the side, the menu clicks Chatbot AI and selects Media Blocks.
- Click on the Actions option and click Copy Payload.

return {"template_postback": “TEMPLATE_ID-123”}
Please paste your original payload instead of “TEMPLATE_ID-123”.