Skip to content

docs(batch): document schedule, tags, and attachments support#200

Draft
cpenned wants to merge 1 commit into
mainfrom
cursor/batch-schedule-tags-attachments-1c02
Draft

docs(batch): document schedule, tags, and attachments support#200
cpenned wants to merge 1 commit into
mainfrom
cursor/batch-schedule-tags-attachments-1c02

Conversation

@cpenned

@cpenned cpenned commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Summary

The batch send API now supports scheduled_at, tags, and attachments per email (matching the monorepo SendEmailRequest schema). The Ruby SDK already passes batch params through unchanged; this PR makes that support explicit.

Changes

  • Document that each batch email accepts the same fields as Resend::Emails.send, including scheduled_at, tags, and attachments
  • Add a spec verifying those fields are serialized in the request body

Notes

No runtime code changes were required — Resend::Batch.send forwards the params array as JSON via Resend::Request.

Open in Web Open in Cursor 

Summary by cubic

Clarifies that Resend::Batch.send supports per-email scheduled_at, tags, and attachments, consistent with Resend::Emails.send. Adds a spec to verify these fields are sent in the request body; no runtime changes.

Written for commit 08ed457. Summary will update on new commits.

Review in cubic

Each batch email accepts the same fields as Resend::Emails.send,
including scheduled_at, tags, and attachments. Add a spec that
verifies these fields are passed through in the request body.

Co-authored-by: cpenned <cpenned@users.noreply.github.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Auto-approved: Documents per-email fields (scheduled_at, tags, attachments) in batch.send method and adds a spec to verify serialization. No runtime code changes.

Re-trigger cubic

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