mirror of https://github.com/zulip/zulip.git
13 lines
349 B
JSON
13 lines
349 B
JSON
{
|
|
"manage_url": "http://example.com/test/url/for/webhook",
|
|
"memo": "Congrats! The newly saved webhook works",
|
|
"additional_data": {
|
|
"src_ip": "1.1.1.1",
|
|
"useragent": "Mozilla/5.0...",
|
|
"referer": "http://example.com/referrer",
|
|
"location": "http://example.com/location"
|
|
},
|
|
"channel": "HTTP",
|
|
"time": "2020-06-09 14:04:39"
|
|
}
|