Hello,
I’m wondering if I can build a bot with FlowXO that does the following:
- Welcome message
- Ask for ID
- User submits an ID (text)
- Check if ID exists. If it does, send existing data (number of likes or dislikes, associated user comments) on it to user and go to next step. If doesn’t exist, check if this ID matches a pattern (has a specific character length and combination of letters and numbers), create a new entry on it and go to next step.
- Ask to rate this ID (two buttons - like or dislike).
- Update an entry by adding +1 like or dislike to it as an attribute.
- Ask for other actions (e.g. add comment to this ID).
- User adds comment, it gets linked to ID the same way as likes and dislikes.
…
If not only FlowXO is needed to make this happen, please share your ideas. Thanks.