microapidev / sms-microapi

A microservice for sending SMS messages from your app
2 stars 47 forks source link

Support Twillo, Infobip and nuobjects SMS #70

Open Onwuagba opened 4 years ago

Onwuagba commented 4 years ago

Set up SMS API to integrate withh Twillo, Infobip and Nuobjects

FairTraxx commented 4 years ago

Twilio integrated but infobip has package issues with python 3 https://github.com/infobip/infobip-api-python-client/issues/10

I'll un claim this for now and leave this up if someone wants to take it.

wintercameearly commented 4 years ago

Hi, I'll like to pick this up

FairTraxx commented 4 years ago

Sure, Twilio is already integrated just sort out infobip and nuobjects. for infobip if you have the same error as me then just skip infobip for now or use python 2 until we sort this out. I've assigned you. EDIT: This repo here should help you with infobip https://github.com/infobip/infobip-api-python-client

wintercameearly commented 4 years ago

Hi @FairTraxx , can i just make a POST call to the Infobip API ?

FairTraxx commented 4 years ago

That would work too I guess @Onwuagba ?