{
"code": 200,
"message": "Success",
"data": {
"webhook_id": 123,
"webhook_name": "Lead Notification Webhook",
"org_unit_id": 1001,
"target_url": "https://api.example.com/webhooks/leads",
"webhook_desc": "Sends lead data to CRM system",
"webhook_created": "2026-01-01T10:00:00Z",
"webhook_updated": "2026-02-01T15:30:00Z",
"response_format": "JSON",
"http_method": "POST",
"include_data_append": false,
"include_dni": true,
"include_score": true,
"include_ivr_keypresses": false,
"webhook_status": "active",
"static_parameters": [
{
"webhook_id": 123,
"field_name": "api_key",
"field_id": "",
"field_value": "your-api-key",
"map_order": 1
}
]
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}