twilio
twilio copied to clipboard
Added support for content templates (i.e. whatsapp)
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
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 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!
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.
added tests and released v4.1.1
Thank you very much @onlime, really appreciate the quick action! 👍 🚀