Forward an existing email to another recipient. You must specify the reply_to_uuid field, which represents the id of an existing email returned by the /emails endpoints.
Requires one of the following scopes: emails:create, emails:all, all:create, all:all
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The email account that will be used to send this email. It has to be an email account connected to your workspace
"jondoe@example.com"
The id of the email you want to forward
"123e4567-e89b-12d3-a456-426614174000"
Comma-separated list of recipients that will receive the forwarded email
"recipient@example.com"
Subject line of the forwarded email message
"Fwd: Interesting update"
The email body. You can specify either the html or the text field, or both
Comma-separated list of CC email addresses
"cc@example.com"
Comma-separated list of BCC email addresses
"bcc@example.com"
JSON-encoded forwarded attachment metadata from the original email
"[{\"filename\":\"attachment.pdf\",\"url\":\"https://cdn.instantly.ai/example-attachment/file.pdf\"}]"
The user id assigned to the lead
"019cc043-e35b-7230-83e9-9c0c7189fde0"
The requested Email
A campaign email, a reply, a manually sent email, or any other email that's visible in the Unibox
A Unique identifier
"019cc043-af69-762b-a7a0-0be46f0d941c"
Timestamp when the email was added to our database. This is not the timestamp of the email itself, since the email could have been sent at a different time. Please check the timestamp_email field for the timestamp of the email.
"2026-03-05T23:09:47.241Z"
The timestamp of the email, as provided by the email server. Please note that the timestamp is not always accurate, as it can be manipulated by the sender or the email server.
"2026-03-05T23:09:47.241Z"
Unique email ID from the email server
"<example123@mail.gmail.com>"
Subject line of the email message
"Re: Your inquiry"
Comma-separated list of recipient email addresses
"recipient@example.com"
An object containing the email body in HTML and text format
The workspace ID
"019cc043-af69-762b-a7a0-0be565ea00e4"
The email account that was used to send the email. This needs to be validated to make sure it exists in the user workspace
"eaccount-123"
The sender email address, populated based on the eaccount
"sender@example.com"
Comma-separated list of CC email addresses
"cc@example.com"
Comma-separated list of BCC email addresses
"bcc@example.com"
Reply-to email address
"replyto@example.com"
The id of the campaign that the email is associated with (it can be null for manually sent emails)
"019cc043-af69-762b-a7a0-0be61e566b5d"
The id of the campaign subsequence that the email is associated with (it can be null for manually sent emails)
"019cc043-af69-762b-a7a0-0be77dbe4eca"
The id of the list (if the lead is part of a list)
"019cc043-af69-762b-a7a0-0be8fad733ac"
The email address of the lead that the email is associated with
"jondoe@example.com"
The lead id (if any)
"019cc043-af69-762b-a7a0-0be97e6159ef"
Email type based on the life cycle of the email
1, 2, 3, 4 3
The campaign step that the email is associated with
"step-123"
Indicates if the email is unread
1
Indicates if the email is an auto-reply. 0 (zero) - is false, and 1 is true
0
Timestamp for the reminder.
"2026-03-05T23:09:47.241Z"
AI interest value
0.75
Indicates if AI assistance was used
1
Indicates if the email is focused (is in the primary tab in the Unibox)
1
Indicates the interest status of the email
0
Identifier for the email thread. All the emails in the same thread have the same thread ID
"019cc043-af69-762b-a7a0-0bea911fd846"
A short preview of the email content (usually the first few lines of the email)
"This is a preview of the email content."
Attachment metadata for the email. This field is null when there are no attachments.
{
"files": [
{
"filename": "attachment",
"size": 1927,
"type": "text/css",
"url": "https://cdn.instantly.ai/example-attachment/",
"error": null
}
]
}List of from address details
List of to address details
List of CC address details
ID of the AI agent that sent this email (if applicable)
"019cc043-af69-762b-a7a0-0bebb671c59c"