From e777a33385e3715537e5f5cf3f5dc1c7c3e67fe6 Mon Sep 17 00:00:00 2001 From: tanishq-atm Date: Mon, 9 Mar 2026 20:22:19 -0700 Subject: [PATCH] small edit cont. --- fern/definition/messages.yml | 4 ++-- fern/pages/core-concepts/messages.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/definition/messages.yml b/fern/definition/messages.yml index 4f89b6f..7cea260 100644 --- a/fern/definition/messages.yml +++ b/fern/definition/messages.yml @@ -146,7 +146,7 @@ types: docs: Ordered by `timestamp` descending. RawMessageResponse: - docs: Signed URL to download the raw .eml file. Uses CloudFront signing, same as attachments. + docs: S3 presigned URL to download the raw .eml file. properties: message_id: type: MessageId @@ -156,7 +156,7 @@ types: docs: Size of the raw message in bytes. download_url: type: string - docs: Pre-signed CloudFront URL to download the raw message. Expires at expires_at. + docs: S3 presigned URL to download the raw message. Expires at expires_at. expires_at: type: datetime docs: Time at which the download URL expires. diff --git a/fern/pages/core-concepts/messages.mdx b/fern/pages/core-concepts/messages.mdx index 1aac9db..a2c4c3e 100644 --- a/fern/pages/core-concepts/messages.mdx +++ b/fern/pages/core-concepts/messages.mdx @@ -235,7 +235,7 @@ Copy one of the blocks below into Cursor or Claude for complete Messages API kno * - messages.forward(inboxId, messageId, { to, subject?, text?, html? }) * - messages.update(inboxId, messageId, { addLabels?, removeLabels? }) * - messages.getAttachment(inboxId, messageId, attachmentId) - * - messages.getRaw(inboxId, messageId) -> { message_id, size, download_url, expires_at } (CloudFront signed URL for .eml) + * - messages.getRaw(inboxId, messageId) -> { message_id, size, download_url, expires_at } (S3 presigned URL for .eml) * - messages.getRaw(inboxId, messageId) * * Reply content: use extractedText/extractedHtml for new content without quoted history.