mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 18:01:08 +01:00
Updated Notify_nexmo (markdown)
parent
fb5d1bc38e
commit
79f5d4fcc0
@ -1,18 +1,20 @@
|
|||||||
## Nexmo
|
## Vonage (formerly Nexmo)
|
||||||
* **Source**: https://nexmo.com/
|
* **Source**: https://nexmo.com/
|
||||||
* **Icon Support**: No
|
* **Icon Support**: No
|
||||||
* **Message Format**: Text
|
* **Message Format**: Text
|
||||||
* **Message Limit**: 160 Characters per message
|
* **Message Limit**: 160 Characters per message
|
||||||
|
|
||||||
### Account Setup
|
### Account Setup
|
||||||
To use Nexmo, you will need to acquire your _API Key_ and _API Secret_. Both of these are accessible via the [Nexmo Dashboard](https://dashboard.nexmo.com/getting-started-guide).
|
To use Vonage, you will need to acquire your _API Key_ and _API Secret_. Both of these are accessible via the [Nexmo Dashboard](https://dashboard.nexmo.com/getting-started-guide).
|
||||||
|
|
||||||
The **{FromPhoneNo}** must be a number provided to you through Nexmo
|
The **{FromPhoneNo}** must be a number provided to you through Nexmo
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid syntaxes are as follows:
|
Valid syntax is as follows:
|
||||||
* **nexmo**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/**{PhoneNo}**
|
* **nexmo**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/**{PhoneNo}**
|
||||||
* **nexmo**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/**{PhoneNo1}**/**{PhoneNo2}**/**{PhoneNoN}**
|
* **nexmo**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/**{PhoneNo1}**/**{PhoneNo2}**/**{PhoneNoN}**
|
||||||
|
* **vonage**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/**{PhoneNo}**
|
||||||
|
* **vonage**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/**{PhoneNo1}**/**{PhoneNo2}**/**{PhoneNoN}**
|
||||||
|
|
||||||
If no _ToPhoneNo_ is specified, then the _FromPhoneNo_ will be messaged instead; hence the following is a valid URL:
|
If no _ToPhoneNo_ is specified, then the _FromPhoneNo_ will be messaged instead; hence the following is a valid URL:
|
||||||
* **nexmo**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/
|
* **nexmo**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/
|
||||||
|
Loading…
Reference in New Issue
Block a user