
- Check if the SMS gateway is configured.
    
  <div class="admonition admonition-note"><div class="admonition-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg></div><div class="admonition-body"><div class="admonition-content">

  The instructions on SMS gateway configuration is available [here](/docs/settings/configuration/sms-account).

  </div></div></div>

- Check if the **SMS gateway** works properly.
- Check if `sms.notSent` event is generated on the customer's activity list. If so, check the event parameters to see the source of the issue. It may also be caused by time limits imposed by the SMS provider. 
- Check if `sms.capping` event is generated on the customer's activity list. If so, the message wasn't sent due to the limit of SMSes that can be sent to a customer in a defined time frame.  
    
  <div class="admonition admonition-tip"><div class="admonition-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z" /></svg></div><div class="admonition-body"><div class="admonition-content">

  Learn more about [capping configuration](/docs/settings/configuration/campaign-limits).

  </div></div></div>

- Check if the customer meets the requirements to receive the text message (a valid phone number and a valid marketing consent).  
- Check if the template is built correctly.
    - The number of allowed characters.
    - If your message contains special characters, make sure the gateway accepts special characters. 
    - If [snippets](/docs/assets/snippets) were used in the SMS template, make sure that the item of information you want to display using a snippet (aggregate, expression, first name, and so on). 
- Check if this issue concerns only selected recipients or the whole audience - look for `sms.send` or `sms.notSent` on their profiles.  
    - If some customers didn't receive the message, check if they belong to the audience of the message.
- Check the status of SMS (it can be still in progress).  
- Verify if the SMS communication is not deleted.  
