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"

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.