ODBC Driver for Salesforce Marketing Cloud Account Engagement

Build 23.0.8839

ListEmail

A list email is a single email sent to a recipient list.

Table Specific Information

Select

The 本製品 uses the Salesforce Marketing Cloud Account Engagement API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.

  • Id supports '=', '<', '<=', '>', '>='.
  • IsDeleted supports '='.
  • CreatedAt supports '=', '<', '<=', '>', '>='.
  • UpdatedAt supports '=', '<', '<=', '>', '>='.
  • SentAt supports '=', '<', '<=', '>', '>='.

For example, the following queries are processed server side:

SELECT * FROM ListEmail WHERE Id = 50
SELECT * FROM ListEmail WHERE SentAt > '01/01/2022'
SELECT * FROM ListEmail WHERE CreatedAt > '01/01/2022'

GetDeleted

To retrieve list email that are in the recycle bin in Pardot the following operation is supported:

GETDELETED FROM ListEmail

Columns

Name Type ReadOnly References Description
Id [KEY] Int64 True

ID of the email.

Name String True

Name of the object for identification in Pardot.

Subject String True

The email subject.

TextMessage String True

The text content of the email. This field is retrieved only when filtering with email id.

HtmlMessage String True

The HTML content of the email. This field is retrieved only when filtering with email id.

CampaignId Int64 True

Pardot campaign related to this object.

IsPaused Boolean True

True if the email send is paused.

IsSent Boolean True

True if the email has been sent.

IsDeleted Boolean True

True if the object is in the recycle bin in Pardot.

CreatedById Int64 True

ID of the individual who created this object.

UpdatedById Int64 True

ID of the individual who last updated this object.

CreatedAt Datetime True

The timestamp of when this object was created.

UpdatedAt Datetime True

The timestamp of when this object was last updated.

ClientType String True

Value is 'Builder' if the email was sent via the Lightning Email Builder. Value is 'Web' if it was sent via the legacy Pardot email builder.

SentAt Datetime True

Time the email was sent.

OperationalEmail Boolean True

True if the email is operational.

EmailTemplateId Int64 True

ID of the email template used for the list email.

TrackerDomainId Int64 True

ID of the tracker domain used for the list email.

SenderOptionsType String True

The sending user type(s).

SenderOptionsAddress String True

The sending email address(s).

SenderOptionsName String True

The name(s) of the sender.

SenderOptionsUserId String True

The user ID(s) of the sender.

ReplyToOptionsType String True

The reply to user type(s).

ReplyToOptionsAddress String True

The sending email address(s).

ReplyToOptionsUserId String True

The user ID(s) of the sender.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839