Files

38 lines
635 B
YAML
Raw Permalink Normal View History

-
id: 1
hook_id: 1
uuid: uuid1
2018-04-28 23:21:33 -07:00
is_delivered: true
2024-03-07 23:18:38 +01:00
is_succeed: false
request_content: >
{
"url": "/matrix-delivered",
"http_method":"PUT",
"headers": {
"X-Head": "42"
},
"body": "{}"
}
-
id: 2
hook_id: 1
uuid: uuid2
2025-06-03 09:26:19 +08:00
is_delivered: true
2024-03-07 23:18:38 +01:00
-
id: 3
hook_id: 1
uuid: uuid3
is_delivered: true
is_succeed: true
payload_content: '{"key":"value"}' # legacy task, payload saved in payload_content (and not in request_content)
request_content: >
{
"url": "/matrix-success",
"http_method":"PUT",
"headers": {
"X-Head": "42"
}
}