Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.1 KB

File metadata and controls

37 lines (29 loc) · 2.1 KB

RestRCampaign

Properties

Name Type Description Notes
id String Encrypted ID of the campaign [optional]
name String Internal campaign name
subject String Email subject line
preheader String Email preview text [optional]
sender String Sender id
htmlContent String HTML email content [optional]
textContent String Plain text email content [optional]
scheduleTime OffsetDateTime When to send (if scheduled)
scheduleType Integer Campaign scheduling type. Values: - `0` - Schedule later - `1` - Send Now
scheduleCondition String datetime for scheduled campaigns (required if scheduleType=1)
timeCondition String Time-related condition for the campaign [optional]
timezone String Campaign timezone [optional]
smartSend Boolean Timezone for the scheduled send [optional]
sendInContactsTimezone Boolean Send at specified time in each contact's timezone [optional]
preferredTimeCondition String Preferred time condition, in case of smartSend and sendInContactTimeZone [optional]
preferredTimezone String Preferred timezone for smart send optimization [optional]
strategy String Campaign delivery strategy [optional]
includedSegments List<String> Included segment IDs [optional]
includedLists List<String> Included list IDs with prefix
includedTags List<String> Included tag IDs with prefix [optional]
excludedSegments List<String> Excluded segment IDs [optional]
excludedLists List<String> Excluded list IDs with prefix
excludedTags List<String> Excluded tag IDs with prefix [optional]
created OffsetDateTime [optional]
updated OffsetDateTime [optional]