gork-sdk — Python SDK for gork.email
Programmable email infrastructure for AI agents. Provision inboxes, send and receive mail, manage threads, webhooks, domains, keys, and suppressions.
Install
pip install gork-sdk
Quickstart
from gork import GorkClient
gork = GorkClient() # reads GORK_KEY / GORK_API_KEY
inbox = gork.create_inbox(username="sdr-alex", name="SDR Alex")
print(inbox["address"]) # sdr-alex@gork.email
gork.send_message(
inbox_id=inbox["id"],
to=["prospect@acme.com"],
subject="Quick intro",
text="Hi — wanted to share what we're building.",
idempotency_key="outreach-001", # safe retries
)
Webhook verification
from gork import verify_signature
ok = verify_signature(raw_body, request.headers["X-Gork-Signature"], webhook_secret)
Links
- Docs: https://gork.email/docs
- API reference: https://api.gork.email/openapi.json
- Changelog: https://gork.email/changelog
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gork_sdk-1.0.0.tar.gz
(4.5 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 gork_sdk-1.0.0.tar.gz.
File metadata
- Download URL: gork_sdk-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9190e133b6ee492ed3bcac768f28bac51101f6fc80dd26469f135ff39a72feb9
|
|
| MD5 |
9af26a8e84b5c9d1fadfc200397c44be
|
|
| BLAKE2b-256 |
9b053f596eb922b232649d6370cfa3cbfb84c2dd4eefefd4befe13d5918ff7c6
|
File details
Details for the file gork_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: gork_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca8b1b84446903ca93cc7cb673e3bed96d07125b35c4ed727e259bf7bbb2c625
|
|
| MD5 |
ed67a6bffabf197cd3f89ce33df52215
|
|
| BLAKE2b-256 |
7c6e2cc1e002f57688a099e262a67566e7104b4e57c063579a70c211abfb4789
|