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://qhxsmabxmwcxqqgcbhxe.supabase.co/functions/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.1.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.1.tar.gz.
File metadata
- Download URL: utobo_email-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc6fc351d43667a2a28a24504762123fc9f6c35933a775d02b9d9a48865d1a85
|
|
| MD5 |
a99b4a6b6e0d98e034dac84b6cdb4277
|
|
| BLAKE2b-256 |
d989d153fd8bc34bcc165380de60ee490b06055fcf9567ca1af582091b14a6c1
|
File details
Details for the file utobo_email-1.0.1-py3-none-any.whl.
File metadata
- Download URL: utobo_email-1.0.1-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.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85fce3234ac93854f78da6bc74f0f3cc68ff578a00de3c847632ebdbd0e37995
|
|
| MD5 |
7fac269c1602c7e3d7f7f161a09089bd
|
|
| BLAKE2b-256 |
279f555a064c425194a7c120a2da27f3c4a9664b014279d33bf0d76ae0e78252
|