OutSystems Service Studio 4.1 Help
Tools in a SMS Flow
To build your screen flow (Collection of objects that define the user interaction; you can have screens, entry points, external sites, etc, depending on the type of your flow. The objects are linked through Connectors.) in an SMS interaction, Service Studio provides the following elements, available in the Tools tree:
|
Tool |
Description |
|
|
Initiates your SMS flow, originated by the end-user. How to start your flow? |
|
|
Message sent to the end-user; it can have commands associated that are used to interact with the end-user. How to create an SMS Message? |
|
|
Supports the beginning of the dialog, originated by the end-user. How to start the dialog? |
|
|
Pushes application execution to a screen of your choice; the screen can be either in the same or in a different flow. How to connect? |
|
|
Initiates your SMS flow, originated by another flow. How to start your flow, in another flow? |
|
|
Allows you to handle error in your SMS flow. How to handle exceptions? |
|
|
Allows you to add comments to your SMS flow. How to add comments to your flow? |
See Also