Error con API de Cal.com

Disculpen alguien sabe como arreglo el error de Cal.com ya que no me conecta desde la implementacion de la v2 y ya no se que hacer, soy nuevo en n8n y me gustaria que personas con experiencia me ayuden and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)


Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Beley_Yoyo, welcome!
This might help:

Also for credential-related help, you can try going with this video.

@Beley_Yoyo welcome! the cal.com v2 built-in node is kind of broken right now, skip it and just hit the API directly with an HTTP Request node — way more reliable. here’s a minimal workflow that grabs your bookings:

create an “Header Auth” credential with name Authorization and value Bearer YOUR_CAL_V2_API_KEY, plug it into the HTTP node and you’re set.