Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.36 KB

File metadata and controls

25 lines (22 loc) · 1.36 KB

# CreateEmailSentRequest

Properties

Name Type Description Notes
clicked_time string [optional]
contact_id string [optional]
headers string [optional]
html_content string Base64 encoded HTML [optional]
opened_time string [optional]
original_provider string Provider that sent the email, defaults to UNKNOWN [optional]
original_provider_id string Provider id that sent the email, must be unique when combined with provider. If omitted a UUID without dashes is autogenerated for the record. [optional]
plain_content string Base64 encoded text [optional]
provider_source_id string The email address of the synced email account that generated this message. [optional]
received_time string [optional]
sent_from_address string [optional]
sent_from_reply_address string [optional]
sent_time string [optional]
sent_to_address string
sent_to_bcc_address_list string[] [optional]
sent_to_cc_address_list string[] [optional]
subject string [optional]

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