Skip to main content
POST
Forward email threads to colleagues or external recipients. Maintains original context and thread history.

Overview

Forwards an email to specified recipients. Useful for collaboration, escalation, and sharing important conversations. Use Cases:
  • Escalate to manager/supervisor
  • Share with team members
  • Forward to subject matter expert
  • Loop in decision makers
  • External referrals

Path Parameters

integer
required
Campaign ID

Query Parameters

string
required
Your SmartLead API key

Request Body

string
required
Message ID to forward
string
required
Email stats ID
string
required
Comma-separated recipient email addresses.
string
Custom HTML or plain-text body prepended above the auto-generated forwarded message chain. Mirrors the “compose” textbox in the Global Inbox UI when forwarding from the app. When omitted, only the auto-generated forwarded chain is sent.
string
Custom subject line for the forwarded email. Overrides the original campaign’s subject when provided. When omitted, the original campaign subject is used.
string
Optional comma-separated CC recipient email addresses.
string
Optional comma-separated BCC recipient email addresses.
forward_email_body, forward_email_subject, cc_emails, and bcc_emails are optional. Existing integrations that send only message_id, stats_id, and to_emails are fully backwards-compatible — behaviour is unchanged when these fields are omitted.

Response Example