For Agents
Programmatically list of alternate emails, add an alternate email. Covers 6 operations.
Get started with Alternate Emails Admin APIs in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"list of alternate emails"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Alternate Emails Admin APIs API.
List of alternate emails
Add an alternate email
Edit an alternate email
Delete alternate email
Resend verification email
GET STARTED
Use for: I need to of alternate emails, I want to add an alternate email, Search for edit an alternate email, Find all alternate email
Not supported: Does not handle payments, crm, or developer tools — use for communications only.
Jentic publishes the only available OpenAPI specification for Alternate Emails Admin APIs, keeping it validated and agent-ready.
swaggerhub.denefits/alternateemailsadmin version 1.0.0-oas3. The API exposes 6 endpoints.
Verify an email
Patterns agents use Alternate Emails Admin APIs API for, with concrete tasks.
★ Communications Operations
Use the Alternate Emails Admin APIs to perform communications operations programmatically. The API provides 6 endpoints covering core functionality including list of alternate emails, add an alternate email, edit an alternate email.
Call POST /alternate_emails_list to list of alternate emails
Automated alternateEmail Management
Automate alternateemail operations by combining multiple Alternate Emails Admin APIs endpoints. Agents can add an alternate email and then edit an alternate email in a single workflow.
Call POST /add_alternate_email to add an alternate email, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Alternate Emails Admin APIs endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.
Search Jentic for 'list of alternate emails', load the operation schema, and execute with Jentic-managed credentials
6 endpoints — swaggerhub.
METHOD
PATH
DESCRIPTION
/alternate_emails_list
List of alternate emails
/add_alternate_email
Add an alternate email
/edit_alternate_email
Edit an alternate email
/delete_alternate_email
Delete alternate email
/resend_verification_email
Resend verification email
/verify_email
Verify an email
/alternate_emails_list
List of alternate emails
/add_alternate_email
Add an alternate email
/edit_alternate_email
Edit an alternate email
/delete_alternate_email
Delete alternate email
/resend_verification_email
Resend verification email
Three things that make agents converge on Jentic-routed access.
Credential isolation
Alternate Emails Admin APIs none credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'list of alternate emails') and Jentic returns the matching Alternate Emails Admin APIs operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Alternate Emails Admin APIs integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Twilio
Alternative communications API
Choose Twilio when you need a different approach to communications operations
Sendgrid
Alternative communications API
Choose Sendgrid when you need a different approach to communications operations
Pusher
Complementary communications API
Choose Pusher when you need a complementary approach to communications operations
Specific to using Alternate Emails Admin APIs API through Jentic.
What authentication does the Alternate Emails Admin APIs use?
The Alternate Emails Admin APIs uses no authentication. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I list of alternate emails with the Alternate Emails Admin APIs?
Yes. Use the POST /alternate_emails_list endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Alternate Emails Admin APIs?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I list of alternate emails through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'list of alternate emails'. Jentic returns the matching Alternate Emails Admin APIs operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Alternate Emails Admin APIs have?
The Alternate Emails Admin APIs exposes 6 endpoints covering alternateemail operations.
/verify_email
Verify an email