-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IFTTT webhook notification #796
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This issue has been closed because it is stale. Reopen if necessary. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This issue has been closed because it is stale. Reopen if necessary. |
Using IFTTT, you could get free notifications by phone call in United States. |
Description
IFTTT can be used as a simple, fast, free and cross-platform notification tool when you install their app on iOS or Android device. It could be a easy implementation on current code.
Possible solution
I didn't find their documentation on their website. But the process is simple.
First go create a applet: if Webhook (with event_name) then notification.
And then go to https://ifttt.com/maker_webhooks and click documentation to retrieve your API key.
Then everything has been setup. Send a notification is as simple as a post request to https://maker.ifttt.com/trigger/event_name/with/key/your_api_key
The text was updated successfully, but these errors were encountered: