Skip to content

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 Ibexa Connect, 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.

Note

The module dialog fields that are displayed in bold (in the Ibexa Connect scenario, not in this documentation article) are mandatory!

Connecting Demio to Ibexa Connect

To connect your Demio account to Ibexa Connect you need to obtain the API Key from your Demio account and insert it in the Create a connection dialog in the Ibexa Connect module.

  1. Log in to your Demio account.

  2. Click Your Profile Name > Settings > API.

    61f26b27a1e51.gif

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

    61f26b2a6f516.png

  4. Go to Ibexa Connect and open the Demio module's Create a connection dialog.

    61f26b2bba97f.gif

  5. In the Connection name field, enter a name for the connection.

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

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

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.

Event Type

Select the event type you want to list:

  • Upcoming

  • Past

  • Automated

Limit

Set the maximum number of events Ibexa Connect should return during one scenario execution cycle.

Get an Event

Returns information about the selected event.

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.

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

61f26b2e00948.png

Matches of the search can be found in the module's Output under Bundle > Body.

In our example, 3 events were returned:

61f26b2f1a445.png the search can be found in the module's Output under Bundle > Body.

In our example, 3 events were returned:

61f26b2f1a445.png