이 연결은 곧 출시될 예정입니다
아직 켤 수 없는 기능입니다. 어떤 일을 하고 어떻게 설정되는지 알아두세요. 그러면 무엇을 기대할 수 있을지 알 수 있습니다.
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질문