forked from pokealarm/pokealarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alarms.json.example
55 lines (55 loc) · 1.1 KB
/
alarms.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
{
"active": "False",
"type": "boxcar",
"user_credentials": "YOUR_API_KEY"
},
{
"active": "False",
"type": "discord",
"api_key": "YOUR_WEBHOOK_URL"
},
{
"active": "False",
"type": "facebook_page",
"page_access_token": "YOUR_PAGE_ACCESS_TOKEN"
},
{
"active": "False",
"type": "pushbullet",
"api_key": "YOUR_API_KEY"
},
{
"active": "False",
"type": "pushover",
"app_token": "YOUR_APP_TOKEN",
"user_key": "YOUR_USER_KEY"
},
{
"active": "False",
"type": "slack",
"api_key": "YOUR_API_KEY"
},
{
"active": "False",
"type": "telegram",
"bot_token": "YOUR_BOT_TOKEN",
"chat_id": "YOUR_CHAT_ID"
},
{
"active": "False",
"type": "twilio",
"account_sid": "YOUR_API_KEY",
"auth_token": "YOUR_AUTH_TOKEN",
"from_number": "YOUR_FROM_NUM",
"to_number": "YOUR_TO_NUM"
},
{
"active": "False",
"type": "twitter",
"access_token": "YOUR_ACCESS_TOKEN",
"access_secret": "YOUR_ACCESS_SECRET",
"consumer_key": "YOUR_CONSUMER_KEY",
"consumer_secret": "YOUR_CONSUMER_SECRET"
}
]