Calendar intergration not working on workflow

I'm having errores while testing the workflow feature to automatically generate meetings with potential customers.

Call id: 70f73e72-e7a3-4ac2-a3c9-b1b92f3164e1
Time: 1749634638795
Response expected: Scheduled meeting
The response I received: Error from API

"message": "input.attendees.map is not a function"
"function": {
"name": "google_calendar_joaquin_create",
"arguments": "{\n "summary": "Consultation on AI solutions for real estate lead management",\n "timeZone": "EST",\n "endDateTime": "2023-10-04T11:15:00",\n "startDateTime": "2023-10-04T11:00:00",\n "attendees": "Guido@gmail.com",\n "calendarId": "primary"\n}"
}

In this flow, probably I'll received only one email and not a list of persons.
Was this page helpful?