Add CNAM Storage Rules

dependabot/pip/requests-2.20.0
Maria Bermudez 7 years ago
parent 78936e1c09
commit 46a925d501
  1. 10
      README.md

@ -1339,6 +1339,16 @@ On success, the HTTP status code in the response header is `200 OK` and the resp
The method accepts a Caller ID value as a parameter which you can learn more about in the [API reference](https://developer.flowroute.com/api/numbers/v2.0/create-a-new-cnam-record/). In the following example, we reuse the `random_generator()` function to generate a four-character random string which we will concatenate with FR and assign as our CNAM value.
| CNAM Storage Rules |
| ------------------- |
| You can enter up to 15 characters for your CNAM value at least one of which is a letter. |
| While most CNAM presets can be approved, the following are not allowed and must be rejected: |
| - Consist of curse words and/or is inappropriate. |
| - A phone number (CNAM must be a name not a number) |
| - If the CNAM preset which the customer has submitted appears to be misleading such as: |
| - Political Figures or Places (Obama, Barack or The White House) |
| - False or fake CNAM (Seattle Police) |
##### Example Request
```
# Helper function for random strings

Loading…
Cancel
Save