Batch update mailbox messages
Messages
Batch update mailbox messages
Updates allowed message flags and keywords for up to 100 messages with state-safe conflict handling.
POST
Batch update mailbox messages
Documentation Index
Fetch the complete documentation index at: https://docs.sendmux.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.
Body
application/json
Required array length:
1 - 100 elementsMap of message keyword names to booleans. true sets the keyword; false clears it. Keyword names are normalised to lowercase. Lifecycle keywords such as $draft are read-only.
Example:
{
"$answered": true,
"agent_triaged": true,
"needs_reply": false
}
Optional message state token for stale-write protection.