ProxiedMail offers privacy-focused email services, including automatic creation of proxy emails and receiving emails via webhooks.
Toolkit · proxiedmail
v1
01Create webhook receivertool
02Get API Tokentool
03Get webhook datatool
04List proxy bindingstool
API Key · verified
5T · 0TR
proxiedmail
Supported tools and triggers
Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
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.
TOOL
Get API Token
Tool to retrieve a permanent API token. Use after obtaining a Bearer token from the auth endpoint (POST /api/v1/auth).
TOOL
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.
TOOL
List proxy bindings
Tool to fetch a list of proxy bindings. Use after authentication to list all proxy bindings associated with the user.
TOOL
Update Proxy Binding
Tool to update an existing proxy binding. Use after obtaining the binding ID to modify its addresses or settings.