getInbox
Retrieve a specific inbox by ID using AgentMail’s API, enabling AI agents to access, manage, and interact with isolated email environments efficiently.
Instructions
Get inbox by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inbox_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"inbox_id": {
"title": "Inbox Id",
"type": "string"
}
},
"required": [
"inbox_id"
],
"title": "getInboxArguments",
"type": "object"
}