Added support for content templates (i.e. whatsapp)#152
Merged
onlime merged 3 commits intolaravel-notification-channels:masterfrom Jul 7, 2025
Merged
Conversation
|
Hello @onlime , is there any chance of this being implemented in the project? I am implementing this package in my project and I need to use content templates and would like to use this solution. Thanks a lot! |
evaldorcardoso
approved these changes
Mar 18, 2025
Author
|
@evaldorcardoso just use my fork for now if you need. "require": [
...
"laravel-notification-channels/twilio": "dev-add-content-messages-v3"
],
"repositories": [
...
{
"type": "vcs",
"url": "https://github.com/alexw23/twilio"
}
], |
|
@onlime could you merge this PR? Thanks. |
|
@onlime kindly asking you to merge this PR, thanks a lot! |
Collaborator
|
sorry about the delay. I have never used content templates and didn't find time to test it. Providing at least a unit test would have helped... trying to add it now. |
Collaborator
|
added tests and released v4.1.1 |
|
Thank you very much @onlime, really appreciate the quick action! 👍 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for sending content templates. This also adds support for whatsapp (inherity).
Added documentation about this.
See here for more details: https://www.twilio.com/docs/content/send-templates-created-with-the-content-template-builder#how-to-add-senders-to-a-your-sender-pool