Make: Push from Daxium-air to Outlook in 9 steps
- Equipe Produit
- Jun 2
- 3 min read
The goal of this use case is to present how to send an outlook invitation for a meeting/event from a Daxium-Air submission, leveraging the connector platform Make
Prerequisites
Having an account on Make
Having a Microsoft Outlook email address
Have one admin & mobile licence on Daxium-Air
A Daxium-Air form with 2 date & time fields (start & end date for the event), and 1 email field
Generating your Daxium-Air API Key
Go to the Daxium-Air settings menu, and under the "Webservices" section, click on "API Keys"

Click on "New" on the top right of the screen

Add a description & store your key & secret securely

Go to the Daxium-Air settings menu, and under the "Webservices" section, click on "API Keys"Click on "New" on the top right of the screenAdd a description & store your key & secret securely
Create your Daxium-Air form
Create a form containing at least
2 date & time fields for the start & end date of your event
You can configure your end date so that it must be after your start date to be valid. To do so, click on the end date field and in the "Options or date" section, select under "start date" your start date & time field
One email field
One text field. It'll be used to store the id of the outlook event, in case you need to manage cancellation through Daxium-Air as well

Get your Make webhook URL
Create a new Make scenario, and as 1st module choose "Webhooks" and copy the URL

Configure the automation on your Daxium-Air form
On your form, go to the automations menu on the top right of the form builder. Create a new automation by
Giving it a name
Choosing your trigger (submission creation for instance)
Choosing the "Send the submission to URL" option
Determine Webhook structure in Make
Detect your webhook data by
Clicking on "(Re)Determine data structure.
Sending a submission that triggers your automation (so creating a submission in this example)


Your submission data structure will automatically be mapped

Create variables to store the data you need from Daxium-Air
Add a new "Set multiple variables" module after the webhook module

Please refer to the Daxium-Air API Documentation to understand the JSON structure of a submissions
Please refer to the Make Documentation to know how to access different properties & objects of a JSON data structure
Configure your Outlook invitation
Add a new "Create an event" module from "Microsoft 365 Calendar", after the variables module

Authenticate your Microsoft account. That account will be considered as Sender for the invitations
Enter the previously created variables for start date, end date & attendees fields
Enter the email subject & body

You are now ready to send outlook invitations through Daxium-Air.
Pushing the outlook event id back to the submission
If you wish to manage event cancellation, you'll need the outlook event id created when sending the invitation. Below, we will explain how to store it in a (hidden) text field in your submission
Add a new "Daxium-Air" module after the "Microsoft 365 Calendar" one, and authenticate with your Daxium-Air admin account, and the API Keys generated at the beginning of this tutorial

You can then configure your Daxium API call to update the submission with the outlook event id returned by the previous module
