Open
Conversation
…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>
- 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>
sathya0
reviewed
Feb 9, 2026
Co-authored-by: sathya0 <78386709+sathya0@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…P flows, TLS setup
Writer's Quality Checklist
Before merging your PR, did you: