Kakao
채널 등록
인증을 통해 확인된 카카오톡 채널을 등록합니다. 등록 완료 후 알림톡과 친구톡 발송할 수 있습니다.
post/v2/messages/kakao/send-profiles/register
Request body
Example request
{
"id": "reg_12345",
"token": "123456",
"phoneNumber": "01011112222",
"channelId": "@example_channel",
"categoryCode": "01800030001"
}Response
채널 등록 요청의 처리 결과입니다. 성공 시 등록된 채널의 상세 정보가 포함됩니다.
Example response
{
"code": 200,
"message": "성공",
"data": {
"id": "profile_12345",
"channelId": "example_channel",
"channelName": "센드온 공식 채널",
"status": "ACTIVE",
"profileStatus": "ACTIVATED",
"updatedBy": "admin@example.com",
"updatedAt": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-01T09:00:00Z"
}
}