Skip to content

Calendly 触发器节点(Calendly Trigger node)#

Calendly 是一款自动化日程安排软件,旨在帮助找到会议时间。

凭证

你可以在此处找到此节点的认证信息。

示例和模板

有关使用示例和帮助你入门的模板,请参阅 n8n 的 Calendly Trigger 集成 页面。

事件(Events)#

  • 事件已创建
  • 事件已取消

常见问题(Common issues)#

以下是 Calendly 触发节点的一些常见错误和问题,以及解决或排查它们的步骤。

🌐 Here are some common errors and issues with the Calendly Trigger node and steps to resolve or troubleshoot them.

节点仅在 Calendly 管理的预订时触发(Node only triggers for Calendly-managed bookings)#

Calendly 网页钩子只会在通过 Calendly 管理的预订和取消时触发。直接在连接的日历中创建或编辑事件,例如 Google 日历,不会触发 Calendly 触发节点。

🌐 Calendly webhooks only fire for bookings and cancellations managed by Calendly. Creating or editing an event directly in a connected calendar, such as Google Calendar, won't trigger the Calendly Trigger node.

Webhook 回调 URL 必须是公开的 HTTPS(Webhook callback URL must be public HTTPS)#

Calendly 触发节点使用 Calendly 网络钩子,而 Calendly 要求网络钩子回调 URL 必须是公共 HTTPS URL。对于本地测试,请使用例如 ngrokCloudflare Tunnel 的隧道,并将 n8n 配置为使用该公共 HTTPS URL 作为网络钩子。有关设置详情,请参阅 配置 > Webhook URL

🌐 The Calendly Trigger node uses Calendly webhooks, and Calendly requires webhook callback URLs to be public HTTPS URLs. For local testing, use a tunnel such as ngrok or Cloudflare Tunnel and configure n8n to use that public HTTPS URL for webhooks. Refer to Configuration > Webhook URL for setup details.