Meetings Query

Touchpoint supports two types of meetings. Touchpoint supports Standard meetings. In a Standard meeting, all participants are listed.

Touchpoint supports custom meeting titles for each individual user. You can display a custom title for the meeting to each individual user. For example, Participant 1’s meeting can be titled “Meeting with Participant 2”. Participant 2’s meeting can be titled “Meeting with Participant 1”. The API provides flexibility for these custom meeting titles.

Touchpoint supports Competitive meetings. In a Competitive meeting, you identify which participants are the “neutral party”. Participants who are not neutral are not visible on the participant list. The title of the meeting is automatically generated for each participant.

As above, you can customize the meeting name for each participant in the Custom Meeting Name field.

Arguments

gatheringId

Attributes

name

startsAt

CURL Request

curl -X POST https://api.certaintouchpoint.com/graphql \
-H 'Content-Type: application/graphql' \
-H 'Authorization: Bearer abcyourauthenticationtoken123' \
-d '{meetings(gatheringId: 232) {name startsAt endsAt}}'