From bd230fa0f430408af14bfa3a94de9efa7f865bfd Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:54:40 +0000 Subject: [PATCH] docs: add workflow_run_id and workflow_recipient_run_id fields to Messages table structure Co-Authored-By: andrea@knock.app --- content/integrations/extensions/data-sync.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" + ], ]} />