- Notifications
You must be signed in to change notification settings - Fork241
v8.12.0 Support new Membership API and Webhook
Compare
5ead81a
What's Changed
- Support new Membership API and Webhook by @github-actions in#542
Support new Membership API and Webhook
We have implemented and supported new API and Webhook about Membership.
API to get a list of users who joined the membership
You can obtain a list of user IDs for users who have joined the membership of your LINE Official Account by callingclient.getJoinedMembershipUsers(...)
.
Documents:https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids
Membership Webhook
We have introduced new Webhook eventsMembershipEvent
that indicates that a user has joined, left or renewed a membership of your LINE Official Account.
Documents:https://developers.line.biz/en/reference/messaging-api/#membership-event
For more details
For more details, check out the announcement:https://developers.line.biz/en/news/2025/02/13/membership-api/
(original PR isline/line-openapi#86)
Full Changelog:v8.11.0...v8.12.0
This release is prepared by@eucyt