この接続は準備中です
これはまだ有効にできる機能ではありません。機能と設定方法を説明します。何を期待すればよいかがわかります。
01できることと機能
Signed calls to your endpoint, retried and in order
Register an endpoint and the platform calls it — signed, retried, in order — on the events you pick: a conversation started, a hand-off, a booking, a rating. Your own system reacts however you like.
02オンにする方法
Give the platform your endpoint address.
Copy the signing secret and verify every call with it.
Pick the events and send a test call.
03必要なもの
An HTTPS endpoint of yours and the signing secret to verify calls.
WEBHOOK_URLWEBHOOK_SIGNING_SECRET
04よくある質問