With CloudCX, you can create one SMS flow used for each SMS account.

Create an SMS Flow  

You can create your own SMS Flow for the SMS account.

Step-by-Step Instructions

  1. Go to your system CloudCX installation domain, and log in with the admin account.

  2. From the left navigation menu, go to Automation> Flow Builder  > Flows.

  3. Click on the “+” button to create a new flow.

1-20240918-080453.PNG
  1. Select Wait for incoming SMS message that will trigger your SMS flow. Then click Next.

image-20241101-065045.png
  1. The Flow builder page is displayed with a Start Action. To learn more about these actions, see Flow Actions https://cloudfon.atlassian.net/wiki/spaces/CX/pages/edit-v2/345833473#Flow-Actions.

image-20241101-070003.png
  1. In the Flow builder page, click the flow name on the top right to customize your flow’s information. You can create a name for the flow, and add the description for this flow.

image-20241101-070101.png
  1. Click the Start action to select an SMS account for this flow. If there is no account can be selected, click Setup an SMS Channel Account switch to Inbox > Channel > SMS to add SMS account first, you can find more details from SMS https://cloudfon.atlassian.net/wiki/x/uADyAg.

image-20241101-070444.png
  1. You can do one of the following to add actions:

1-20241106-083705.PNGnote

The “!” in Start action, that means the Flow is not completed, you need to search the action with “x errors” and complete that action. When the Flow is completed, the “!” will be disappeared.

The “!” in Start action, that means the Flow is not completed, you need to search the action with “x errors” and complete that action. When the Flow is completed, the “!” will be disappeared.

2-20241106-084104.PNG
  1. When you select an action, you can do the following:

image-20241106-092504.png
  1. You can add flow actions based on your request, you can find more details about flow actions from Flow Actions https://cloudfon.atlassian.net/wiki/spaces/CX/pages/edit-v2/345833473#Flow-Actions.

  2. Now, you can click Publish to publish the Flow. After publishing this flow, this flow will be triggered when a customer sends messages to this SMS account.

3-20241106-094507.PNG

Flow Actions

Your Flow building process revolves around the set of actions connected in a guided workflow. Only agents who have permission can use these Actions to build a Flow.

Send Content

Actions

Description

Send SMS message

This action allows you to send a text message to the visitor.

In Send Content actions, you can do the following:

4-20241106-095219.png

Flow Operations

Actions

Description

Reassign Ticket

This action allows you to reassign the ticket to a specific agent, chat queue, or reassign the ticket based on the Inbox's routing rules.

Branch

This action allows you to set specific user paths for different conditional steps in the flow.

Date/Time

This action allows you to control flows based on time and date.

Jump to

This action allows you to jump to the previous Step without having to achieve the goal by connecting the line backward.

In Flow Operations actions, you can do the following:

image-20240925-071520.png36-20240925-073922.PNGnote

If you select “use logic expression” to set routing rules, please note:

  1. Conditions need to be added before input expression, otherwise the system will prompt “Invalid logical expression.”

  2. The parentheses must come in pairs and be written as half-width.

  3. Or, And are not case sensitive. Space should be added before and after.

  4. The precedence of logical operators in order from highest to lowest is: (), And, Or.

  5. The number used in the expression must exist in the identifier number list.

  6. If you have 5 conditions, you can use Expression like (1 or 2 or 3) and (4 and 5). This expression means the branch will be triggered when any of the 1 to 3 conditions is met as well as condition 4 and condition 5 are met. The number here is the condition identifier number.

If you select “use logic expression” to set routing rules, please note:

  1. Conditions need to be added before input expression, otherwise the system will prompt “Invalid logical expression.”

  2. The parentheses must come in pairs and be written as half-width.

  3. Or, And are not case sensitive. Space should be added before and after.

  4. The precedence of logical operators in order from highest to lowest is: (), And, Or.

  5. The number used in the expression must exist in the identifier number list.

  6. If you have 5 conditions, you can use Expression like (1 or 2 or 3) and (4 and 5). This expression means the branch will be triggered when any of the 1 to 3 conditions is met as well as condition 4 and condition 5 are met. The number here is the condition identifier number.

40-20240925-075603.PNG

When the flow you set has multiple branches, and a customer who has completed one of the branch processes wants to return to the main menu to make a new selection, in addition to supporting you in manually reconnecting this step component to the main menu component, we also provide the "Jump to" method.

Drag out a "Jump to" component and click on it. At this time, you can select any component you want to return to, which maximally ensures the readability of the flow page.

56-20250328-070058.png

Advanced

Actions

Description

Set value

This action allows you to set values for Flow Variables, Custom Variables and Ticketing Fields.

Send an email

This action allows you to send emails. For example, you can send the visitor's information to the company's lead collection email box.

HTTP Request

This action allows you to make an HTTP Request component that includes triggering a webhook and fetching variables.

Webhook

This action allows you to create a webhook request step that notifies the system about events that occur in an external system, and we will generate a URL that accepts POST calls with JSON-formatted payload.

In Advanced actions, you can do the following:

Fields

Description

Subject

Set a value for the Ticket Subject.

Priority

Select the priority for the Ticket from the drop-down list.

Status

Select and set the status for the Ticket from the drop-down list.

Custom Ticket Variable

Set a value for the custom fields from Inbox Fields.

image-20241224-035910.png

You can use the "Ticket Status" variable in Set Value to set the Ticket as resolved without the need for manual operation by the Agent when the customer fails to reply within the time limit or when the flow ends.

5-20241106-100325.png