You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Teams/phone-system/sms-calling-errors.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ The following sections provide a comprehensive list of potential rejection error
22
22
23
23
| Error | Description | Recommended action |
24
24
|-------|-------------|--------------------|
25
-
| CallToActionContainsDisallowedContent | The Call to Action contains disallowed content. | Remove any prohibited content from the Call to Action. |
25
+
|CallToActionConsentNotOptional | The opt-in form is used for purposes beyond SMS messaging, but SMS consent is not optional. | If your opt-in form serves multiple purposes (e.g., account creation, newsletter signup), ensure SMS consent is optional. You can do this by either making the phone number field optional or including a clearly labeled checkbox for users to agree to receive SMS messages. Forced consent is not permitted. |
26
+
|CallToActionContainsDisallowedContent | The Call to Action contains disallowed content. | Remove any prohibited content from the Call to Action. |
27
+
|CallToActionCourtOrderedOptIn | Opt-in information implies consent is acquired through a court order, which is disallowed. | Remove any language suggesting opt-in is obtained via legal mandate or court order. Consent must be voluntary and user-initiated.|
26
28
| CallToActionDoesNotContainRobustAgeGate | The Call to Action doesn't contain a robust age gate for age-restricted content. | Add a clear age verification step for age-restricted campaigns. |
27
29
| CallToActionIsMissingOrInaccessible | The Call to Action is missing or inaccessible. | Make sure that the Call to Action is present and accessible to users. |
28
30
| CallToActionMissingBrandName | The Call to Action doesn't contain the registered (DBA) brand name. | Add the brand name in the Call to Action. |
@@ -31,12 +33,13 @@ The following sections provide a comprehensive list of potential rejection error
31
33
| CallToActionMissingExpressWrittenConsent | The Call to Action doesn't obtain express written consent for promotional message content. | Add a checkbox or statement for express written consent. |
32
34
| CallToActionMissingHelpInstructions | The Call to Action doesn't include HELP instructions. | Add HELP instructions for user support. |
33
35
| CallToActionMissingMessageFrequencyDisclosure | The Call to Action doesn't include the frequency at which messages are sent. | Add a statement about message frequency. |
36
+
|CallToActionMissingOptInForm | The webpage used for opt-in does not contain an opt-in form. | Ensure the opt-in webpage includes a visible and functional opt-in form. Avoid linking to generic or unrelated pages.|
34
37
| CallToActionMissingPrivacyPolicyLink | The Call to Action or the opt-in form doesn't include a link to the privacy policy. | Add a link to the privacy policy or a statement about data sharing. |
35
38
| CallToActionMissingStopInstructions | The Call to Action doesn't contain STOP instructions. | Add STOP instructions to enable users to opt out. |
36
39
| CallToActionMissingTermsAndConditions | The Call to Action doesn't contain full terms and conditions or a link to them. | Add the full terms or a link to them. |
37
40
| CallToActionMissingVerbalScript | The Call to Action doesn't include a verbal script or required disclosures. | Add a verbal script that has the required disclosures. |
38
-
| CallToActionOptInIssues | The opt-in URL is inaccessible or returns a certificate error. | Make sure that the opt-in URL is valid and secure. |
39
41
| CallToActionMissingMessageType | The Call to Action doesn't mention the kinds of messages that a customer can expect. | Specify the kinds of messages that users might receive. |
42
+
| CallToActionOptInIssues | The opt-in URL is inaccessible or returns a certificate error. | Make sure that the opt-in URL is valid and secure. |
40
43
| CallToActionInvalidOrIncomplete | The Call to Action is noncompliant or incomplete. | Make sure that all required elements are present: brand name, HELP, STOP, frequency, fees, privacy policy. |
0 commit comments