twilio icon indicating copy to clipboard operation
twilio copied to clipboard

Added support for content templates (i.e. whatsapp)

Open alexw23 opened this issue 11 months ago • 2 comments
trafficstars

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

alexw23 avatar Dec 13 '24 14:12 alexw23

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 avatar Mar 18 '25 11:03 evaldorcardoso

@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"
        }
],

alexw23 avatar Mar 19 '25 23:03 alexw23

@onlime could you merge this PR? Thanks.

cschalenborgh avatar May 15 '25 10:05 cschalenborgh

@onlime kindly asking you to merge this PR, thanks a lot!

voicecode-bv avatar Jul 07 '25 08:07 voicecode-bv

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.

onlime avatar Jul 07 '25 10:07 onlime

added tests and released v4.1.1

onlime avatar Jul 07 '25 10:07 onlime

Thank you very much @onlime, really appreciate the quick action! 👍 🚀

voicecode-bv avatar Jul 07 '25 11:07 voicecode-bv