Skip to content

Sendexa/sendexa-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Sendexa Python SDK

Official Python SDK for the Sendexa communications platform.

Install:

pip install sendexa

Example:

from sendexa import Sendexa

sendexa = Sendexa(api_key="SENDEXA_API_KEY")

sendexa.sms.send(
    to="+233XXXXXXXXX",
    message="Hello from Sendexa"
)

About

Official Python SDK for Sendexa APIs — integrate SMS, OTP, email, voice, and USSD into your applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors