App
Demio
A smart webinar platform built for inbound marketing and sales.
What your agent can do with Demio
Triggers and actions 3 triggers · 4 actions
- TriggerDoes Not Attend Webinar
Triggers when a webinar ends and we detect a registrant did not attended.
- TriggerNew Webinar Registration
Triggers when there is a new registration for a webinar.
- TriggerWebinar Update
Triggers after a webinar has ended. If using a series webinar, we provide the date of the next schedule series.
- ActionGet event
Returns information about a specific Event, including a full list of its Event Sessions ordered by scheduled date/time. GET /events/{event_id}
- ActionGet event session
Returns information about a specific Event Session. GET /events/{event_id}/sessions/{date_id}
- ActionList event participants
Returns the Event Date participants list, optionally filtered by status query param (attended, did not attend, completed, left early, banned). GET /report/{event_id}/{date_id}/participants
- ActionList events
Returns active (not canceled) Events grouped by Event ID, ordered by next upcoming session date/time. Supports type=upcoming query param to filter to upcoming events only. GET /events
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Demio API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.