diff --git a/content/integrations/extensions/data-sync.mdx b/content/integrations/extensions/data-sync.mdx index 391928e8..51236e06 100644 --- a/content/integrations/extensions/data-sync.mdx +++ b/content/integrations/extensions/data-sync.mdx @@ -253,6 +253,16 @@ Below is a description of the columns included in the table and the data type of "string", "They key of the guide, if message was sent for a guide" ], + [ + "workflow_run_id", + "string", + "Unique identifier for the top-level workflow run that generated this message" + ], + [ + "workflow_recipient_run_id", + "string", + "Unique identifier for the individual recipient run within the workflow" + ], ]} />