Gong · Schema

MeetingIntegrationStatusRequest

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
meetingProvider string The meeting provider to check (e.g., Zoom, Google Meet).
userEmail string Email of the user to check integration for.
View JSON Schema on GitHub

JSON Schema

gong-meetingintegrationstatusrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MeetingIntegrationStatusRequest",
  "title": "MeetingIntegrationStatusRequest",
  "type": "object",
  "properties": {
    "meetingProvider": {
      "type": "string",
      "description": "The meeting provider to check (e.g., Zoom, Google Meet)."
    },
    "userEmail": {
      "type": "string",
      "format": "email",
      "description": "Email of the user to check integration for."
    }
  }
}