Skip to main content

Installation

Requirements

  • Python 3.10+
  • httpx for HTTP requests
  • pydantic for type validation

Quick Start

Configuration

Resources

Emails

Attachments

Lists

Contacts

Verification

Error Handling

Type Hints

Full Pydantic models for all params and responses:

Synchronous Usage

For synchronous code, use asyncio.run():

Features

  • Async/await - Full async support with httpx
  • Type-safe - Pydantic models for all types
  • Automatic retries - Exponential backoff for failures
  • 99% test coverage

PyPI Package

View on PyPI

GitHub

Source code