Skip to content

Marketing Messages

Marketing messaging is not just a send problem. It depends on consent, audience segmentation, send timing, and channel economics.

Before you choose a channel, confirm:

  • the user has valid marketing consent
  • your campaign timing complies with your own policies and local rules
  • opt-out handling is already wired
ChannelBest forStrengthsTradeoffs
FriendTalkricher campaign content for Kakao-connected audiencesbuttons, brand context, better visual experiencerequires Kakao channel relationship
SMSbroad reach and simpler operational modelall phones, simple format, fewer prerequisitesless expressive and often costlier per message

Use FriendTalk when:

  • the audience already follows your Kakao channel
  • buttons or richer CTA flows matter
  • branding and click-through matter more than universal reach

Use SMS when:

  • the campaign must reach everyone in the target segment
  • the content is short and direct
  • Kakao channel relationship coverage is too low
await kmsg.send({
type: "SMS",
to: "01012345678",
text: "[Example] Weekend coupon: use code SPRING10 before Sunday.",
});

For Kakao-first campaigns, the exact send shape depends on the provider and template or channel setup you operate.

  • segment users before building the recipient list
  • suppress recent opt-outs and invalid numbers
  • avoid blasting every campaign at the same hour
  • measure delivery, open proxy metrics, and conversion separately