{
"_id": "<string>",
"name": "<string>",
"labels": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"sequenceId": "<string>",
"scheduleIds": [
"<string>"
],
"teamId": "<string>",
"hasError": true,
"errors": [
"<string>"
],
"creator": {
"userId": "<string>",
"userEmail": "jsmith@example.com"
},
"senders": [
{
"id": "<string>",
"email": "jsmith@example.com",
"sendUserMailboxId": "<string>"
}
]
}Objects & Definitions
Campaign
Campaigns screenshot from the lemlist app interface
An automated outreach workflow containing sequences of steps.
Unique campaign identifier
Campaign name
Categorization labels
Creation timestamp
Creator user ID
Campaign status
Available options:
running, paused, draft, ended, archived, errors Main sequence ID
Associated schedule IDs
ID of the team that owns this campaign
Whether the campaign has errors
List of error messages if campaign has errors
Campaign creator information
Show child attributes
Show child attributes
Campaign senders configuration
Show child attributes
Show child attributes
Was this page helpful?