Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsEmail

Email Check

Validates email credentials and connection settings.

POST /api/agents/email/check

Request Body

{ "site_id": "123e4567-e89b-12d3-a456-426614174000", "use_saved_credentials": true }
ParameterTypeRequiredDescription
site_idstringNoThe UUID of the site (if using saved credentials).
emailstringNoEmail address (if manual).
passwordstringNoPassword (if manual).
use_saved_credentialsbooleanNoWhether to use saved site credentials (default: true).
incoming_serverstringNoIMAP server host.
incoming_portnumberNoIMAP server port.
outgoing_serverstringNoSMTP server host.
outgoing_portnumberNoSMTP server port.
tlsbooleanNoUse TLS (default: true).
skip_smtpbooleanNoSkip SMTP check (default: false).

Response

Returns the connection status for IMAP and SMTP.

Last updated on