Python SDK for iSend API
Project description
changes
iSend Python SDK
Official Python SDK for sending emails and events using the iSend API.
Installation
You can install it via pip:
pip install isend-python-sdk
## Usage
from isend import iSend
# Initialize with your auth token
sdk = iSend("your_auth_token")
# Send an email
response = sdk.send_email("WelcomeEmail", "user@example.com", {"name": "John"})
print(response)
# Send an event
event_response = sdk.send_event("UserSignup", "user@example.com", {"property": "value"})
print(event_response)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file isend_python_sdk-0.1.6.tar.gz.
File metadata
- Download URL: isend_python_sdk-0.1.6.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64ca24bc1fa18fbcff824679162bf19798763644ef3167e29f248fbac054b9c4
|
|
| MD5 |
c053151caa26e581b6262f8ad9e03790
|
|
| BLAKE2b-256 |
78ecb4d458146254d3c736ff902e9ed0bd8f61e2445c200648a4168a23f59550
|
File details
Details for the file isend_python_sdk-0.1.6-py3-none-any.whl.
File metadata
- Download URL: isend_python_sdk-0.1.6-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d9a27ef12c1a142a5feb1d1c27d760a909397430b6201cbda858eef482fafb7
|
|
| MD5 |
f9bec11903aba0bd45fddf29359fe076
|
|
| BLAKE2b-256 |
a2e5c6935041ca833e708edd693a981a505fddc968202e50d1beee19fbaebfe5
|