Hola, como están? soy nueva aprendiendo sobre n8n, estoy muy entusiasmada y agradecida de haber encontrado esta página.
Les hago una consulta, estoy haciendo un curso guiado por youtube y en una parte nos indica usar Cal.com para reservar reuniones pero no la puedo vincular correctamente con n8n, es decir, no manda señales a n8n cuando se reservó una reunión y por ende, no puedo seguir con el flujo de trabajo. Alguien podría ayudarme?
Yo estoy usándolo desde la nube, todavía no lo uso en versión self-hosted..tendrá algo que ver?
Muchas gracias!!!
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
welcome to the n8n community @Martina_Araudo
From what you described, it doesn’t sound related to using n8n Cloud. The most common cause here is that the webhook between Cal.com and n8n isn’t configured correctly. If Cal.com books the meeting but n8n receives nothing, I’d first check: 1) that the workflow is active/published, 2) that you’re using the Production URL of the webhook (not the Test URL), 3) that the correct Cal.com event is selected (booking created / meeting booked), and 4)whether Cal.com shows any webhook delivery errors. If you share a screenshot of how you configured the trigger/webhook in both n8n and Cal.com, I’d be happy to help step by step.
@Martina_Araudo welcome! Tamy’s checklist is solid, but on cloud the Cal.com trigger node can be flaky — try a plain Webhook node instead and paste the production URL into Cal.com → Settings → Webhooks manually, way more reliable.
Activa el workflow, copia la production URL y pegala en Cal.com → Settings → Webhooks → Add → BOOKING_CREATED, listo.