Skip to content

feat(examples): add Mailchimp Transactional example - #3710

Open
mmaxence wants to merge 1 commit into
resend:canaryfrom
mmaxence:example-mailchimp-transactional
Open

feat(examples): add Mailchimp Transactional example#3710
mmaxence wants to merge 1 commit into
resend:canaryfrom
mmaxence:example-mailchimp-transactional

Conversation

@mmaxence

@mmaxence mmaxence commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Adds an example showing how to send a react-email template through Mailchimp's Transactional API (Mandrill), using the official @mailchimp/mailchimp_transactional SDK.

Follows the structure of the existing brevo and mailtrap examples: render the template, pass the HTML to messages.send. The SDK is a generated client and ships no bundled types, so I pinned the DefinitelyTyped @types/mailchimp__mailchimp_transactional and verified the call shape against those types.

Happy to add other providers if useful.


Summary by cubic

Adds an example for sending a react-email template via Mailchimp Transactional (Mandrill) using the official @mailchimp/mailchimp_transactional SDK. This extends provider coverage and mirrors existing Brevo/Mailtrap examples.

  • Renders Email with react-email and passes the HTML to messages.send.
  • Uses @mailchimp/mailchimp_transactional@1.4.1 with pinned @types/mailchimp__mailchimp_transactional due to missing bundled types.
  • Built with ESM via tsdown targeting Node 20; example requires MAILCHIMP_API_KEY to run.

Written for commit 50adcd2. Summary will update on new commits.

Review in cubic

@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

@mmaxence is attempting to deploy a commit to the resend Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot

changeset-bot Bot commented Aug 18, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 50adcd2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​types/​mailchimp__mailchimp_transactional@​1.0.121001007786100
Added@​mailchimp/​mailchimp_transactional@​1.4.110010010083100

View full report

@github-actions github-actions Bot added the linear-synced PR has been synced to Linear label Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

linear-synced PR has been synced to Linear

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant