Input schema (server-provided preview — do not copy)
{
"type": "object",
"title": "create_email_mailboxArguments",
"required": [
"domain",
"local_part"
],
"properties": {
"actor": {
"type": "string",
"title": "Actor",
"default": ""
},
"label": {
"type": "string",
"title": "Label",
"default": ""
},
"domain": {
"type": "string",
"title": "Domain"
},
"reason": {
"type": "string",
"title": "Reason",
"default": ""
},
"password": {
"type": "string",
"title": "Password",
"default": ""
},
"quota_gb": {
"type": "integer",
"title": "Quota Gb",
"default": 5
},
"local_part": {
"type": "string",
"title": "Local Part"
},
"display_name": {
"type": "string",
"title": "Display Name",
"default": ""
},
"idempotency_key": {
"type": "string",
"title": "Idempotency Key",
"default": ""
},
"smtp_sent_limit": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Smtp Sent Limit",
"default": null
}
}
}