Power BI Connector for Salesforce Marketing Cloud Account Engagement

Build 24.0.8963

ListEmail

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

テーブル固有の情報

Select

本製品 はSalesforce Marketing Cloud Account Engagement API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。

  • Id は '='、'<'、'<='、'>'、'>=' をサポートしています。
  • IsDeleted は'=' をサポートしています。
  • CreatedAt は '='、'<'、'<='、'>'、'>=' をサポートしています。
  • UpdatedAt は '='、'<'、'<='、'>'、'>=' をサポートしています。
  • SentAt は '='、'<'、'<='、'>'、'>=' をサポートしています。

例えば、次のクエリはサーバーサイドで処理されます。

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

GetDeleted

Pardot のごみ箱にあるリストメールを取得する場合、次の操作がサポートされています。

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 24.0.8963