Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.33 KB

File metadata and controls

20 lines (17 loc) · 1.33 KB

# Campaign

Properties

Name Type Description Notes
id string The unique identifier of the campaign [optional]
name string The name of the campaign [optional]
locked bool Whether the campaign is locked for editing [optional]
date_created \DateTime The date and time when the campaign was created. In ISO-8601 format [optional]
published_date \DateTime The date and time when the campaign was published. In ISO-8601 format [optional]
published_status bool Whether the campaign is published [optional]
error_message string Error message if the campaign has issues [optional]
time_zone string The timezone of the campaign [optional]
published_time_zone string The timezone used when the campaign was published [optional]
created_by_global_id string The global ID of the user who created the campaign [optional]
active_contact_count int Number of contacts currently active in this campaign [optional]
completed_contact_count int Number of contacts who have completed this campaign [optional]

[Back to Model list] [Back to API list] [Back to README]