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/functions/v1 |
License
MIT
Release files for utobo-email 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| utobo_email-1.0.2.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| utobo_email-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.7 kB
Release files / utobo_email-1.0.2.tar.gz
| Download URL | utobo_email-1.0.2.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c886ea668cc389c4261d633e94fb830b1b81806e57cfd999bd2e378df423b29
|
|
BLAKE2b-256 checksum How to use checksums |
a8822b8ddafe0b6131b92455bf070970e36e86e36b82088b15205217c38a21dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|
Release files / utobo_email-1.0.2-py3-none-any.whl
| Download URL | utobo_email-1.0.2-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bd8fe2e783f053793a7653219b8ce48e242e5a3c0c61f62236c37399a294861d
|
|
BLAKE2b-256 checksum How to use checksums |
a4f3159e7a273e7f7c9ce7c0942e7ccd76435823c56527213a29afacb26a2168
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|