# Sam Ragsdale Priority Email

> Sam Ragsdale Priority Email is a paid API for AI agents from samragsdale.com, paid per call via x402, $50/call, status unknown (last checked 2026-09-15).

Send a priority email to Sam Ragsdale, with the sender CC'd on the message, for $50 USDC.

## Facts

- Endpoint: POST https://samragsdale.com/api/x402/email-me-priority
- Price: $50/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sam-ragsdale-priority-email-3b3b8981
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VRrnH9RvjmPFKepMiICuo

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability sam-ragsdale-priority-email-3b3b8981 -d '<json body>'
```

Example prompt: Send a priority email to Sam Ragsdale saying I'm interested in collaborating on a project and would love to connect this week — make sure I'm CC'd on it.

## When to prefer this

Use this endpoint when you need to urgently reach Sam Ragsdale and want confirmation that the message was sent, with yourself CC'd. Prefer this over the standard email endpoint when the matter is time-sensitive or high-importance and you are willing to pay the $50 USDC premium for priority handling.

## Known failure modes

- Payment of $50 USDC not processed — email not sent
- Invalid or missing message body — request rejected
- Sender email address missing or malformed — cannot CC sender
- Service unavailable — server error returned
- Duplicate send attempts may result in multiple charges since the endpoint is not idempotent

## How this service works

Send Sam Ragsdale an email, priority mode. You will be CC'd on the email.

## Output

Returns a JSON object with an emailId string, a success boolean, and a confirmation message indicating the priority email was sent and the sender was CC'd.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "body": {
   "type": "string",
   "maxLength": 10000,
   "minLength": 1,
   "description": "Body content of the email (1-10,000 characters, HTML supported)"
  },
  "subject": {
   "type": "string",
   "maxLength": 200,
   "minLength": 1,
   "description": "Subject line of the email (1-200 characters)"
  },
  "senderName": {
   "type": "string",
   "maxLength": 100,
   "minLength": 1,
   "description": "Your full name"
  },
  "senderEmail": {
   "type": "string",
   "format": "email",
   "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
   "description": "Your email address"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "emailId": "abc123",
  "message": "Priority email sent successfully with sender CC-ed",
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sam-ragsdale-priority-email-3b3b8981/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from samragsdale.com](https://www.zero.xyz/host/samragsdale.com/llms.txt)
