A campaign that can be sent to a list of recipients
Unique identifier for the campaign
Campaign Status
Enum Value | Description |
---|---|
0 | Draft |
1 | Active |
2 | Paused |
3 | Completed |
4 | Running Subsequences |
-99 | Account Suspended |
-1 | Accounts Unhealthy |
-2 | Bounce Protect |
Campaign schedule
Timestamp when the campaign was created
Timestamp when the campaign was last updated
List of sequences (the actual email copy). Even though this field is an array, only the first element is used, so please provide only one array item, and add the steps to that array
Whether the campaign is send the first email as a text only
List of tags to use for sending emails
Whether to stop the campaign for the entire company(domain) when a lead replies
Whether to insert an unsubscribe header in emails
Overrides the workspace-wide limit emails per company setting for this campaign.
Organization ID
{ "id": "019a078d-23b3-7144-a9d4-02767aa1ba69", "name": "My First Campaign", "pl_value": 100, "status": 1, "is_evergreen": false, "campaign_schedule": { "start_date": "2025-10-21T16:14:41.587Z", "end_date": "2025-10-21T16:14:41.587Z", "schedules": [ … ] }, "sequences": [ { … } ], "timestamp_created": "2025-10-21T16:14:41.587Z", "timestamp_updated": "2025-10-21T16:14:41.587Z", "email_gap": 10, "random_wait_max": 10, "text_only": false, "first_email_text_only": false, "email_list": [ "john@doe.com" ], "daily_limit": 100, "stop_on_reply": false, "email_tag_list": [ "019a078d-23b3-7144-a9d4-0277bbaba0a6" ], "link_tracking": true, "open_tracking": true, "stop_on_auto_reply": false, "daily_max_leads": 100, "prioritize_new_leads": false, "auto_variant_select": null, "match_lead_esp": false, "stop_for_company": false, "insert_unsubscribe_header": false, "allow_risky_contacts": false, "disable_bounce_protect": false, "limit_emails_per_company_override": null, "cc_list": [ "john@doe.com" ], "bcc_list": [ "john@doe.com" ], "organization": "019a078d-23b3-7144-a9d4-0278411b2c29", "owned_by": "019a078d-23b3-7144-a9d4-027957a280a2", "provider_routing_rules": [ { … } ] }