# Proxiedmail AI integration on Definable

> ProxiedMail offers privacy-focused email services, including automatic creation of proxy emails and receiving emails via webhooks.

## What this connects

ProxiedMail offers privacy-focused email services, including automatic creation of proxy emails and receiving emails via webhooks.

Vendor: https://proxiedmail.com/

## Tools available

**5** tools available. First 5:

- `PROXIEDMAIL_CREATE_WEBHOOK_RECEIVER` — Create webhook receiver — Tool to create a webhook receiver for incoming email callbacks. Use when you need a unique endpoint to capture proxiedmail webhook events.
- `PROXIEDMAIL_GET_API_TOKEN` — Get API Token — Tool to retrieve a permanent API token. Use after obtaining a Bearer token from the auth endpoint (POST /api/v1/auth).
- `PROXIEDMAIL_GET_WEBHOOK_DATA` — Get webhook data — Tool to retrieve data from a webhook receiver. Returns the payload sent to the webhook's call_url, status info about whether a callback was received, and the HTTP method used.
- `PROXIEDMAIL_LIST_PROXY_BINDINGS` — List proxy bindings — Tool to fetch a list of proxy bindings. Use after authentication to list all proxy bindings associated with the user.
- `PROXIEDMAIL_UPDATE_PROXY_BINDING` — Update Proxy Binding — Tool to update an existing proxy binding. Use after obtaining the binding ID to modify its addresses or settings.

## Auth

Auth schemes: `API_KEY`.

## How agents use Proxiedmail

Inside a Definable workflow, Proxiedmail is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Proxiedmail** — the Researcher (GPT-5.5) pulls context from Proxiedmail (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Proxiedmail** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Proxiedmail (create record, post message, draft email).
- **Designer / Engineer → Distributor → Proxiedmail** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Proxiedmail (attach file, open PR comment, post status).

The Verifier checks every Proxiedmail call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- email — https://definable.ai/apps/category/email/

## Related

- HTML page: https://definable.ai/apps/proxiedmail/
- Same category (email): https://definable.ai/apps/category/email/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
