Skip to main content

TestWebhookRequest

Schema for testing a webhook

event_type object

Event type to test (enter, exit, dwell)

anyOf
string
custom_payload object

Custom payload to send with the test webhook

anyOf
object
test_payload object

[Deprecated] Use custom_payload instead

anyOf
object
TestWebhookRequest
{
"event_type": "string",
"custom_payload": {},
"test_payload": {}
}