Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.47 KB

AutomationWorkflow.md

File metadata and controls

23 lines (17 loc) · 1.47 KB

# AutomationWorkflow

A summary of an individual Automation workflow's settings and content.

Properties

Name Type Description Notes
Id string A string that identifies the Automation. [optional] [readonly]
CreateTime time.Time The date and time the Automation was created in ISO 8601 format. [optional] [readonly]
StartTime time.Time The date and time the Automation was started in ISO 8601 format. [optional] [readonly]
Status string The current status of the Automation. for more information please, see Model/string.php [optional] [readonly]
EmailsSent int32 The total number of emails sent for the Automation. [optional] [readonly]
Recipients List [optional]
Settings AutomationCampaignSettings [optional]
Tracking AutomationTrackingOptions [optional]
TriggerSettings AutomationTrigger [optional]
ReportSummary CampaignReportSummary [optional]
Links []ResourceLink A list of link types and descriptions for the API schema documents. [optional] [readonly]

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