Create Webhook
POST
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
콜백 종류 * `schedule_created` - 예약 생성 * `schedule_canceled` - 예약 취소 * `user_changed` - 유저 정보 변경 * `user_withdraw` - 유저 탈퇴
string
Organization uri
string
User uri
stringrequired
콜백 받을 주소
string
콜백 종류 * `user` - 특정 유저 * `organization` - 조직 전체
string
보안을 위한 사이닝 키 <br> `WhatTime-Webhook-Signature` : `t={timestamp},v1={signing_key}` 가 헤더값에 추가됩니다.