<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How can a business finds out if a mobile number is registered on KakaoTalk? in KakaoTalk</title>
    <link>https://community.sinch.com/t5/KakaoTalk/How-can-a-business-finds-out-if-a-mobile-number-is-registered-on/ta-p/10966</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;A href="https://community.sinch.com/t5/KakaoTalk/What-is-KakaoTalk/ta-p/7937" target="_self"&gt;KakaoTalk&lt;/A&gt; is a messaging app that is widely used in South Korea. When you have a business registered in South Korea, a business can register a KakaoTalk Business Channel which will allow the business to send both &lt;A href="https://community.sinch.com/t5/KakaoTalk/What-is-AlimTalk-%EC%95%8C%EB%A6%BC%ED%86%A1/ta-p/7916" target="_self"&gt;notification&lt;/A&gt; or &lt;A href="https://community.sinch.com/t5/KakaoTalk/What-is-FriendTalk-%EC%B9%9C%EA%B5%AC%ED%86%A1/ta-p/7908" target="_self"&gt;advertisement&lt;/A&gt; messages to their customers on the KakaoTalk messaging app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When a user has given the business their mobile number, it's possible to try and send a message to the user on KakaoTalk, for example, a welcome message. If the user is not registered on KakaoTalk, it can fallback to SMS so the business will reach them in any case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The business can also receive a delivery receipt by subscribe the &lt;A href="https://developers.sinch.com/docs/conversation/callbacks/" target="_self"&gt;callback trigger&lt;/A&gt; - MESSAGE DELIVERY from the Conversation API and a reason will be sent if it failed to deliver:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"reason": {
      "code": "BAD_REQUEST",
      "description": "The underlying channel reported: 3008: Phone number error",
      "sub_code": "UNSPECIFIED_SUB_CODE"
    },
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If an advertisement message is sent and the user is not a "friend" to the KakaoTalk Business Channel then a reason will return as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;    "reason": {
      "code": "CHANNEL_REJECT",
      "description": "The underlying channel reported: 3018: Unable to send messages (invalid or broken KakaoTalk user)",
      "sub_code": "UNSPECIFIED_SUB_CODE"
    },
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Learn more&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Find out more about the&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://www.sinch.com/products/apis/messaging/kakaotalk/" target="_blank" rel="noopener"&gt;Sinch KakaoTalk for Business&lt;/A&gt; channel.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://developers.sinch.com/docs/conversation-kakaotalk" target="_blank" rel="noopener nofollow noreferrer"&gt;Sinch Developer Documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;site contains comprehensive documentation and tutorials, which show you how we support KakaoTalk using the&amp;nbsp;Sinch Conversation API.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 31 Jan 2023 09:22:51 GMT</pubDate>
    <dc:creator>Donna_M</dc:creator>
    <dc:date>2023-01-31T09:22:51Z</dc:date>
    <item>
      <title>How can a business finds out if a mobile number is registered on KakaoTalk?</title>
      <link>https://community.sinch.com/t5/KakaoTalk/How-can-a-business-finds-out-if-a-mobile-number-is-registered-on/ta-p/10966</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;A href="https://community.sinch.com/t5/KakaoTalk/What-is-KakaoTalk/ta-p/7937" target="_self"&gt;KakaoTalk&lt;/A&gt; is a messaging app that is widely used in South Korea. When you have a business registered in South Korea, a business can register a KakaoTalk Business Channel which will allow the business to send both &lt;A href="https://community.sinch.com/t5/KakaoTalk/What-is-AlimTalk-%EC%95%8C%EB%A6%BC%ED%86%A1/ta-p/7916" target="_self"&gt;notification&lt;/A&gt; or &lt;A href="https://community.sinch.com/t5/KakaoTalk/What-is-FriendTalk-%EC%B9%9C%EA%B5%AC%ED%86%A1/ta-p/7908" target="_self"&gt;advertisement&lt;/A&gt; messages to their customers on the KakaoTalk messaging app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When a user has given the business their mobile number, it's possible to try and send a message to the user on KakaoTalk, for example, a welcome message. If the user is not registered on KakaoTalk, it can fallback to SMS so the business will reach them in any case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The business can also receive a delivery receipt by subscribe the &lt;A href="https://developers.sinch.com/docs/conversation/callbacks/" target="_self"&gt;callback trigger&lt;/A&gt; - MESSAGE DELIVERY from the Conversation API and a reason will be sent if it failed to deliver:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"reason": {
      "code": "BAD_REQUEST",
      "description": "The underlying channel reported: 3008: Phone number error",
      "sub_code": "UNSPECIFIED_SUB_CODE"
    },
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If an advertisement message is sent and the user is not a "friend" to the KakaoTalk Business Channel then a reason will return as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;    "reason": {
      "code": "CHANNEL_REJECT",
      "description": "The underlying channel reported: 3018: Unable to send messages (invalid or broken KakaoTalk user)",
      "sub_code": "UNSPECIFIED_SUB_CODE"
    },
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Learn more&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Find out more about the&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://www.sinch.com/products/apis/messaging/kakaotalk/" target="_blank" rel="noopener"&gt;Sinch KakaoTalk for Business&lt;/A&gt; channel.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://developers.sinch.com/docs/conversation-kakaotalk" target="_blank" rel="noopener nofollow noreferrer"&gt;Sinch Developer Documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;site contains comprehensive documentation and tutorials, which show you how we support KakaoTalk using the&amp;nbsp;Sinch Conversation API.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 31 Jan 2023 09:22:51 GMT</pubDate>
      <guid>https://community.sinch.com/t5/KakaoTalk/How-can-a-business-finds-out-if-a-mobile-number-is-registered-on/ta-p/10966</guid>
      <dc:creator>Donna_M</dc:creator>
      <dc:date>2023-01-31T09:22:51Z</dc:date>
    </item>
  </channel>
</rss>

