InboxesLists
Create List Entry
CLI:
agentmail inboxes:lists create --inbox-id <inbox_id> --direction <direction> --type <type> --entry user@example.com
post/v0/inboxes/{inbox_id}/lists/{direction}/{type}
Path parameters
inbox_idstring required
The ID of the inbox.
direction'send' | 'receive' | 'reply' required
Direction of list entry.
type'allow' | 'block' required
Type of list entry.