Skip to main content
1

Install the SDK

2

Set your credentials

Export your API key and endpoint host as environment variables:
To obtain your API key, see Authentication.
3

Send your first email

Create send.py:
Run it:
The response dict contains sourceTrackingId.
4

Check delivery status

The response includes message_deliveries with per-recipient status.

Next steps

  • Email client: add HTML, attachments, CC/BCC, and handle errors
  • Forms client: retrieve form schemas and submit responses