diff --git a/resend.yaml b/resend.yaml index c1a9d67..6dba4f2 100644 --- a/resend.yaml +++ b/resend.yaml @@ -3665,6 +3665,12 @@ components: type: string description: The reply-to addresses. example: [] + received_for: + type: array + items: + type: string + description: The recipient addresses the email was forwarded for, taken from the `for` clause of the message's `Received` headers. + example: ['forwarded@example.com'] html: type: [string, "null"] description: The HTML content of the email. @@ -5633,6 +5639,11 @@ components: items: type: string description: CC recipients. + received_for: + type: array + items: + type: string + description: The recipient addresses the email was forwarded for, taken from the `for` clause of the message's `Received` headers. attachments: type: array items: