Fields

The following fields are available in this action:

FieldTypeDescription
RefreshDateTimeOptional. Fetch new data based on the current date/time. Can be used in combination with the ‘Do every x seconds’ workflow to display updated data.
RoomTextOptional. Specify the room name to fetch meeting information for the specified room.

Returned Values

The following values are returned by the action:

ValueTypeDescription
Total CountNumberThe total number of meetings.
DataListA list of meeting information. Each item contains the following fields:
Data → IDTextThe unique ID of the meeting.
Data → RoomTextThe name of the room in which the meeting took place.
Data → Start TimeNumberThe Unix timestamp representing when the meeting started.
Data → DurationNumberThe duration of the meeting in seconds.
Data → OngoingBooleanIndicates whether the meeting is still ongoing.
Data → ParticipantsListA list of participants in the meeting. Each participant contains the following fields:
Participants → User IDText (Null)The user ID of the participant, if available.
Participants → Participant IDTextThe unique ID of the participant.
Participants → User NameTextThe name of the participant.
Participants → Join TimeNumberThe Unix timestamp representing when the participant joined the meeting.
Participants → DurationNumberThe total time the participant spent in the meeting (in seconds).