Skip to content

Commit 2dec912

Browse files
committed
update
1 parent 65645de commit 2dec912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/learn/emails/email-body-converter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Email body converter is a webhook maintained by Rossum. To use it, follow these
5656
// converted to PDF). Default is `false`.
5757
"skip_if_supported_files_present": false,
5858

59-
// Optional. List of attachment types to convert to PDF. Supported values: "html", "txt"
59+
// Optional. List of attachment types to convert to PDF. Supported values: "html", "txt".
60+
// When omitted, thef files will be deleted as with any other unsupported attachment.
6061
"convert_attachments": ["html", "txt"],
6162

6263
// Optional. Specifies the style for TXT files, which are first converted to HTML and then

0 commit comments

Comments
 (0)