All integrations

Make

Works today

Add Axene to any Make scenario with a single HTTP module.

Use cases

  • Send mail at the end of a multi-step Make scenario
  • Email a summary when a watched event completes
  • Bridge apps that Make supports natively into Axene sends

What you can do today

  1. 1
    Add an HTTP module

    In your scenario, add an HTTP, Make a request module with method POST and URL https://mail.axene.io/v1/emails/.

  2. 2
    Set auth and body

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

  3. 3
    Map and run

    Map fields from earlier modules into the body and run the scenario.

Native integration coming soon

A native Make app with ready-made Axene modules is on the roadmap.