From 9a8a72801fe12ae63e8ab299fa5eba7156ca641d Mon Sep 17 00:00:00 2001 From: Yuval Hayun <70104171+YuvHayun@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:44:00 +0200 Subject: [PATCH] Update context-standards-mandatory.md (#1432) After consulting with Anar, we decided to remove this from the mail object context as it's not really possible to retrieve the entryID. --- docs/integrations/context-standards-mandatory.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/integrations/context-standards-mandatory.md b/docs/integrations/context-standards-mandatory.md index 62ae91453..d2d0e5bfc 100644 --- a/docs/integrations/context-standards-mandatory.md +++ b/docs/integrations/context-standards-mandatory.md @@ -553,10 +553,7 @@ The following is the format for an Email Object. "Body/HTML": "STRING, The HTML version of the email.", "Body/Text": "STRING, The plain-text version of the email.", "Subject": "STRING, The subject of the email.", - "Headers": "STRING, The headers of the email.", - "Attachments": [ - "entryID" - ] + "Headers": "STRING, The headers of the email." } ```