Skip to content

v10.1.1 Add Coupon API Support to Messaging API

Choose a tag to compare

@habara-k habara-k released this 08 Aug 08:46
· 213 commits to master since this release
76b658d

What's Changed

This release introduces Coupon API support to the Messaging API, enabling developers to create, manage, and deliver coupons directly through bot integrations. These new features mirror capabilities previously only available through the LINE Official Account Manager, offering greater flexibility in automating coupon workflows via the Messaging API.

✨ New API Endpoints

💬 Messaging API Enhancements

  • Added support for a new message type: type=coupon
    You can now send coupons directly to users using the Messaging API, similar to sending text, image, or template messages.

📌 Example Use Cases

  • Create a 1000 yen off coupon
  • Send the coupon to a user using the new coupon message type

For detailed usage examples, see the official documentation.

📢 Official Announcement:

LINE Developers News — Coupon API Released (2025/08/06)

Changes

line-openapi updates

  • Add Coupon API Support to Messaging API by @github-actions[bot] in #1361

Dependency updates

Other Changes

Full Changelog: v10.1.0...v10.1.1