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.
-
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 Ibexa Connect 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.
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:
|
List Events¶
Lists all existing events.
Event Type |
Select the event type you want to list:
|
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 | 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:
the search can be found in the module's Output under Bundle > Body.
In our example, 3 events were returned: