Khoros Flow Release Notes, August 29, 2023
- New Features
- Flow Documentation Announcement
- Here's an interactive tutorial
- Triggering Flows
- Flow Event Reference
New Features
Flow Documentation Announcement
We have moved the Flow documentation that was previously hosted on Atlas to our Developer Doc Portal.
By combining the user and developer docs in one place, you can more easily navigate the documentation and find the information you need.
Tip: We recommend bookmarking this link for future reference.
For the time being, we will continue to publish the Flow Release Notes in the same location on Atlas, as well as in the Dev Doc Portal. So, your Flow Release Notes subscriptions will still work.
Check out this quick tour to familiarize yourself with the new Flow documentation area:
16 STEPS
1. The first step is to open Khoros Developer Docs, hover over Khoros Flow, and click on the section
2. Click on the topics under GETTING STARTED WITH KHOROS FLOW
Note: There are 4 major sections: Getting Started with Khoros Flow, Building Flow Bots, Advanced Topics, and Developers.
3. Scroll down and click on the topics under BUILDING FLOW BOTS
4. Scroll down and click on the topics under ADVANCED TOPICS
5. Scroll down and click on the topics under DEVELOPERS
6. Click Search to find a specific topic.
7. Type the topic name or keywords to search for a topic and click from the list of the suggested topics.
8. You can also provide your feedback on the topic:
Click Yes if the topic is helpful
Click No if the topic isn't helpful
9. Click Leave an optional comment to provide specific suggestions on the topic.
Type your message here and click Vote
10. Click API Reference to access the Flow API reference guides.
11. Click on the topics under the FLOW SOCKET API
Note: There are 3 major sections: Flow Socket, Flow Rest API, and Flow Management API.
12. Scroll down and click on the topics under FLOW REST API
13. Scroll down and click on the topics under FLOW MANAGEMENT API
14. Click What's New to read Flow Release Notes and latest Flow updates.
15. Click on the Release Note with specific dates.
16. You are done!
Here's an interactive tutorial
https://www.iorad.com/player/2236996/Access-Flow-Documentation
If you have any questions or require further assistance, contact the Khoros Support team.
Triggering Flows
A flow is triggered in response to a customer request or action. Previously, if you wanted to trigger a flow with Events, you were required to either start your flow with an Event Trigger or add an Event Reply after the first trigger. To make the process of triggering flows easier, you can now directly trigger a flow with event replies, buttons, and quick replies.
Additionally, you can trigger a specific flow from Code Actions and Webhooks. This approach reduces the development time and enhances the user experience.
For more information, see Triggering Flows.
Flow Event Reference
Events are triggered in response to the user’s activities during the conversation. For complex flows, the source of the Event Trigger could be difficult to find. Flow Event References help you track each reference to the events used in these flows. The Flow event reference link re-routes the developers to event-specific information used in the flow.
You can search for all event references in Flow Event Reply, Buttons, Carousel, Cards, and Quick Replies.
For more information, see Flow Event Reference.