Skip to content

Commit f10d889

Browse files
chore(pla-966): dw messages actor export docs (#794)
1 parent 11b1a14 commit f10d889

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/integrations/extensions/data-sync.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Below is a description of the columns included in the table and the data type of
7474
has_been_clicked bigint ENCODE az64,
7575
has_been_interacted bigint ENCODE az64,
7676
has_been_archived bigint ENCODE az64,
77+
actors character varying(65535) ENCODE lzo
7778
PRIMARY KEY (message_id)
7879
) DISTSTYLE KEY SORTKEY (message_id, updated_at);
7980
```
@@ -240,6 +241,13 @@ Below is a description of the columns included in the table and the data type of
240241
"integer (0 = false, 1 = true)",
241242
"Whether the message has been archived",
242243
],
244+
[
245+
"actors",
246+
"json",
247+
<div key="actors">
248+
A JSON array of actor users or objects. Users are provided as string IDs. Objects are provided as JSON dictionaries with keys for "id" and "collection". See the <a target="_blank" rel="noreferrer" href="/concepts/recipients#recipientidentifier-definition"><code>RecipientIdentifier</code> definition</a> for more info.
249+
</div>
250+
],
243251
]}
244252
/>
245253

0 commit comments

Comments
 (0)