Skip to content

[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

Closed
pan93412 opened this issue Oct 7, 2024 · 5 comments · Fixed by #58527
Closed

[Notifier] Support LINE Messaging API bridge #58474

pan93412 opened this issue Oct 7, 2024 · 5 comments · Fixed by #58527

Comments

@pan93412
Copy link
Contributor

pan93412 commented Oct 7, 2024

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

@pan93412 pan93412 changed the title Support LINE Messaging API as a channel in symfony/notifier [Notifier] Support LINE Messaging API as a channel Oct 7, 2024
@pan93412 pan93412 changed the title [Notifier] Support LINE Messaging API as a channel [Notifier] Support LINE Messaging API bridge Oct 7, 2024
@fabpot
Copy link
Member

fabpot commented Oct 7, 2024

Do you want to work on the replacement?

@pan93412
Copy link
Contributor Author

pan93412 commented Oct 7, 2024

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.

@fabpot
Copy link
Member

fabpot commented Oct 7, 2024

@kurozumi Maybe you can help as well?

@pan93412
Copy link
Contributor Author

pan93412 commented Oct 7, 2024

@fabpot I am currently working on a prototype. Hopefully it can be done today.

@pan93412
Copy link
Contributor Author

pan93412 commented Oct 10, 2024

I have implemented the LINE Bot bridge. You can review here: #58527

@fabpot fabpot closed this as completed in cb16097 Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants