Clicksend multiple recipients (#5149)

Updated doc to reflect new multiple-recipients feature.
This commit is contained in:
xTCx 2018-04-14 11:05:32 +03:00 committed by Franck Nijhof
parent 4a9bd5e720
commit c396e08e50

View File

@ -28,6 +28,14 @@ notify:
username: CLICKSEND_USERNAME
api_key: CLICKSEND_API_KEY
recipient: PHONE_NO
# Multiple recipients
notify:
- platform: clicksend
name: ClickSend
username: CLICKSEND_USERNAME
api_key: CLICKSEND_API_KEY
recipient: [PHONE_NO1, PHONE_NO2]
```
{% configuration %}
@ -44,9 +52,9 @@ api_key:
required: true
type: string
recipient:
description: "Your phone number. This is where you want to send your notification SMS messages, e.g., `09171234567`."
description: "A single or multiple phone numbers. This is where you want to send your SMS notification messages, e.g., `09171234567` or `[09171234567, 09177654321]`."
required: true
type: string
type: string or list
sender:
description: The name or number of the sender.
required: false