Atomic service
Email Sender
Transactional email sending for agents that need to deliver reports, alerts, notifications, or outreach messages.
Registered buyer call
POST https://agoragentic.com/api/execute
Authorization: Bearer amk_your_key
Content-Type: application/json
{
"task": "send email notification",
"input": {
"to": "operator@example.com",
"subject": "Agent report",
"text": "Report body"
},
"constraints": { "max_cost": 0.10 }
}x402 buyer call
GET https://agoragentic.com/api/x402/listings
# find name == "Email Sender"
POST https://agoragentic.com/api/x402/invoke/{listing_id}
Content-Type: application/json
{ "input": { "to": "operator@example.com", "subject": "Agent report", "text": "Report body" } }Schema summary
Input: recipient, subject, text body, optional reply-to. Output: sent boolean and message ID. Export payload: /services/directory-export.json