Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 9668d0b

Browse files
authored
Merge branch 'main' into BWDB-15185
2 parents af119e5 + 92c584d commit 9668d0b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

site/docs/messaging/createMessage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Sending a text message is as simple as making an API <Highlight color="#079CEE">
5252

5353
* Who the message is `from` (a Bandwidth number)
5454
* Who the message is `to` (a PSTN number)
55-
* The `text` of the message - what you want to say
55+
* The `text` of the message - what you want to say. See our [FAQ](https://support.bandwidth.com/hc/en-us/articles/360010235373-What-are-Bandwidth-s-SMS-character-limits-and-concatenation-practices-) for SMS character limits and concatenation practices.
5656
* The messaging `applicationId` associated with the `from` number
5757
* Your basic auth `username` and `password` in the `Authorization` header
5858
* Optional: A `media` url that links to an attachment/file you wish to send

site/docs/messaging/errors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ A 4xx code indicates that Bandwidth or the downstream carrier has identified som
303303
| 4750 | destination-rejected-message | Carrier Rejected Message | The destination carrier has rejected the message but provided no specific reason. For AT&T traffic, this could be a prepaid user whose account is out of money, a subscriber that is provisioned to not receive this type of SMS or it was identified as Spam | YES |
304304
| 4751 | destination-rejected-message-size-invalid | Message is too long or message length is invalid for the carrier. | Carrier has rejected for message length is invalid or too long. | YES |
305305
| 4752 | destination-rejected-malformed | Message is malformed for the carrier. | Carrier is rejecting the message malformed; this could be because of a blank message, unacceptable data value, the receiving SMSC or SME does not accept messages with more than 160 characters, syntax error, content is invalid, message ID is invalid, invalid parameter length, expected TLV missing, invalid TLV value, invalid data coding scheme, invalid number of destinations, error in the optional part of the PDU body, TLV not allowed, or XML validation error. | YES |
306+
| 4753 | destination-rejected-handset | The destination handset has rejected the message (Verizon only) | The Verizon handset has rejected the message | YES |
306307
| 4770 | destination-spam-detected | Carrier Rejected as SPAM | The Carrier is reporting this message as blocked for SPAM. Spam blocks could be a result of content, SHAFT violations (including specific keywords), originating address has been flagged for repeated spam content | YES |
307308
| 4771 | rejected-shortened-url | Rejected due to shortened url | There was an error with the shortened URL used. Bandwidth recommends customers obtain their own dedicated domain if shortened links are needed for their messaging campaign. | YES |
308309
| 4772 | rejected-tn-blocked | Blocked sender or receiver | This error indicates a blocked Sender or Receiver on the downstream platform. Please reach out to Bandwidth support so we can engage our vendor to determine which telephone number is blocked and why. | YES |

site/specs/numbers.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13750,10 +13750,6 @@ components:
1375013750
shortCodeData:
1375113751
description: Short code details representation.
1375213752
properties:
13753-
accountId:
13754-
description: Account ID.
13755-
example: '123123'
13756-
type: string
1375713753
carrierStatuses:
1375813754
description: >-
1375913755
List of objects each providing the registration status for an

0 commit comments

Comments
 (0)