Tests a webhook endpoint with realistic payload simulation. Sends a test payload to the webhook URL and validates the response. Returns test results including HTTP status, response data, and execution time.
Webhook configuration and test parameters
Request body for testing webhooks
Webhook configuration for HTTP callbacks. Defines the URL endpoint to call, custom HTTP headers, and request customization settings for sending event data or tool invocations to external systems.
Type of webhook event being sent. Identifies which stage of the call lifecycle or which conversation event triggered the webhook notification. Each type corresponds to a specific payload structure with event-relevant data.
UnknownWebHookPayload, StartWebHookPayload, FailedWebHookPayload, CompletedWebHookPayload, CallDeadLineWebHookPayload, TransferWebHookPayload, ToolWebHookPayload Name of the tool being called (required for tool webhooks)
Tool arguments (required for tool webhooks)
Agent additional data for the test
Call additional data for the test
Webhook test completed successfully
Response for webhook tests
Whether the webhook test was successful
HTTP status code returned by the webhook endpoint
HTTP status text returned by the webhook endpoint
Response data from the webhook endpoint
Validation result for start webhook responses
Error message if the test failed
Time taken to execute the webhook test in milliseconds