-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Support LINE Messaging API bridge #58474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you want to work on the replacement? |
I haven't tried the LINE Messaging API. I may take over this issue if I have tried and is familiar with this API. |
@kurozumi Maybe you can help as well? |
@fabpot I am currently working on a prototype. Hopefully it can be done today. |
I have implemented the LINE Bot bridge. You can review here: #58527 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
LINE Notify has been discontinued by LINE and will soon be removed.
The recommended replacement is the LINE Messaging API, which offers greater functionality. It’s advisable to transition to this API as the replacement for LINE Notify.
Keep in mind that the LINE Messaging API provides far more capabilities compared to LINE Notify, allowing us to potentially support additional Notification properties, rather than being limited to just subject.
Related: #48466
Example
https://github.com/line/line-bot-sdk-php?tab=readme-ov-file#call-api
https://github.com/line/line-bot-sdk-php/blob/master/examples/EchoBot/src/LINEBot/EchoBot/Route.php
The text was updated successfully, but these errors were encountered: