Grow your career with VCC Live Academy by joining our free online contact center courses.

Sign up today
  • Partners
  • Talk to Sales
+44 208 638 0169
  • Product
    • Channels
      • Voice
      • Email
      • SMS
      • Chat
      • Messenger
      • Omnichannel
    • Main Features
      • Call Center Software
      • Predictive Dialer
      • VCC Live Pay
      • Outbound IVR
      • Voicemail Detection
      • Live Dashboards
      • IVR
      • ACD
  • Solutions
    • Customer Service
    • Sales Teams
    • Debt Collection
    • Virtual Call Center
  • Pricing
  • Resources
    • Blog
    • Customer Stories
    • Ebooks
    • Courses
    • Webinars
    • Information Security
    • Learning Center
    • Developers
  • Company
    • About us
    • Careers
    • News
    • Partners
Hungary
+36 19996400
UK
+44 2086380169
Germany
+49 3021782516
Poland
+48 123950886
Romania
+40 31706167
USA
+1 3024988337
Contact Us Book Demo
+44 208 638 0169
TutorialsCommunication ChannelsSMSInbound SMS
  • Overview
    • Introduction
    • Available Tutorials
    • Legal Information
  • The Most Common Use Cases
    • Outbound Email Customization
    • IVR Settings - Use Cases
    • Outbound Calls - PPD
    • Incoming Calls - Setting up an IVR
    • The Main Agent KPIs
    • State Machine
    • Editing Scripts
  • Getting Started
    • About This Chapter
    • First Steps
    • Creating a Simple Database
    • Setting up Users
    • Creating a Simple Project
    • The Basics of Inbound Projects
    • The Basics of Outbound Projects
    • The Basics of Measurement Tools
    • Introduction to Dispositions
    • The Basics of Call Recording Management
    • Getting Started with VCC Live Chat
    • Get to Know the Agent Workspace
    • Dynamic Email Contents
  • Communication Channels
    • About This chapter
    • Outbound Projects
      • Manual Dialer
      • Power and Predictive Dialing Modes
      • Outbound IVR
      • Robinson List
      • Outbound-Related Statistics
      • Measuring CSAT
    • Emails and Ticketing
      • Disposition-Triggered Emails
      • Dynamic Email Contents
      • Email Attachments - Basic, Dynamic and Conditional
      • Outbound and Inbound Emails
      • Email Statistics
      • Mass Email
    • SMS
      • Inbound SMS
      • Disposition-Triggered SMS
      • Dynamic SMS Contents
      • SMS Notifications
      • SMS Statistics
      • SMS Triggered Actions
      • Scheduled SMS Sending
      • Bulk Text Messaging
    • Inbound Robinson List
    • Quota Tool
  • Managing Users
    • Resource Management
      • Multi Project Management
      • Users, Rights and Teams
    • User Activity
      • Break Codes
      • User State Log
  • Security
    • About This Chapter
    • User Right Groups
    • Password Policies and Two-Factor Authentication
    • OAuth 2.0
    • IP Filtering
    • Database API
    • Functions to Help You Comply with Privacy Regulations
  • VCC Live Archiver
    • About This Chapter
    • Introduction to VCC Live Archiver
    • Setting up VCC Live Archiver
    • Using VCC Live Archiver
    • Commands and Command Options
    • CDR Log Headers
    • Switches (Deprecated)
  • Miscellaneous
    • About This Chapter
    • Salesforce Integration
    • VCC Live Pay IVR
    • Voice File Tagging
    • Replacing Transfer Process
Back to Support and Learning Center

Inbound SMS

Estimated reading time: 8 minutes | Target users: Supervisors

In this tutorial, you will learn how to set up your project to make it capable of receiving inbound SMS (Text) messages. To learn more about handling SMS messages with VCC Live, please see our user guides related to Disposition-triggered SMS and Bulk Text Messages.

In this lesson, you will learn:

  • How Inbound SMS works
  • How to set up VCC Live to receive inbound SMS
  • What kind of inbound SMS reporting is available
  • How to create an automated workflow based on inbound SMS contents
  • Some example cases for inbound SMS handling

1. How Does Inbound SMS Work?

When most companies think of incorporating SMS messaging to their project or campaign, the first thing that normally comes to their minds is to set up outbound SMS campaigns, reaching out to customers with quick and effective messages. While this is a proven and efficient marketing strategy, SMS messaging can be also used as a means of acquiring feedback from your customers. Feedback could be a reply to a specific question, or a more general input regarding an aspect of your product. With the help of inbound SMS messages, you can process incoming feedback, or when receiving simple or predefined answers (eg. in a survey), it is possible to use an automated process.

When the Inbound SMS feature is activated for your account, you receive SMS messages and replies directly from your customers in VCC Live. If needed, you can set up further automatic processes related to these incoming messages that can trigger further events in VCC Live.


2. How to Set up VCC Live to Receive Inbound SMS

Below you can find a detailed step-by-step guide on how to set up VCC Live for receiving SMS messages.

  1. Apply for a phone number by sending an email to VCC Live’s Customer Care (support@vcc.live), or contact your Key Account Manager. Purchasing an inbound phone number capable of receiving SMS messages can be subject to relevant fees.
  2. Once you have applied for your phone number, the team at VCC Live set it up for you for the project you need it for. This setup process takes about 1 week to complete.

Note: Please keep in mind that each inbound SMS phone number can only be used for one project. For this reason, we suggest you plan ahead when considering the number of projects you want to use SMS messaging in.

Tip: If you are planning to implement inbound SMS, consider your outgoing SMS communication with clients. If you expect answers from your clients, suggest possible answer options in your outgoing message, to avoid freely-typed text that could be hard to process automatically and would need human assistance.


3. Inbound SMS Reporting

It is possible to filter your incoming SMS messages in the SMS log section in Logs and statistics. To do so, complete the following steps:

  1. Navigate to Project > Logs and statistics > SMS log.
  2. Narrow down your search results by setting up a time-range with the date picker tool. From the Direction dropdown list, choose Inbound. Press Search.
  3. If needed, you can export your results in TXT or CSV format by pressing the Export button.

Tip: Learn more about the SMS log from our related user guide.


4. Automated Workflow Based on Inbound SMS

SMS Webhook and Database API solutions can help you set up an automated workflow in VCC Live, so you can monitor and keep track of your incoming SMS messages:

  • Webhook is an automated process that can be used for sending objects to your site, encoded in JSON when an SMS message is received. Among others, these objects can include the message body, the sender’s phone number and the timestamp of the message.
  • Database API allows your system and the VCC Live server to exchange database information through HTTP GET, PUT, POST, and DELETE requests. In terms of Inbound SMS messages, a POST request can be used for adding a disposition, eg. setting a certain disposition to your records based on an incoming text message.

With the use of the above-mentioned automated solutions, it is possible to set up background processes that can handle and sort your inbound SMS messages. For example, you can set up VCC Live to recognize replies such as Yes/YES and No/NO, so your system closes records with a ‘No’ reply but schedules a callback for the records with a ‘Yes’ response. You can set up this automation with Database API.

Another smart use of this feature is to let the system set up the time and date for a callback. If calling your customers is not successful at first (eg. the customer was busy at the time the call was made), a disposition-triggered SMS message can be sent to them, asking about an appropriate time to call. In a reply message, when the customer texts back with their preferred date and time for a callback, API can detect these details and set up the callback accordingly.


5. Inbound SMS Use Cases

As you can see, incorporating inbound SMS messages into your company’s workflow can be effective in a number of ways. Listed below are a few more examples and areas where inbound SMS messages could enhance the productivity and overall workflow of your agents.

  • Debt collection: After sending a mass SMS message concerning overdue payments, you can receive a text message confirmation from clients who complete their payment, so you can avoid calling them in the future. The next call attempt can also be scheduled to a later date (let’s say 3 days later). Another solution can be to let your clients request a call from your agent to find a solution for their overdue payment issue or arrange the payment via VCC Live Pay, during a conversation with an agent.
  • Sales/Marketing: After sending out a mass SMS message with a new product offer to your potential client base, you can let them reply if they are interested in your product and want to know more. Automatic calls can be scheduled based on the response.
Back to Support and Learning Center

Comments

Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.


There are no comments yet.

Click here to cancel reply.

Please note that by clicking on the Submit button, you agree to a member of VCC Live team contacting you with business offers. You can find detailed information on how we can establish contact with you in our Privacy Policy

  • Channels
    • Voice
    • Email
    • SMS
    • Chat
    • Messenger
    • Omnichannel
  • Main Features
    • Call Center Software
    • Predictive Dialer
    • VCC Live Pay
    • Outbound IVR
    • Voicemail Detection
    • Live Dashboards
    • IVR
    • ACD
  • Solutions
    • Customer Service
    • Sales Teams
    • Debt Collection
    • Virtual Call Center
  • Resources
    • Blog
    • Customer Stories
    • Ebooks
    • Courses
    • Webinars
    • Information Security
    • Learning Center
    • Developers
    • Download
  • Company
    • About us
    • Careers
    • News
    • Partners
https://vcc.live/wp-content/uploads/2019/07/iso-cert-1.png https://vcc.live/wp-content/uploads/2019/07/iso-cert-2.png https://vcc.live/wp-content/uploads/2019/07/iso-cert-3.png
Social Media
https://vcc.live/wp-content/uploads/2019/07/linkedin.svg https://vcc.live/wp-content/uploads/2019/07/twitter.svg https://vcc.live/wp-content/uploads/2019/07/facebook-1.svg https://vcc.live/wp-content/uploads/2019/07/instagram-1.svg
Call us
Hungary
+36 19996400
UK
+44 2086380169
Germany
+49 3021782516
Poland
+48 123950886
Romania
+40 31706167
USA
+1 3024988337
Hungary
+36 19996400
UK
+44 2086380169
Germany
+49 3021782516
Poland
+48 123950886
Romania
+40 31706167
USA
+1 3024988337
  • Privacy Policy
  • Legal Statement
  • General Terms of Agreement