You're viewing a demo portfolio

Join the waitlist
PRSM

create_mailbox_credential

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →