mirror of
https://github.com/caronc/apprise.git
synced 2024-12-13 10:21:51 +01:00
Updated Notify_nexmo (markdown)
parent
fb5d1bc38e
commit
79f5d4fcc0
@ -1,18 +1,20 @@
|
||||
## Nexmo
|
||||
## Vonage (formerly Nexmo)
|
||||
* **Source**: https://nexmo.com/
|
||||
* **Icon Support**: No
|
||||
* **Message Format**: Text
|
||||
* **Message Limit**: 160 Characters per message
|
||||
|
||||
### 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
|
||||
|
||||
### Syntax
|
||||
Valid syntaxes are as follows:
|
||||
Valid syntax is as follows:
|
||||
* **nexmo**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/**{PhoneNo}**
|
||||
* **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:
|
||||
* **nexmo**://**{ApiKey}**:**{ApiSecret}**@**{FromPhoneNo}**/
|
||||
|
Loading…
Reference in New Issue
Block a user