Webhooks
连接服务器系统,传递联系人和订单,并安全识别组件中的已登录用户。
身份验证与权限
API 密钥只能保存在服务器。浏览器中只能使用短期 identity token。
POST https://your-domain.example/tallker-webhook
// Verify the provider signature, return 2xx quickly, then process asynchronously.速率限制与幂等性
120 requests / minute · HTTP 429 · Retry-After · Idempotency-Key 24h
示例
curl · JavaScript · PHP
安全
API 密钥只能保存在服务器。浏览器中只能使用短期 identity token。