All integrations
n8n

n8n

Works today

Call Axene from any n8n workflow with the built-in HTTP Request node.

Use cases

  • Send mail from a self-hosted, privacy-first automation
  • Chain Axene sends after database or API steps
  • React to Axene webhooks inside an n8n flow

What you can do today

  1. 1
    Add an HTTP Request node

    Set the method to POST and the URL to https://mail.axene.io/v1/emails/.

  2. 2
    Add auth and body

    Add an Authorization: Bearer axm_k_live_... header and a JSON body with from, to, subject and html.

  3. 3
    Connect upstream nodes

    Feed fields from earlier nodes into the body expression and run the workflow.

Native integration coming soon

A dedicated Axene n8n node so you skip the raw HTTP setup is on the roadmap.