All integrations

REST API

Live

One HTTPS call sends an email from your verified domain. No SDK required.

Use cases

  • Send password resets, receipts and OTPs from your backend
  • Trigger transactional mail from any language or framework
  • Queue and batch thousands of messages from your own workers

What you can do today

  1. 1
    Create an API key

    In the dashboard, open API keys and create a key with the emails:send scope. Copy the axm_k_live_ secret once.

  2. 2
    POST to /v1/emails/

    Call https://mail.axene.io/v1/emails/ with an Authorization: Bearer axm_k_live_... header and a JSON body (from, to, subject, html).

  3. 3
    Check the response

    You get back an email id. Poll /v1/emails/{id} or wire a webhook to follow delivery.