在部署到生产环境之前,请先确认你的 webhook 集成能够正常工作。本页介绍如何在本地机器上接收 webhook,以及如何排查常见的投递和验证失败问题。Documentation Index
Fetch the complete documentation index at: https://firecrawl-fix-openapi-interact-prompt-parameter.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
本地开发
使用 Cloudflare Tunnels
https://abc123.trycloudflare.com 的公网 URL。在你的 webhook 配置中使用该地址:
故障排查
Webhook 未到达
- 端点不可访问 - 确认你的服务器可以被公网访问,并且防火墙允许入站连接
- 使用 HTTP - Webhook URL 必须使用 HTTPS
- 事件配置错误 - 检查 webhook 配置中的
events过滤器
签名验证失败
其他问题
- 密钥错误 - 请在账户设置中确认你使用的是正确的密钥
- 超时错误 - 确保你的接口能在 10 秒内返回响应

