Skip to main content
POST
Forward Reply
Forward the reply content to one or more email addresses. Useful for escalating leads or sharing with team members outside of Replyify.

Path Parameters

string
required
The unique identifier (UUID) of the reply

Request Body

array
required
Array of email addresses to forward to
string
Optional message to include above the forwarded content
boolean
default:"true"
Whether to include the full email thread in the forward

Response

object
Forward confirmation

Examples

Basic Forward

Forward with Message

Response Example

Errors

The to array is empty or missing.
One or more email addresses in the to array are invalid.
The specified reply ID doesn’t exist in your workspace.

Notes

Forwarding a reply triggers the reply.forwarded webhook event if you have webhooks configured.
Forwarding does not change the reply’s status. You can still send a response to the original sender after forwarding.