-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrindery-ping-connector.json
50 lines (50 loc) · 1.19 KB
/
grindery-ping-connector.json
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
{
"key": "grinderyPingConnector",
"name": "GrinderyPingConnector",
"version": "1.0.0",
"platformVersion": "1.0.0",
"actions": [
{
"key": "grinderyPingConnector",
"name": "Send Push Notification",
"display": {
"label": "Send Push Notification",
"description": "Send Push Notification"
},
"operation": {
"type": "api",
"operation": {
"url": "https://grindery-ping-connector.herokuapp.com/fcm-sender/"
},
"inputFields": [
{
"key": "title",
"label": "Notification title",
"type": "string",
"required": false,
"placeholder": "Enter optional title"
},
{
"key": "body",
"label": "Notification text",
"type": "string",
"required": true,
"placeholder": "Enter notification text"
},
{
"key": "tokens",
"label": "FCM tokens",
"type": "array",
"required": true,
"placeholder": ""
}
],
"outputFields": [
]
}
}
],
"authentication": {
},
"icon": ""
}