API Reference
Email Inbox
Host and send email on your own domain with Cloudflare Email Routing, full-text search, and threaded conversations. Supports multiple Cloudflare accounts.
all core 35 API calls
Plugin ID: email-inbox
API calls
Every tool Email Inbox exposes. Click a call to see its full parameter schema.
Invoking from code
Authenticate with a bearer token, then call any tool above. This example runs
email_setup
for the email-inbox app.
curl -X POST https://api.kiap.ai/api/plugin/call \
-H "Authorization: Bearer cbk_..." \
-H "Content-Type: application/json" \
-d '{ "pluginId": "email-inbox", "toolName": "email_setup", "args": {} }'