Skip to content

v8.14.0 Add Coupon API Support to Messaging API

Choose a tag to compare

@habara-k habara-k released this 06 Aug 09:41
· 51 commits to master since this release
eddcada

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)

line-openapi updates

  • chore(deps): update line-openapi digest to 3e09054 by @renovate[bot] in #583
  • chore(deps): update line-openapi digest to 92f9320 by @renovate[bot] in #588
  • Add Coupon API Support to Messaging API by @github-actions[bot] in #604

Dependency updates

  • fix(deps): update dependency org.openapitools:openapi-generator to v7.13.0 by @renovate[bot] in #582
  • chore(deps): update actions/setup-go action to v5.5.0 by @renovate[bot] in #584
  • chore(deps): update junit5 monorepo to v5.13.0 by @renovate[bot] in #589
  • chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1 by @renovate[bot] in #590
  • chore(deps): update junit5 monorepo to v5.13.1 by @renovate[bot] in #591
  • chore(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.13.2 by @renovate[bot] in #592
  • chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.2 by @renovate[bot] in #593
  • fix(deps): update dependency org.openapitools:openapi-generator to v7.14.0 by @renovate[bot] in #594
  • chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.0 by @renovate[bot] in #596
  • chore(deps): update junit-framework monorepo to v5.13.3 by @renovate[bot] in #597
  • chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.6.1 by @renovate[bot] in #601
  • chore(deps): update junit-framework monorepo to v5.13.4 by @renovate[bot] in #603

Other Changes

  • Use stable and oldstable instead actual version for actions/setup-go by @Yang-33 in #585
  • Improve issue triage and issue template by @eucyt in #587
  • Fix pebble for array-type query parameter by @habara-k in #586
  • Update CONTRIBUTING.md to enhance development guidelines by @eucyt in #600

Full Changelog: v8.13.1...v8.14.0