mirror of
https://github.com/caronc/apprise.git
synced 2025-07-01 06:51:03 +02:00
Updated Notify_sfr (markdown)
@ -1,14 +1,9 @@
|
|||||||
## Société Française du Radiotéléphone (SFR)
|
## Société Française du Radiotéléphone (SFR)
|
||||||
* **Source**: https://nexmo.com/
|
* **Source**: https://www.sfr.fr/
|
||||||
* **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
|
|
||||||
To use Vonage, you will need to acquire your _API Key_ and _API Secret_. Both of these are accessible via the [Vonage Dashboard](https://dashboard.nexmo.com/getting-started-guide).
|
|
||||||
|
|
||||||
The **{FromPhoneNo}** must be a number provided to you through Nexmo
|
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid syntax is as follows:
|
Valid syntax is as follows:
|
||||||
* `sfr://{user}:{password}@{space_id}/{PhoneNo}`
|
* `sfr://{user}:{password}@{space_id}/{PhoneNo}`
|
||||||
@ -21,6 +16,11 @@ Valid syntax is as follows:
|
|||||||
| password | Yes | The password associated with your SFR account.
|
| password | Yes | The password associated with your SFR account.
|
||||||
| space_id | Yes | The Space ID associated with your SFR account.
|
| space_id | Yes | The Space ID associated with your SFR account.
|
||||||
| PhoneNo | **\*No** | The phone number you wish to notify
|
| PhoneNo | **\*No** | The phone number you wish to notify
|
||||||
|
to | Yes | This is the Phone Number that will receive the notification; this is an alias of PhoneNo
|
||||||
|
lang | No (default value set) | This is required by SFR when sending an SMS. Default to `fr_FR`
|
||||||
|
from | no | This is the sender name that will be seen when people receive the sms. It *MUST* be registered previously in the SFR Business DMC Account
|
||||||
|
timeout | No | This is the time after which the SMS will be dropped by SFR. Default to `2880` minutes
|
||||||
|
voice | No | This is the voice used when SMS is encoded as a vocal. Not applicable in apprise, but must be set for API compatibility reasons. Default to `claire08s`.
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
Send a SFR Notification:
|
Send a SFR Notification:
|
||||||
|
Reference in New Issue
Block a user