Hello Mautic community I’ve using this product for a few weeks and let me tell you what amazing work you’ve done here.
Wanted to ask for some guidance with the following:
I see there is a built-in bundle for sms using Twilio by default.
I was thinking if it was possible to extend that existing bundle to integrate another custom provider just an agnostic API, the idea is that mautic sends the SMS via REST to the configured URL + credentials.
This way we could have an agnostic integration an not specific vendor.
Each vender must be compliant with the Mautic schema and handle the workflow as it is expected.
Does this make sense?
Is it a good idea to extend the existing bundle or should I create a new plugin?
Where should I start what should I consider while doing this?
Also has to mention I have very little to no experience with PHP and less with simfony, so appreciate if you can guide me about where to start.