<?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 to specify in Conversation API whether a message will be AlimTalk or a KakaoTalk Brandmessage? in KakaoTalk</title>
    <link>https://community.sinch.com/t5/KakaoTalk/How-to-specify-in-Conversation-API-whether-a-message-will-be/ta-p/9159</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-AlimTalk-%EC%95%8C%EB%A6%BC%ED%86%A1/ta-p/7916" target="_self"&gt;AlimTalk&lt;/A&gt; is a KakaoTalk channel-specified template message and it requires approval by KakaoTalk.&amp;nbsp;&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;KakaoTalk Brandmessage&lt;/A&gt; is a marketing message and you don't need KakaoTalk approval for this message type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When sending an AlimTalk message,&amp;nbsp;&lt;SPAN&gt;you need to specify the template id, recipient, and the set of parameters that you may have defined in the template relevant for the recipient.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Here is an example of an AlimTalk template:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;LABEL class="col-sm-1"&gt;Template id : package_template&lt;/LABEL&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Template description:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-90px"&gt;A package #{package_id} has been scheduled to be delivered to you.&lt;BR /&gt;The expected delivery time is&amp;nbsp;#{expected_delivery}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The following code snippet provides an example of a JSON payload to send package_template to a KakaoTalk user:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "message": {
    "template_message": {
      "channel_template": {
        "KAKAOTALK": {
          "template_id": "package_template",
          "parameters": {
            "package_id": "PACKAGE123",
            "expected_delivery": "7th June 9:00"
          }
        }
      }
    }
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When sending a KakaoTalk Brandmessage, you can send it as a generic&amp;nbsp;&lt;A title="Message Type" href="https://developers.sinch.com/docs/conversation/message-types/" target="_self"&gt;message type&lt;/A&gt; provided by Conversation API.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also possible to create an omni-channel template&amp;nbsp;&lt;SPAN&gt;using the Conversation API's&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dashboard.sinch.com/convapi/message-composer" target="_blank" rel="noopener nofollow noreferrer"&gt;Message Composer&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or using the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.sinch.com/docs/conversation/api-reference/template/overview/#section/Managing-templates" target="_blank" rel="noopener nofollow noreferrer"&gt;Template Management API&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&amp;nbsp;The omni-channel templates can be used with any Conversation API channels as it will automatically transcode to the format required by the sent channel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.sinch.com/docs/conversation/channel-support/kakaotalk/" target="_blank" rel="noopener nofollow noreferrer"&gt;Sinch Developer Documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;site contains comprehensive documentation that illustrates how Sinch supports KakaoTalk through the Conversation API.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 30 Oct 2025 12:26:03 GMT</pubDate>
    <dc:creator>Donna_M</dc:creator>
    <dc:date>2025-10-30T12:26:03Z</dc:date>
    <item>
      <title>How to specify in Conversation API whether a message will be AlimTalk or a KakaoTalk Brandmessage?</title>
      <link>https://community.sinch.com/t5/KakaoTalk/How-to-specify-in-Conversation-API-whether-a-message-will-be/ta-p/9159</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-AlimTalk-%EC%95%8C%EB%A6%BC%ED%86%A1/ta-p/7916" target="_self"&gt;AlimTalk&lt;/A&gt; is a KakaoTalk channel-specified template message and it requires approval by KakaoTalk.&amp;nbsp;&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;KakaoTalk Brandmessage&lt;/A&gt; is a marketing message and you don't need KakaoTalk approval for this message type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When sending an AlimTalk message,&amp;nbsp;&lt;SPAN&gt;you need to specify the template id, recipient, and the set of parameters that you may have defined in the template relevant for the recipient.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Here is an example of an AlimTalk template:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;LABEL class="col-sm-1"&gt;Template id : package_template&lt;/LABEL&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Template description:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-90px"&gt;A package #{package_id} has been scheduled to be delivered to you.&lt;BR /&gt;The expected delivery time is&amp;nbsp;#{expected_delivery}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The following code snippet provides an example of a JSON payload to send package_template to a KakaoTalk user:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "message": {
    "template_message": {
      "channel_template": {
        "KAKAOTALK": {
          "template_id": "package_template",
          "parameters": {
            "package_id": "PACKAGE123",
            "expected_delivery": "7th June 9:00"
          }
        }
      }
    }
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When sending a KakaoTalk Brandmessage, you can send it as a generic&amp;nbsp;&lt;A title="Message Type" href="https://developers.sinch.com/docs/conversation/message-types/" target="_self"&gt;message type&lt;/A&gt; provided by Conversation API.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also possible to create an omni-channel template&amp;nbsp;&lt;SPAN&gt;using the Conversation API's&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dashboard.sinch.com/convapi/message-composer" target="_blank" rel="noopener nofollow noreferrer"&gt;Message Composer&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or using the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.sinch.com/docs/conversation/api-reference/template/overview/#section/Managing-templates" target="_blank" rel="noopener nofollow noreferrer"&gt;Template Management API&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&amp;nbsp;The omni-channel templates can be used with any Conversation API channels as it will automatically transcode to the format required by the sent channel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.sinch.com/docs/conversation/channel-support/kakaotalk/" target="_blank" rel="noopener nofollow noreferrer"&gt;Sinch Developer Documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;site contains comprehensive documentation that illustrates how Sinch supports KakaoTalk through the Conversation API.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Oct 2025 12:26:03 GMT</pubDate>
      <guid>https://community.sinch.com/t5/KakaoTalk/How-to-specify-in-Conversation-API-whether-a-message-will-be/ta-p/9159</guid>
      <dc:creator>Donna_M</dc:creator>
      <dc:date>2025-10-30T12:26:03Z</dc:date>
    </item>
  </channel>
</rss>

