Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fern/pages/core-concepts/messages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ console.log(`Message sent successfully with ID: ${sentMessage.id}`);

</CodeBlocks>

<Warning>
**Recipient limit:** Each send or reply supports a maximum of **50 recipients** across the combined total of `to`, `cc`, and `bcc`. If you exceed this limit, the API will return an error.
</Warning>

### 3. List `Messages` in an `Inbox`

You can retrieve a list of all `Messages` within a specific `Inbox`. This is useful for getting a history of all correspondence.
Expand Down
Loading