Optional
bodyOptional
attachments?: { contentLength: number; contentType: string; id: string; name: string }[]Optional
body?: stringOptional
from?: { email: string; name?: string }Optional
lang?: string | nullOptional
payload?: { [key: string]: unknown }Optional
replyTo?: stringOptional
sendAt?: stringA timestamp for a future date/time the drafted message to be sent at.
Optional
status?: "draft" | "sent" | "failed"Optional
subject?: stringOptional
template?: string | nullOptional
to?: { email: string; name?: string }[]Unique draft forward ID.
Optional
query
Request body details
body
from
lang
sendAt
status
subject
template
to
attachments
sendAt
property optionssendAt
property to a valid timestamp, the forward will be scheduled to be sent and updated to a "scheduled" status.sendAt
property, the draft status will remain unchanged.