Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.08 KB

GetExtendedCampaignOverview.md

File metadata and controls

24 lines (20 loc) · 2.08 KB

GetExtendedCampaignOverview

Properties

Name Type Description Notes
test_sent bool Retrieved the status of test email sending. (true=Test email has been sent false=Test email has not been sent)
header string Header of the campaign
footer string Footer of the campaign
sender object
reply_to string Email defined as the "Reply to" of the campaign
to_field string Customisation of the "to" field of the campaign
html_content string HTML content of the campaign
share_link string Link to share the campaign on social medias [optional]
tag string Tag of the campaign
created_at \DateTime Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)
modified_at \DateTime UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ)
inline_image_activation bool Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. [optional]
mirror_active bool Status of mirror links in campaign. mirrorActive = false means mirror links are deactivated, & mirrorActive = true means mirror links are activated, in the campaign [optional]
recurring bool FOR TRIGGER ONLY ! Type of trigger campaign.recurring = false means contact can receive the same Trigger campaign only once, & recurring = true means contact can receive the same Trigger campaign several times [optional]
sent_date \DateTime Sent UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ). Only available if 'status' of the campaign is 'sent' [optional]

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