Skip to content

[21835] feat(salesforce_rest_api): expose sendRichBody on send-email - #21846

Merged
ashwins01 merged 4 commits into
masterfrom
issue-21835-salesforce
Sep 7, 2026
Merged

[21835] feat(salesforce_rest_api): expose sendRichBody on send-email#21846
ashwins01 merged 4 commits into
masterfrom
issue-21835-salesforce

Conversation

@ashwins01

@ashwins01 ashwins01 commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Closes #21835
expose sendRichBody on send-email

Checklist

Please check the following items before your PR can be reviewed:

Versioning

  • All components updated in this PR had their version updated (0.0.1 for new ones)
  • The app updated in this PR had its package.json's version updated

New app

If this is a new app, please submit an app integration request - the PR will only be reviewed after the app is integrated.

  • The app updated in this PR is already integrated

CodeRabbit review

After the PR is opened, and if new changes are pushed, CodeRabbit will automatically review it. Do not 'mark as resolved' CodeRabbit's comments, but reply to them instead, whether you agree (and update the PR accordingly) or disagree.

  • I have addressed or acknowledged all of CodeRabbit's review comments

Summary by CodeRabbit

  • New Features

    • Added an optional setting to send email messages with rich formatting. It is disabled by default for existing workflows.
  • Improvements

    • Updated the email action and package versions to reflect the new option.
    • Existing email inputs and sending behavior remain available when rich formatting is not enabled.

@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
pipedream-docs-redirect-do-not-edit Ignored Ignored Sep 7, 2026 10:51am UTC

Request Review

@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Team

Run ID: cd84ff2a-75b9-47dc-9a7e-96bae3756cec

📥 Commits

Reviewing files that changed from the base of the PR and between 17f0f78 and 851b067.

📒 Files selected for processing (2)
  • components/salesforce_rest_api/actions/send-email/send-email.mjs
  • components/salesforce_rest_api/package.json

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The Salesforce send-email action adds an optional sendRichBody input, forwards it to the emailSimple request, and updates the action and package versions.

Changes

Salesforce email action

Layer / File(s) Summary
Expose and forward rich-body setting
components/salesforce_rest_api/actions/send-email/send-email.mjs, components/salesforce_rest_api/package.json
The action adds the optional sendRichBody boolean, passes it to Salesforce, and updates the action and package versions.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 2ee04

The action adds an optional rich-text email setting and forwards it with the existing email request. No current merge-blocking risk remains.

Suggested reviewers: michelle0927

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the main change: exposing the Salesforce sendRichBody input on the send-email action.
Description check ✅ Passed The description includes a summary and documents the required versioning and integration checks. The CodeRabbit checklist item remains unchecked, but the description is otherwise mostly complete.
Linked Issues check ✅ Passed The changes satisfy issue [#21835] by adding the optional boolean sendRichBody prop and passing it in the Salesforce emailSimple request payload. The action and package versions were also updated.
Out of Scope Changes check ✅ Passed The changes are limited to the Salesforce send-email action and its package version. All changes support the requirements in [#21835].
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch issue-21835-salesforce

Comment @coderabbitai help to get the list of available commands.

@GTFalcao

GTFalcao commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

LGTM, but has a merge conflict.

@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@Priyadharshan-Pdm

Copy link
Copy Markdown
Contributor

LGTM!

@ashwins01
ashwins01 merged commit 7102eeb into master Sep 7, 2026
8 of 9 checks passed
@ashwins01
ashwins01 deleted the issue-21835-salesforce branch September 7, 2026 10:51
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.

[ACTION] Salesforce - Send Email: expose sendRichBody prop

3 participants