Creating a Voting Chatbot

Hi, I’m new to Chatbot and RASA. I’ve got an assignment from my management to create a voting chatbot. I’m not sure what kind of stories or approach that I can go for. Below are the flows need to follow

user say Hi → ask for voting code → validate → display list of voting category from 0 to 10 → user key-in number associate with the category (eg: 0 - Best Male Artist) → List the Nominees → vote

The display of voting category and list of nominees would be from the api fetch inside action Hope someone can guide me. Thank you