Skip to content

devmanoharrr/isend-python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISend Python SDK

This is a Python SDK for sending email and event data using the TruSender API.

Installation

You can install it via pip:

pip install isend-python-sdk
from isend import ISend

client = ISend("your_api_key")
client.send_email("WelcomeTemplate", "user@example.com", {"name": "John"})
client.send_event("Signup", "user@example.com", {"plan": "Free"})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages