mail_set_identity
Create, update, or delete sender identities in Fastmail. Set email, name, reply-to, BCC, and text/HTML signatures. Requires JMAP submission capability.
Instructions
Create, update, or destroy a sender identity.
To create: provide create_email (required) and optionally create_name. To update: provide update_id plus any fields to change (name, replyTo, bcc, textSignature, htmlSignature). To destroy: provide destroy_id. Fails if mayDelete is false on that identity.
replyTo and bcc are lists of EmailAddress objects: [{"email": "...", "name": "..."}].
Requires urn:ietf:params:jmap:submission capability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| create_email | No | ||
| create_name | No | ||
| update_id | No | ||
| update_name | No | ||
| update_reply_to | No | ||
| update_bcc | No | ||
| update_text_signature | No | ||
| update_html_signature | No | ||
| destroy_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |