Mailmus
SDK Reference

Python

The mailmus Python SDK.

pip install mailmus
from mailmus import MailmusApi

client = MailmusApi(
    token="<your secret key>",
    base_url="https://api.mailmus.app",
)

contact = client.contacts.create(
    project_id="proj_xxx",
    email="contact@example.com",
)

Auth is not available on this SDK yet

The Python SDK covers the Mail product today. Support for the Auth product (Customers, Organizations, SSO) already exists in TypeScript and is coming to Python.