Tableau Connector for Mailchimp

Build 23.0.8839

AutomationEmailQueues

A summary of the queue for an email in an automation workflow.

テーブル固有の情報

AutomationEmailQueues では、SELECT およびINSERT がサポートされています。

Select

このテーブルからデータを取得するにはWorkflowId を指定する必要があります。WHERE 句に何も指定されていない場合は、アカウントで使える最初のものが使用されます。

Insert

INSERT にはWorkflowId、EmailId、およびEmailAddress が必要です。

INSERT INTO AutomationEmailQueues (WorkflowId, EmailId, EmailAddress) VALUES ('myWorkflowId', 'myEmailId', 'myEmailAddress')

Columns

Name Type ReadOnly Description
Id [KEY] String True

The MD5 hash of the lowercase version of the list member's email address.

WorkflowId [KEY] String False

A string that uniquely identifies an automation workflow.

EmailId [KEY] String False

A string that uniquely identifies an email in an automation workflow.

ListId [KEY] String True

A string that uniquely identifies a list.

EmailAddress String False

Email Address

NextSend String True

Next Send

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