Skip to content

W-20283303-email-connector-updates-kt#3130

Open
kevintroller wants to merge 3 commits intolatestfrom
W-20283303-email-connector-updates-kt
Open

W-20283303-email-connector-updates-kt#3130
kevintroller wants to merge 3 commits intolatestfrom
W-20283303-email-connector-updates-kt

Conversation

@kevintroller
Copy link
Contributor

…P flows, TLS setup

  • Add 'Understanding Attachments' section: when to use fixed vs dynamic attachments, and that Attachments parameter expects a DataWeave expression (map), not Java or raw JSON; clarify contentType behavior
  • Add 'Configuring TLS: Truststore and Keystore': where to find/create truststore and keystore, keytool examples, path resolution, when each is needed
  • Add example: send PDF, Word, and JSON from REST API multipart to support
  • Add example: poll SFTP directory and email files as attachments
  • Fix Send Attachment XML: use payload instead of literal 'payload'
  • Fix typo: trustore -> truststore

Writer's Quality Checklist

Before merging your PR, did you:

  • Run spell checker
  • Run link checker to check for broken xrefs
  • Check for orphan files
  • Perform a local build and do a final visual check of your content, including checking for:
    • Broken images
    • Dead links
    • Correct rendering of partials if they are used in your content
    • Formatting issues, such as:
      • Misnumbered ordered lists (steps) or incorrectly nested unordered lists
      • Messed up tables
      • Proper indentation
      • Correct header levels
  • Receive final review and signoff from:
    • Technical SME
    • Product Manager
    • Editor or peer reviewer
    • Reporter, if this content is in response to a reported issue (internal or external feedback)
  • If applicable, verify that the software actually got released

…P flows, TLS setup

- Add 'Understanding Attachments' section: when to use fixed vs dynamic
  attachments, and that Attachments parameter expects a DataWeave
  expression (map), not Java or raw JSON; clarify contentType behavior
- Add 'Configuring TLS: Truststore and Keystore': where to find/create
  truststore and keystore, keytool examples, path resolution, when each is needed
- Add example: send PDF, Word, and JSON from REST API multipart to support
- Add example: poll SFTP directory and email files as attachments
- Fix Send Attachment XML: use payload instead of literal 'payload'
- Fix typo: trustore -> truststore

Co-authored-by: Cursor <cursoragent@cursor.com>
@kevintroller kevintroller requested a review from a team as a code owner February 9, 2026 15:40
- New subsection: Binary attachments (PDF, PNG, and other files that require encoding)
- Explain keeping content as Binary, Content-Transfer-Encoding (default Base64), and DataWeave read() with MIME type
- Note in REST API section that binary parts are already Binary; connector handles encoding

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: sathya0 <78386709+sathya0@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants