Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utobo_email-1.0.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

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

Hashes for utobo_email-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7bb69da2b58e1f1c51577f1bae5435c5d9c706c94bac82bd7d589b511dc0fca9
MD5 e4d738edc87c46551d1c606732151521
BLAKE2b-256 41fe7055b9dc2a5e2db1ac29fc24e3a02d83569fe158c0df155293e4de0f6dba

See more details on using hashes here.

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

Hashes for utobo_email-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c0135b984a80514e53797d65848c898e5b97fd8c018a0ea6a2c173362a9fd9b7
MD5 43657e7af87c574786a776e63b326bd1
BLAKE2b-256 f9a41561a20902a87997e3fbac84dd1360314a7c12238293387250b71e8eadeb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page