
Gong API Integration Profile
Information and guides about integrating with Gong API
Add Gong Integration to Your ProductHow to work with Meetings in Gong API
Meetings Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Start Time | startTime | string | The meeting start time in ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC). |
End Time | endTime | string | The meeting end time in ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC). |
Title | title | string | Title of the event. |
Invitees | invitees | array of items | A list of email addresses of invitees to the event (not including the organizer). |
item.email | string | The unique meeting to identify the meeting. |