# SMS Channel Common Errors

### **Error: “Message not sent because outside telemarketing hours”** <a href="#error-message-not-sent-because-outside-telemarketing-hours" id="error-message-not-sent-because-outside-telemarketing-hours"></a>

In the SMS channel, there is a settings of Telemarketing hours, you can find this settings in SMS channel settings as per screenshot below

<figure><img src="/files/VG18l84xUhHoiyrN73pg" alt=""><figcaption></figcaption></figure>

You need to select the working hours. please note the selection of timezone. If the sent SMS message isn’t within the telemarketing hours, then your message will not get delivered.

Once you set up the telemarketing hours, all the sent messages in the SMS channel(flow, sequence, broadcast) will be blocked if they are sent out of the telemarketing hours.

However, if you are using Action -> Notification -> SMS Notification or Action -> Advanced Action -> Send SMS Message, these two actions are not affected by the telemarketing hours.

### **Error: “Unable to create record: Attempt to send to unsubscribed recipient”** <a href="#error-unable-to-create-record-attempt-to-send-to-unsubscribed-recipient" id="error-unable-to-create-record-attempt-to-send-to-unsubscribed-recipient"></a>

The person you are trying to message has opted out of receiving messages from your Twilio phone number, Channels sender, or Messaging Service.

You have attempted to message a 'To' number that has replied with "STOP" to one of your previous messages. You will not be able to send to the phone number specified in the 'To' parameter until the subscriber identified by the phone number has responded with "START".

Possible Reason:

The end user handset has responded with "STOP" or another opt-out keyword

Possible Solutions:

· Consider removing this phone number from your list of recipients.

· Request the recipient to resubscribe to your messages by texting in "START" or another opt-in keyword

· Before sending messages to a recipient, ensure they have consented to receive messages from you.

### **Errors: “User is not Opt-In SMS”** <a href="#errors-user-is-not-opt-in-sms" id="errors-user-is-not-opt-in-sms"></a>

This error usually occurs when you try to send bot users an SMS but the user is not opted in. You can manually opt the user in or use the action “SMS Opt-in” inside the action node block.

You can go to “Bot Users”, select the contact, and then select “Set SMS Opt-in” action.

<figure><img src="/files/LllmtrLjgyZ80BXgGl80" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rapidbott.com/help-center/common-error-log-database/common-errors/sms-channel-common-errors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
