The Google Meet integration lets Scrubbe generate a dedicated Meet call link the moment an incident is opened or escalated. Instead of manually creating a meeting and sharing the link, Scrubbe handles both steps automatically so your response team can join a live call in seconds. You need theDocumentation Index
Fetch the complete documentation index at: https://docs.scrubbe.com/llms.txt
Use this file to discover all available pages before exploring further.
ENGINEER role or higher to connect this integration.
Connect Google Meet
Initiate the OAuth flow
Send an authenticated Response:
POST request to the Google Meet connect endpoint. Scrubbe generates a Google OAuth authorization URL and returns it in the response.Authorize in Google
Open the
url from the response in your browser. Google will ask you to sign in and grant Scrubbe permission to create Meet calls on your behalf. After you click Allow, Google redirects your browser to the Scrubbe callback endpoint automatically.Verify the connection
After completing the OAuth flow, retrieve your integrations to confirm Google Meet appears as connected:"provider": "GOOGLE_MEET" and "connected": true in the response.
How Meet calls are created
Once connected, Scrubbe can create a Google Meet call and attach the link to an incident ticket. The call is created using the credentials of the user who completed the OAuth flow, so the meeting appears in that user’s Google Calendar and is accessible to anyone with the link.Meet call links are generated using the Google Calendar API. The calendar event Scrubbe creates is titled with the incident name and set to the incident’s start time so your team can find it in their calendars.