Jicoo Developer Potal
Guide(Japanese)
Jicoo Developer Potal
Create powerful apps with Jicoo's API
Quick start
Authentication
Errors
Versioning
Types
API Reference Overview
Guide
How to use webhook
How to use Account integration
Guide(Japanese)
アカウント連携の使い方
Webhookの使い方
ホストの優先度を更新する方法
API Reference
Jicoo API
Webhook Schema
Webhook schema
event property
createdAt property
object property
contact property
answers property
answers items property
tracking property
Booking
List Bookings
GET
Get Booking
GET
Cancel Booking
POST
Reschedule Booking
POST
Create Booking
POST
Update Booking
PATCH
Get Booking Contacts
GET
Schedule
Update Schedule
PATCH
Create Schedule
POST
List Schedules
GET
Delete Schedule
DELETE
Availability
List User Availability Calendars
GET
Get User Availability Calendar
GET
Oraganization
User
List Organization Users
GET
Delete Organization User
DELETE
Get Organization User
GET
Update Organization User
PATCH
Invitation
Create Organiztion Invitation
POST
List Organization Invitations
GET
Get Organization Invitation
GET
Delete Organiztion Invitation
DELETE
Get Organization Team
GET
Event Types
Get Event Type
GET
List Event Types
GET
List Event Type Hosts
GET
Get Event Type Available Schedules
GET
Account Integration
POST
Update Event Type Host
PATCH
Guide(Japanese)
アカウント連携の使い方
アカウント連携
#
はじめに
#
アカウント連携APIは管理している任意の予約ページに自社サービスのユーザーの名前とメールアドレスを編集不可能項目として表示することができる機能です。
組み込みサンプルコード
#
アカウント連携は、HTTP POSTメソッドで指定されたURLをリクエストします。
URLのパラメータにteamIdとeventTypeIdを含める必要があります。
URLはダッシュボードの予約ページ編集画面から取得する事ができます。
https://www.jicoo.com/dashboard
予約ページ編集 > サービス連携 > アカウント 連携 > 設定する
JavascriptでのPOST例
動作イメージ
#
詳細なAPIのドキュメントはこちらです。
Account Integration
Modified at
2023-09-29 02:15:54
Previous
Guide(Japanese)
Next
Webhookの使い方