textmagic / textmagic-rest-ruby

MIT License
1 stars 4 forks source link

Updates to the Sender IDs page #70

Open matthewcummings opened 8 years ago

matthewcummings commented 8 years ago

https://www.textmagic.com/docs/api/sender-ids/

"Sender ID allows you to show your company name instead of the reply number." -> "The Sender ID feature allows you to specify a custom ID string in SMS text messages instead of your phone number. For example, you can specify your company name which your customers will recognize, instead of an unfamiliar phone number.

"What is an alphanumeric Sender ID?" -> "What is a Sender ID?" [NOTE: I don't think it makes sense to add the word alphanumeric here. It seems superfluous and awkward to me.]

"Sender IDs allow you to send personalized text messages that do not need a reply. You can apply for Sender IDs that are closely connected to your business; for example, HotPizza, ITDelivery, Insurance This is the best solution for transactional SMSs with order confirmations or temporary security codes." -> "A Sender ID is an alphanumeric text string which you can use to identify your company as the sender of a text message. This is particularly useful for SMS messages which do not require a response, for example with order confirmations or temporary security codes. You can apply for a Sender ID which uses a keyword closely related to your business, for example: HotPizza, ITDelivery, Insurance, etc."

"All Sender IDs are reviewed by our support team." -> "All Sender ID requests are reviewed by our support team."

"Note, in several countries the sender ID feature is not supported. Please test before using it in real sending sessions." -> "Note, the Sender ID feature is not supported in some countries[link]. Please confirm that your recipients are in countries which support this feature before using Sender IDs."

"Get all your approved Sender IDs To get all Sender IDs numbers that you have applied for, use:"

"Retrieve all of your Sender IDs To get all Sender IDs for your account, use:" -> [NOTE: this method seems to retrieve ALL Sender IDs, whether they are pending, active or rejected.]

"See next section for senderid resource format details." -> "See the next section for senderid resource format details."

"Note, this command has no parameters." -> "Note, this command takes no parameters.""

"Numeric sender ID." -> "The internal ID for the Sender ID" [NOTE: the current text is confusing. This ID is for the requested Sender ID string, not the user's ID which is what it sounds like.]

"User who applied for this Sender ID." -> "The User[link] account used to apply for this Sender ID."

"Example HotRod" -> "HotRod" [NOTE: this example string needs to 11 characters or shorter, 'Example HotRod' is NOT.]

"Sender ID that you are applying for." -> "The Sender ID that you are applying for."

"Because it equals to my company name." -> "My company's name is HotRod."

"Explanation why do you need this Sender ID." -> "An explanation for why you're applying for this Sender ID."

"Id of a new Sender ID." -> "The internal ID of the new Sender ID."

"Link to Sender ID." -> "A link to the Sender ID."

"Sender IDs are shared between all of your sub-accounts." -> "Sender IDs are shared across all of your sub-accounts."

"return the standard delete response (204 No Content), otherwise the standard error " -> "return a standard delete response (204 No Content), otherwise a standard error"

"You’ve now learned how to manage Sender IDs via TextMagic API. Please take a look at the Messages: Send section" -> "Now that you’ve now learned how to manage Sender IDs via the TextMagic API, please take a look at the Messages: Send section"