Loading
Upcoming Mandatory Changes to Public Key Infrastructure (PKI)Read More
Salesforce Enforces New Security Requirements in Summer 2026Read More
Mobile Studio in Marketing Cloud Engagement
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Review Undelivered Messages in MobileConnect

          Review Undelivered Messages in MobileConnect

          Use a SQL query activity in Automation Studio to retrieve information about undelivered SMS messages. This information shows only messages that failed to reach the mobile device.

          Messages can fail to reach the device for these reasons:

          • Mobile device is powered off
          • User is out of range of cellular networks
          • Number is for a landline
          • Causes not related to Marketing Cloud Engagement
          1. To hold the results of the SQL query activity, create a data extension.
          2. Include these fields in your data extension:
            • MobileNumber, phone
            • Undeliverable, boolean
            • BounceCount, number
            • FirstBounceDate, date
            • HoldDate, date
          3. Create a query activity with this syntax:
            SELECT MobileNumber, Undeliverable, BounceCount, FirstBounceDate, HoldDate From
                  _UndeliverableSms Where BounceCount > 0
          4. To populate the data extension with the information from the UndeliverableSms data view, run the query activity.
           
          Loading
          Salesforce Help | Article