sendook_get_inbox
Retrieve details for a specific inbox by providing its ID, returning name, email, and creation timestamp.
Instructions
Get details for a specific inbox.
Args: params: InboxIdInput containing: - inbox_id: The inbox identifier
Returns: str: Inbox details including id, name, email, and createdAt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |