Send lead to HTTPS API within campaign

Hey, I believe this would be good if Mautic was able to push a lead to external https API for example in order to send SMS message via that API.



A simple call such as

Code:
https://smsapi.com/send?phone={PHONENUMBER}&body="This is predefined message body"
made from within Campaign would allow to send text as part of your campaign.

Hey, I believe this would be good if Mautic was able to push a lead to external https API for example in order to send SMS message via that API.

A simple call such as https://smsapi.com/send?phone={PHONENUMBER}&body="This is predefined message body" made from within Campaign would allow to send text as part of your campaign.

I believe this feature request has already been described here:

https://github.com/mautic/mautic/issues/854

Yea, but I can see there is no target version yet. Would this be hard to implement if I had a developer to help me with that ?

I believe any PHP developer should be able to implement it. That’s definitely the best approach you can take!

This feature was discussed in the Slack chat (https://www.mautic.org/slack/). I think it would be great to discuss it first with the dev team in the dev channel. They already have plans how to implement it. Only missing thing is the dev time since there are other feature requests and bugs to squash.

I am not sure if this is the right place to ask - can I ‘sponsor’ this integration somehow ? I mean can I remove the time obstacle from the devs ?
Note. I’m on human budged (non corprate budget :slight_smile:

Uh… I want to use the mautic.com paid package. So I can’t modify this myself…

Can anyone please suggest the best way forward with this ?

thanks!

Hi Radek, if you develop and submit the feature to GitHub, I’m sure it will get to mautic.com service in few days time.

Radek, I believe twillio’s mobile api returns the carrier, maybe even the sms gateway. You could them use the mailer to send it from email, ###-###-####@sms.gateway.com. Here is a list of sms gateway address’s. http://www.opentextingonline.com/emailtotext.aspx

I have also been thinking about making a Twillio Plugin for Mautic.