Skip to content

Commit d9b337d

Browse files
authored
Merge pull request #102 from agentmail-to/addParticipants
add recipant limit
2 parents 6ff12c7 + 7315e65 commit d9b337d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

fern/pages/core-concepts/messages.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ console.log(`Message sent successfully with ID: ${sentMessage.id}`);
8181

8282
</CodeBlocks>
8383

84+
<Warning>
85+
**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.
86+
</Warning>
87+
8488
### 3. List `Messages` in an `Inbox`
8589

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

0 commit comments

Comments
 (0)