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." } ```