简体   繁体   中英

integrating mautic with a custom sms API

I am trying to integrate a custom SMS API with Mautic. But the problem is that I don't know how to do it using webhooks. I appreciate it if you share your ideas on how to resolve this.

I think you may need to create an SMS Transport layer, for reference check the twilio plugin and its configuration document. Once you understand it, you should try to create a custom plugin which provides a transport layer over mautic for your custom API.

please refer to official developer documentation https://developer.mautic.org/#plugins

https://tutorialsjoint.com/mautic-plugin-tutorial-directory-structure/

https://tutorialsjoint.com/plugin-tutorial-mvc/

here is another example plugin you can refer https://github.com/acquia/mc-cs-plugin-slooce

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM