You're viewing a demo portfolio

Join the waitlist
PRSM

reply_to_message

Active

Tool of run.domani/domani

declared in 1.0.0

Reply to an email message. Automatically sets To (from Reply-To or sender), Subject (Re: prefix), In-Reply-To and References headers for proper threading. Use all=true for reply-all (auto-populates CC from original recipients, excluding your own address). API: POST /api/emails/{address}/messages/{id}/reply.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "slug",
    "message_id"
  ],
  "properties": {
    "cc": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      ],
      "description": "Additional CC recipients (overrides auto-CC when all=true)"
    },
    "all": {
      "type": "boolean",
      "description": "Reply-all: auto-CC original To and CC recipients (default: false)"
    },
    "html": {
      "type": "string",
      "description": "HTML reply body"
    },
    "slug": {
      "type": "string",
      "description": "Mailbox slug"
    },
    "text": {
      "type": "string",
      "description": "Plain text reply body"
    },
    "domain": {
      "type": "string",
      "description": "Mailbox domain"
    },
    "message_id": {
      "type": "string",
      "description": "ID of the message to reply to"
    }
  }
}

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 →