Official Python SDK for the utobo email Email Platform
Project description
utobo-email
Official Python SDK for the utobo email email platform.
Install
pip install utobo-email
Quickstart
from utobo_email import UtoboEmail
client = UtoboEmail("av_live_...")
result = client.emails.send(
from_="Acme <noreply@acme.com>",
to="user@example.com",
subject="Welcome!",
html="<p>Welcome to Acme!</p>",
)
print(result["id"])
Check delivery status
status = client.emails.get("3c9b0f4e-...")
print(status["status"]) # "sent" | "failed"
Configuration
| Option | Env var | Default |
|---|---|---|
api_key |
UTOBO_EMAIL_API_KEY |
— (required) |
base_url |
UTOBO_EMAIL_BASE_URL |
https://api.email.utobo.com/v1 |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
utobo_email-1.0.0.tar.gz
(3.2 kB
view details)
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 utobo_email-1.0.0.tar.gz.
File metadata
- Download URL: utobo_email-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bb69da2b58e1f1c51577f1bae5435c5d9c706c94bac82bd7d589b511dc0fca9
|
|
| MD5 |
e4d738edc87c46551d1c606732151521
|
|
| BLAKE2b-256 |
41fe7055b9dc2a5e2db1ac29fc24e3a02d83569fe158c0df155293e4de0f6dba
|
File details
Details for the file utobo_email-1.0.0-py3-none-any.whl.
File metadata
- Download URL: utobo_email-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0135b984a80514e53797d65848c898e5b97fd8c018a0ea6a2c173362a9fd9b7
|
|
| MD5 |
43657e7af87c574786a776e63b326bd1
|
|
| BLAKE2b-256 |
f9a41561a20902a87997e3fbac84dd1360314a7c12238293387250b71e8eadeb
|