Replies: 4 comments 2 replies
-
I'm getting the same error. In postman works ok, on n8n don't work... 2 days in this already |
Beta Was this translation helpful? Give feedback.
-
In N8N with the same Json and 1 hour difference I get: in postman I get this 200: { |
Beta Was this translation helpful? Give feedback.
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
It works for me, you can check the documentation here: https://cal.com/docs/api-reference/v1/bookings/creates-a-new-booking |
Beta Was this translation helpful? Give feedback.
-
Hello, I get this error message when I send a post request. I checked the UserId & eventTypeID and they are correct. What could be the reason?
json:
{ "eventTypeId": 00000, "userId": 0000, "start": "2024-08-14T11:00:00.0000000", "end": "2024-08-14T11:30:00.0000000", "responses": { "name": "test", "email": "[email protected]", "metadata": {}, "location": "Google Meet" }, "metadata": {}, "timeZone": "Europe/Berlin", "language": "de", "title": "Termin für mich", "description": null, "status": "PENDING", "smsReminderNumber": null }
HTTP 400 Error:
{ "message": "no_available_users_found_error" }
Beta Was this translation helpful? Give feedback.
All reactions