Test recipient feed configuration
Tests the per-recipient feed configuration by fetching data for a specific contact or a random contact from the broadcast audience. The recipient feed must be enabled for the broadcast before calling this endpoint.
post/api/broadcasts.testRecipientFeed
Request body
Example request
{
"workspace_id": "ws_1234567890",
"broadcast_id": "broadcast_12345",
"contact_email": "john@example.com",
"url": "https://api.example.com/feed/recipient",
"headers": [
{
"name": "Authorization",
"value": "Bearer token123"
}
]
}Response
Recipient feed test completed
Example response
{
"success": true,
"contact_email": "john@example.com"
}