Subscribe status inquiry

I am currently utilizing the Kakao Moment Friend Group Management API and would like to confirm the capabilities regarding user subscription verification. Based on the documentation and our testing, we understand that after uploading a friend group (via phone numbers or service user IDs), the API response returns only the total number of successfully matched users (successCount), but does not provide individual-level subscription status.

Document I used: Friend group management | Kakao Developers Friend group management

This limitation has presented some challenges when integrating Kakao Moment with external marketing platforms. Specifically, when preparing to send messages, our clients often wish to set a maximum delivery cap (e.g., send to only the first 10,000 matched users). However, since the estimated number of Kakao Talk subscribers in a group can exceed the client’s desired send volume, we are unable to manage this cap proactively.

As a result, the actual list of users who receive the message can only be confirmed after the message is sent and the delivery status is returned, making it difficult to pre-control cost or exposure volume as expected.

Could you please advise:

  1. Is there any existing or upcoming method (API or otherwise) that allows us to verify the subscription status of individual users before launching the campaign?
  2. Are there any recommended workarounds or best practices to handle audience size control more precisely when using Kakao Moment via external systems?

안녕하세요.

확인을 위해 앱 ID 부탁드립니다.


앱ID
https://developers.kakao.com/ 의 내 애플리케이션에 표시되는 ID 값 입니다.
숫자로된 ID 입니다
ex) 123456

[@tim.l @woody.ho]

@tambot thanks for reply, the App ID is 598106

App ID 598106 is not a business app. Please provide the actual App ID used for the API call.

You can find the per-second rate limits for each API in the document below.

Reference | Kakao Developers Reference


@moment_onpenapi @moment_openapi_2
1번 문의는 확인한번 부탁드릴게요~

@tim.l Can you verify if the id is 6 digits? I check a client from our side seems app id is 241

The app ID is a numeric identifier. I have verified that the authorized business app is ID 241. Thank you

@tim.l got it, so right now we will wait related team to check the request right?

1개의 좋아요

Hi would like to confirm if the current situation is external api doesn’t allow the capability to understand each user’s subscription status or there is indeed use case Kakao allows to sure this information, thanks

안녕하세요 @tim.l 님, @tambot 님 , 카카오 모먼트 채널을 구독하고 있는 개별 사용자의 구독 여부 (subscription status) 에 대해서 알 수 있는지 궁금합니다.

현재 카카오 모먼트 발송 직전에 채널에 소속된 사용자의 구독 여부를 알 수 없어서 어느 사용자에게 한정해서 메세지를 보내야 되는지 알 수 없는 심각한 이슈가 있습니다. 고객사에서도 이 부분을 알아야 몇명까지만 메세지를 발송할 수 있는지 캐핑 (capping) 을 할 수 있게 됩니다.

이 부분이 가능한지 명확하게 확인해주시면 감사하겠습니다.

cc @luke.chien , @tambot

@moment_onpenapi @moment_openapi_2 안녕하세요. 모먼트 고객 타겟팅에 관한 문의로 보이는데 확인해주시겠어요?

안녕하세요. 모먼트담당자입니다.
모먼트에서 채널 친구 모수는 아래 API를 통해 확인하실 수 있습니다.
https://developers.kakao.com/docs/latest/ko/kakaomoment/ad-group#get-population-score
감사합니다.

1개의 좋아요

안녕하세요 @moment_onpenapi , @moment_openapi_2 , @tim.l 님,

답변 감사합니다. 다만, 공유해주신 API는 전화번호 등을 목록으로 올려서 정확하게 해당 전화번호별로 채널에 구독돼 있는 친구인지 여부를 판별하는 API 가 아닌 예상 모수를 산출하는 것으로 보여집니다.

지금 저희한테 필요한 것은 정확하게 전화번호 (휴대폰번호) 별로 이 고객이 카카오 채널에 구독돼 있는 친구인지 여부를 유저 레벨로 구독 여부를 알아내는게 필요한데 이걸 조회할 수 있는 API 나 방법을 알고 싶습니다. 그래야 해당 회원들만 걸러서 카카오 모먼트 메세지를 보낼 수 있어서요.

바쁘시겠지만 이 부분 꼭 확인해주시면 감사하겠습니다.

감사합니다.

cc @luke.chien , @tambot

안녕하세요.

현재 특정 전화번호가 특정 채널과 친구관계인지 확인할 수 있는 API는 제공하고 있지 않습니다.
세팅하신 광고그룹의 타게팅 조건에 따른 예상발송모수는 예상발송모수 조회 API를 통해 확인할 수 있습니다.

이 때, 채널추가/차단 등의 사유로, 실제 메시지 발송 시점에 발송된 모수는 예상발송모수로 조회된 모수와 다를 수 있는데요. 구매한 발송 수보다 적게 발송되는 경우, 메시지 발송완료 시 미발송분에 대한 금액은 즉시 환급됩니다.

케이스별 참고를 위해 아래 내용 공유드립니다.

  1. 전체 채널 친구에게 발송 시
    a. 구매 발송 수 < 실제 발송 시점의 모수
    : 최신 채널친구 순으로 발송
    b. 구매 발송 수 > 실제 발송 시점의 모수
    : 미발송 분은 메시지 발송완료 후 즉시 환급

  2. 타게팅 발송 시
    : 구매한 발송 수 중 일부가 채널을 차단한 경우, 해당 미발송 분은 메시지 발송완료 후 즉시 환급

감사합니다.