forked from RockProfile/node-red-contrib-mastodon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsend-toot.json
52 lines (52 loc) · 974 Bytes
/
send-toot.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
51
52
[
{
"id": "7a0f1170ad9493f3",
"type": "tab",
"label": "Send Toot",
"disabled": false,
"info": "",
"env": []
},
{
"id": "c3f4b6118008aff7",
"type": "inject",
"z": "7a0f1170ad9493f3",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "This is a test toot",
"payloadType": "str",
"x": 460,
"y": 360,
"wires": [
[
"d11b6040526f25c4"
]
]
},
{
"id": "d11b6040526f25c4",
"type": "send-toot",
"z": "7a0f1170ad9493f3",
"name": "Send Toot",
"recipients": "",
"server": "ee5258e8746ed7a5",
"visibility": "public",
"x": 650,
"y": 360,
"wires": []
},
{
"id": "ee5258e8746ed7a5",
"type": "mastodon-server",
"apiurl": "https://mastodon.social/api/v1/"
}
]