This section explains how to configure Qumulo Alerts to work with IFTTT.
IFTTT (If This Then That) is a paid, third-party service that provides delivery of messages by using Webhooks integrations and events. For more information, see the IFTTT documentation.
To Integrate IFTTT with Qumulo Alerts
Run the ./alerts ifttt_server_add
command and specify the IFTTT server token, language, and time zone. For example:
./alerts ifttt_server_add \
--token abcABde12f3g4567CDE89 \
--language en_US \
--timezone "America/Phoenix"
Note
- For the
--language
flag, see What Language Locales Qumulo Alerts Supports. The consumer processes for email, IFTTT, and SMS (ClickSend) integrations translate messages into the recipient's native language. - For the
--timezone
flag, see Converting Time Zones.
The following is example output.
[{
"language": "en_US",
"timezone": "America/Los_Angeles",
"token": "abcABde12f3g4567CDE89"
}]
To Test Integration with IFTTT
Run the ./alerts ifttt_server_test
command.
A successful response returns the [{ "ok": true }]
JSON output.