TestWebhookRequest
Schema for testing a webhook
event_type object
Event type to test (enter, exit, dwell)
- string
- null
string
custom_payload object
Custom payload to send with the test webhook
- object
- null
object
test_payload object
[Deprecated] Use custom_payload instead
- object
- null
object
TestWebhookRequest
{
"event_type": "string",
"custom_payload": {},
"test_payload": {}
}