update_identity
Modify identity settings for mailboxes in Migadu email hosting. Specify parameters like domain, name, may_send, and may_receive to update mailbox configurations.
Instructions
Update identity settings. List of dicts with: target, mailbox (required), domain, name, may_send, may_receive (optional).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
updates | Yes |
Input Schema (JSON Schema)
{
"properties": {
"updates": {
"items": {
"additionalProperties": true,
"type": "object"
},
"title": "Updates",
"type": "array"
}
},
"required": [
"updates"
],
"type": "object"
}