create_mailbox_credential
ActiveTool of run.domani/domani
declared in 1.0.0
Create an app password for a hosted mailbox, used as the password in a mail client. The secret is returned once - store it. API: POST /api/emails/{address}/credentials.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "Hosted mailbox slug"
},
"label": {
"type": "string",
"description": "Label to identify this app password, e.g. 'Laptop Mail'"
},
"domain": {
"type": "string",
"description": "Hosted mailbox domain"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries