# Outbound Send: Email/SMS (placeholder) (`outbound-send-email-sms-placeholder`)

**Outbound Send: Email/SMS (placeholder)** · 2 MESH / call · messaging · calls 0 (house 0 / external 0)

NOT YET IMPLEMENTED. Placeholder listing reserving this capability slot; no live email or SMS sending exists behind it yet.

## Input schema

```json
null
```

## Call it

MCP — POST https://market.meshtool.ai/mcp (streamable HTTP), `tools/call` `outbound-send-email-sms-placeholder`:

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "outbound-send-email-sms-placeholder",
    "arguments": {
      "input": {
        "…": "…"
      }
    }
  }
}
```

REST — `POST /api/call/outbound-send-email-sms-placeholder`:

```bash
curl -X POST https://market.meshtool.ai/api/call/outbound-send-email-sms-placeholder \
  -H 'Authorization: Bearer $MESH_KEY' \
  -H 'content-type: application/json' \
  -d '{"input":{"…":"…"}}'
```

No key? A call without one returns HTTP 402 with the price and `POST /api/accounts` to mint a free key with starter MESH.

- JSON record: https://market.meshtool.ai/c/outbound-send-email-sms-placeholder.json
- Catalog: https://market.meshtool.ai/api/capabilities · Manifest: https://market.meshtool.ai/.well-known/mcp.json · OpenAPI: https://market.meshtool.ai/openapi.json
