Welcome
Core Concepts
The Campaign object
The schema is of type object
.
Copy
{
"id": "<string>",
"name": "<string>",
"enrolled_customers": [
"<string>"
],
"segment": "<string>",
"steps": [
{
"type": "email",
"custom_step_id": "<string>",
"email_template_id": "<string>"
}
],
"email_address": "<string>",
"phone_number": "<string>",
"status": "draft",
"scheduled_at": "<string>",
"statistics": {
"total_customers_enrolled": 123,
"total_customers_started": 123,
"total_customers_finished": 123
},
"consumed_message_segments": {
"sms": 123,
"mms": 123,
"email": 123
},
"estimated_message_segments": {
"sms": 123,
"mms": 123,
"email": 123
},
"attributed_revenue": 123
}
Assistant
Responses are generated using AI and may contain mistakes.