top of page
réunion

Make: Push from Daxium-air to Outlook in 9 steps

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 

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

  1. Generating your Daxium-Air API Key

Go to the Daxium-Air settings menu, and under the "Webservices" section, click on "API Keys"

ree

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

ree

Add a description & store your key & secret securely

ree

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


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

ree
  1. Get your Make webhook URL

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

ree

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


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

ree
ree

Your submission data structure will automatically be mapped

ree
  1. Create variables to store the data you need from Daxium-Air

Add a new "Set multiple variables" module after the webhook module

ree

  1. Configure your Outlook invitation

Add a new "Create an event" module from "Microsoft 365 Calendar", after the variables module

ree
  • 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

ree

You are now ready to send outlook invitations through Daxium-Air.

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

ree

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

ree

Documentation Utilisateurs

bottom of page