Kakao MomentBusiness Form linkage management
This document describes how to use the Business Form linkage management APIs.
View list of linked Business Forms
| Method | URL | Authorization |
|---|
GET | https://apis.moment.kakao.com/openapi/v4/talkBizForms/linkages | |
Returns the list of Business Forms linked to the ad account.
You can check the detailed information of the Business Form created with your Kakao Account in the Kakao Talk Business Form settings in Kakao Moment.
| Name | Description | Required |
|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID} Ad account's ID. | O |
View list of linkable Business Forms
| Method | URL | Authorization |
|---|
GET | https://apis.moment.kakao.com/openapi/v4/talkBizForms/linkables | |
Returns the list of Business Forms that can be linked.
| Name | Description | Required |
|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID} Ad account's ID. | O |
| Name | Type | Description |
|---|
| bizFormId | Long | Business Form's ID. Pass bizFormId when requesting the Link Business Form API. |
| title | String | Business Form's name. |
| flowType | Enum | Business Form type.
APPLY: Instant apply form
SURVEY: Survey form
RESERV: Reservation form
|
| beginDate | String | Start time of delivery period in yyyy-MM-dd'T'HH:mm:ss format. |
| endDate | String | End time of delivery period in yyyy-MM-dd'T'HH:mm:ss format. |
| Method | URL | Authorization |
|---|
POST | https://apis.moment.kakao.com/openapi/v4/talkBizForms | |
Enables you to link a specific Business Form to an ad account.
| Name | Description | Required |
|---|
| Authorization | Authorization: Bearer ${BUSINESS_ACCESS_TOKEN} Business token as a type of user authentication. | O |
| adAccountId | adAccountId: ${AD_ACCOUNT_ID} Ad account's ID. | O |
| Name | Type | Description | Required |
|---|
| bizFormId | Long | Business Form's ID. | O |
| Name | Type | Description |
|---|
| id | Long | Business Form's linkage ID. |
| adAccount | Long | Ad account's ID. |
| bizFormId | Long | Business Form's ID. |
| title | String | Business Form's title. |
| flowType | Enum | Business Form type.
APPLY: Instant apply form
SURVEY: Survey form
RESERV: Reservation form
|
| beginDate | String | Start time of delivery period in yyyy-MM-dd'T'HH:mm:ss format. |
| endDate | String | End time of delivery period in yyyy-MM-dd'T'HH:mm:ss format. |
| linkedDate | String | Linkage time in yyyy-MM-dd'T'HH:mm:ss format. |