Demio
The Demio modules allow you to create a registration for an event, list events, event dates, and event participants in your Demio account.
Getting Started with Demio
Prerequisites
- A Demio account
In order to use Demio with Boost.space Integrator, it is necessary to have a Demio account. If you do not have one, you can create a Demio account at my.demio.com/free-trial.
The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory!
Connecting Demio to Boost.space Integrator
To connect your Demio account to Boost.space Integrator you need to obtain the API Key from your Demio account and insert it in the Create a connection dialog in the Boost.space Integrator module.
-
Log in to your Demio account.
-
Click Your Profile Name > Settings > API.

-
Copy the API Key and API Secret to a safe place.

-
Go to Boost.space Integrator and open the Demio module’s Create a connection dialog.

-
In the Connection name field, enter a name for the connection.
-
In the API Key and API Secret fields, enter the details copied in step 3, and click Continue.
The connection has been established.
Events
Create a Registration for an Event
Register someone to an event.
Connection
Establish a connection to your Demio account.
Enter the registrant’s email address.
Name
Enter the registrant’s name.
Event ID
Select the Event ID for which you want to register the registrant.
Event Registration Page URL
Enter the URL address of the event’s registration page.
Date ID
Select the Date ID of the event. If left blank considers the nearest active date.
Last Name
Enter the registrant’s last name.
Company
Enter the registrant’s company name.
Website
Enter the registrant’s company website.
Phone Number
Enter the registrant’s phone number.
GDPR
Enter the GDPR details of the event.
Custom Field
Add the custom fields and their values.
List Event Date Participants
Returns event date participants list.
Connection
Establish a connection to your Demio account.
Date ID
Select the Date ID to list the specified date’s event’s participants.
Status
Select the status of the participant:
-
Attended
-
Didn’t Attended
-
Completed
-
Left Early
-
Banned
List Events
Lists all existing events.
Connection
Establish a connection to your Demio account.
Event Type
Select the event type you want to list:
-
Upcoming
-
Past
-
Automated
Limit
Set the maximum number of events Boost.space Integrator should return during one scenario execution cycle.
Get an Event
Returns information about the selected event.
Connection
Establish a connection to your Demio account.
Event ID
Select the Event ID whose details you want to retrieve.
Active
Select the checkbox to return only the active dates in the event series.
Other
Make an API Call
Performs an arbitrary authorized API call.
Connection
Establish a connection to your Demio account.
URL
Enter a path relative to https://my.demio.com/api. For example: /v1/events
For the list of available endpoints, refer to the Demio API Documentation.
Method
Select the HTTP method you want to use:
GET
to retrieve information for an entry.
POST
to create a new entry.
PUT
to update/replace an existing entry.
PATCH
to make a partial entry update.
DELETE
to delete an entry.
Headers
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.
Query String
Enter the request query string.
Body
Enter the body content for your API call.
Example of Use – List Events
The following API call returns all the events from your Demio account:
URL:
/v1/events
Method:
GET

Matches of the search can be found in the module’s Output under Bundle > Body.
In our example, 3 events were returned:

Legacy article, imported from the original Boost.space knowledge base (/knowledge-base/applications/marketing/demio/).