Emails::Broadcast
Fetch Email Broadcast
Retrieve a single email broadcast by ID
get/emails/broadcasts/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "GhIjKl",
"workspace_id": 42000,
"name": "Weekly Newsletter",
"subject": "This Week's Updates",
"preheadline": "Check out what's new",
"status": "draft",
"origination_channel_type": null,
"origination_channel_id": null,
"external_id": null,
"filter_id": null,
"send_at": null,
"send_at_local_time": null,
"time_zone": "Pacific Time (US & Canada)",
"send_immediately": false,
"sending_at": null,
"complete_at": null,
"from_email": "marketing@example.com",
"from_name": "Marketing Team",
"reply_to_email": null,
"template": {
"id": 3001,
"public_id": "TmPl01",
"name": "Weekly Newsletter Template"
},
"topic_ids": [
1,
2
],
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}