POST 방식 상담 연결
Endpoint
Introduce
Request (Form-data)
Header
Field Name | Type | Required | Description |
---|---|---|---|
Content-type | Text | Y | application/x-www-form-urlencoded |
Body (Form-urlencoded)
Field Name | Type | Required | Description |
---|---|---|---|
uuid | Text | Y | 카카오톡 채널 (@로 연결되는 아이디) |
extra | Text(50) | N | 상담시 전달하고 싶은 메타 정보 |
bot | Text | N | 봇 연결 여부 (false : 상담톡 연결, true : 봇 연결, auto : 세션 유지) |
event | Text(100) | N | 봇으로 상담 연결 시 실행될 봇 말블럭 이벤트명 |
app_open_type | Text | N | 모바일 앱스킴 실행 방식 (direct , modal ) |
Description
Parameter 주의사항
Example
REST API Sample
Response
Parameter
None
Example
Success
None
Failure
None