-
-
Notifications
You must be signed in to change notification settings - Fork 479
Notify_clickatell
Chris Caron edited this page Jun 24, 2025
·
1 revision
- Source: https://www.clickatell.com/
- Icon Support: No
- Message Format: Text
- Message Limit: 160 Characters per message
Valid syntax is as follows:
clickatell://{source}@{apikey}/{PhoneNo}
clickatell://{source}@{apikey}/{PhoneNo1}/{PhoneNo2}/{PhoneNoN}
clickatell://{apikey}/{PhoneNo}
clickatell://{apikey}/{PhoneNo1}/{PhoneNo2}/{PhoneNoN}
Variable | Required | Description |
---|---|---|
apikey | Yes | The API Key you generated as part of your Clickatell account |
Send a notification to your Clickatell account:
# Assuming our {apikey} is token
# Assuming our {PhoneNo} is 1-800-555-1234
apprise -vv --body="Test Message" \
"clickatell://token/1-800-555-1234"