Following is a list of objects which you will see frequently.
Campaign is a mailbox that the customer wants to use for warm up
| Field | Type | Description |
|---|---|---|
| id | Number | Unique identifier for the campaign |
| first_name | String | First name associated with the campaign |
| last_name | String | Last name associated with the campaign |
| name | String | Full name |
| String | Email address | |
| status_code | String | Current status of the campaign |
| timezone | String | Timezone information |
| email_per_day | Number | Number of emails sent per day |
| response_rate | Number | Response rate percentage |
| archive_folder | String | Name of the archive folder |
| next_email_after | String | Timestamp for the next email |
| outreach_today | Number | Count of outreaches made today |
| response_today | Number | Count of responses received today |
| smto | Object | An object containing SMTP settings |
| imap | Object | An object containing IMAP settings |
| dashboard_url | String | URL to the campaign's dashboard |
| created_at | String | Timestamp of campaign creation |
| updated_at | String | Timestamp of the last update to the campaign |