Inbound messages
Inbound messages the app received, with sender and subject previews.
admin.email.inbox({ limit: 20 })
Inbound messages the app received, with sender and subject previews. An inbox row’s id is its request-log id, so requests get opens the full parsed message and method run.
Parameters
--status
string
Filter by processing status.
successerror
--search
string
Partial search.
--cursor
string
Pagination cursor.
--limit
number
Maximum rows to return.
CLI
remy-admin email inbox --status error --limit 20