Assign an unmatched email to a player
play_resolve_pbem_emailResolve an unmatched inbox email to an accepted campaign member. Pass remember: true to auto-match future emails from the same sender address (stored as an HMAC key, never the address). GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Mongo `_id` of the inbox item. | |
| playerId | Yes | User `_id` of the accepted campaign member this email's sender is. | |
| remember | No | When true, future emails from the same sender address auto-match this player (stored as an HMAC key, never the address). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||