-
-
Notifications
You must be signed in to change notification settings - Fork 422
Notify_kavenegar
Chris Caron edited this page Aug 3, 2020
·
2 revisions
- Source: https://kavenegar.com
- Icon Support: No
- Message Format: Text
- Message Limit: 160 Characters per message
To use Kavenegar, first register an account on their website. After you've done so, you can get your API Key from the account profile section.
Valid syntaxes are as follows:
kavenegar://{apikey}/{to_phone_no}
kavenegar://{from_phone_no}@{apikey}/{to_phone_no}
kavenegar://{apikey}/{to_phone_no}/{to_phone_no2}/{to_phone_noN}/
kavenegar://{from_phone_no}@{apikey}/{to_phone_no}/{to_phone_no2}/{to_phone_noN}/
Variable | Required | Description |
---|---|---|
ApiKey | Yes | The API Key associated with your Kavengar account. This is available to you via the account profile section of their website (after logging in). |
ToPhoneNo | Yes | Kavengar does not handle the + in front of the country codes. You need to substitute the correct amount of zero's in front of the outbound number in order for the call to be completed. |
FromPhoneNo | No | The number you wish to identify your call is coming from. This argument is optional. |
Send a Kavenegar Notification as an SMS:
# Assuming our {ApiKey} is gank339l7jk3cjaE
# Assuming our {PhoneNo} - is in the US somewhere making our country code 001
# - identifies as 800-555-1223
apprise -vv -t "Test Message Title" -b "Test Message Body" \
kavenegar://gank339l7jk3cjaE/0018005551223
# the following would also have worked (spaces, brackets,
# dashes are accepted in a phone no field):
apprise -vv -t "Test Message Title" -b "Test Message Body" \
kavenegar://gank339l7jk3cjaE/001 - (800) 555-1223