This section explains how to integrate IFTTT with Qumulo Alerts and test the integration.
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 and Test the Integration by Using the Qumulo Alerts Web UI
-
Create a Webhooks applet in IFTTT and obtain the Webhooks key from the IFTTT Maker Webhooks page.
-
Log in to Qumulo Alerts.
-
On the sidebar, under Servers, click IFTTT.
-
For the Webhook Key field, enter your IFTTT Webhooks key.
-
Click Save Configuration.
-
Click Test Connection.
-
Qumulo Alerts sends a test event to your IFTTT Webhooks.
-
If the test succeeds, a confirmation message appears.
-
If the test fails, check your Webhooks key and that your IFTTT applet is active.
-
To Integrate IFTTT with Qumulo Alerts and Test the Integration by Using the alerts CLI
-
Run the
./alerts ifttt_server_addcommand 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 more information about locales, 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 more information about time zones, see Converting Time Zones.
The following is example output.
[{ "language": "en_US", "timezone": "America/Phoenix", "token": "abcABde12f3g4567CDE89" }] -
Run the
./alerts ifttt_server_testcommand.A successful response returns the
[{ "ok": true }]JSON output.