List a campaign's PBEM inbox
play_list_pbem_inboxList the captured inbound emails on a play-by-email campaign. Each item carries the matched player (or null when unmatched), sender display name, sent time, subject, verbatim body, a distilled replyText (latest contribution with quoted history stripped), senderIsGamemaster (true when the sender is the campaign owner or an accepted gamemaster — the move builder boxes GM emails), and senderDisplayName (the GM-set attribution name for the matched player, empty when unset). GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by item status. 'new' (default) is the pending pile awaiting triage; 'consumed' items are linked to a published move; 'dismissed' items were discarded by the GM. | new |
| campaignId | Yes | Mongo `_id` of the play campaign. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||