Daxium-Air x Outlook - Create an event
Example scenario — automatically send an outlook invitation for a meeting/event from a Daxium-Air submission.















Last updated
Was this helpful?
Example scenario — automatically send an outlook invitation for a meeting/event from a Daxium-Air submission.
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
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
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

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

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

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
Enter the URL previously copied from the Make "Webhooks" module
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

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 submission
Please refer to the Make Documentation to know how to access different properties & objects of a JSON data structure

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.
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

Alternatively, you can also use the Daxium "Patch Form Submissions" module

Last updated
Was this helpful?
Was this helpful?

