Create a Scheduled Workflow to create Daily Google Meet

I’m trying to create a flow to facilitate daily meetings at work. The goal is to send a Google Meet link generated from a specific work account every day. This account can record the meeting. Then, I will send the link to a specific chat in our CRM. The problem is that I’m having difficulty with the API requests and Google Service Account. It seems that I configured the Scope, API key, secret, and client ID correctly, but I’m still getting errors in authentication and the JSON body.
The account would have all the data already mocked up, without having to manually enter it, just receive the link and everyone can hop in.

The error in the json is likely due to a new line in json around requestId:

{
  "conferenceData": {
    "createRequest": {
      "requestId": "3f86d64a-ecab-4b93-92a6-4959dd91102f
",
1 Like

It worked, thanks… and i already tried on the Google Calendar node and they don’t support Auto Recordings (even if i have Google One account), soo don’t gonna work for me.
But thanks anyway :saluting_face: