Skip to main content

Motorical Documentation

Everything you need to integrate with Motorical's email infrastructure — SMTP relay, REST API, encrypted mailboxes, and marketing automation.

SectionDescription
API ReferenceREST API authentication, endpoints, rate limits, webhooks, and code examples
SMTP IntegrationConnect your app to Motorical SMTP with code examples in 8 languages
Email MailboxesSimple and encrypted IMAP mailboxes with zero-knowledge architecture
Communications BlockProfessional email marketing platform integrated with Motorical
GuidesWebhooks, deliverability best practices, and data exports

Getting Started

  1. Create an account at motorical.com
  2. Verify your domain and configure DNS (SPF, DKIM, DMARC)
  3. Create a Motor Block — your isolated email sending unit
  4. Start sending via SMTP or REST API

Base URLs

ServiceURL
REST APIhttps://api.motorical.com/api/public/v1
SMTP Servermail.motorical.com
IMAP Servermail.motorical.com:993
Communications APIhttps://motorical.com/comm-api/api
Interactive API ExplorerSwagger UI

Authentication

All API requests require a Bearer token:

curl -H "Authorization: Bearer YOUR_TOKEN" \
https://api.motorical.com/api/public/v1/motor-blocks

Generate tokens in Settings → API Access in your Motorical dashboard, or programmatically via the token minting endpoint.

Need Help?