You're viewing a demo portfolio

Join the waitlist
PRSM

add_mailbox_alias

Active

Tool of run.domani/domani

declared in 1.0.0

Add an alias address that delivers into an existing mailbox, without using a mailbox slot. Useful for multiple public addresses (sales@, hello@, contact@) landing in one inbox. The alias must be on the same domain as the mailbox. API: POST /api/emails/{address}/aliases.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "slug",
    "alias"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Mailbox slug the alias delivers to, e.g. inbox"
    },
    "alias": {
      "type": "string",
      "description": "Alias address - a bare slug ('sales') or a full address on the same domain ('sales@mysite.com')"
    },
    "domain": {
      "type": "string",
      "description": "Mailbox domain, e.g. mysite.com"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →
add_mailbox_alias — run.domani/domani — PRSM MCP