forked from rassi0429/concurrent-webhook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
26 lines (26 loc) · 1018 Bytes
/
sample.json
File metadata and controls
26 lines (26 loc) · 1018 Bytes
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
{
"webhooks": [
{
"path": "/github",
"profileOverride": {
"username": "github bot",
"avatar": "https://pbs.twimg.com/profile_images/1683140958261751808/jgE_WI9a_400x400.jpg",
"description": "github bot",
"link": "https://twitter.com/ciel_vr"
},
"postStreams": ["hogehage@hogehoge.hage"],
"template": "hi im github <%= body.title %> :\n <%= body.text %>"
},
{
"path": "/discord",
"profileOverride": {
"username": "discord bot",
"avatar": "https://github.com/totegamma.png",
"description": "discord bot",
"link": "https://concurrent.world/entity/CCb72AAc9dcF088F7088b6718BE5a494fBB3861439"
},
"postStreams": ["hogehage@hogehoge.hage"],
"template": "hi im discord <%= body.name %> :\n <%= body.body %>"
}
]
}