A python client for the BotMailRoom API
Project description
BotMailroom Python Client
The BotMailroom Python client allows you to interact with the BotMailroom API. It provides both synchronous and asynchronous methods for interacting with the API.
Quickstart
1. Get an API Key
You can get an API key by signing up for a BotMailroom account and creating an API key at https://auth.botmailroom.com/account/api_keys
2. Install the Client
pip install botmailroom
3. Initialize the Client
from botmailroom import BotMailRoom
client = BotMailRoom(api_key="your_api_key") # or set the BOTMAILROOM_API_KEY environment variable
4. Create an Inbox
inbox = client.create_inbox(name="My Inbox", email_address="CHANGE_THIS@inbox.botmailroom.com")
5. Check Emails
Unless you have specific allow and block rules that prevent it, you will receive an email from support@inbox.botmailroom.com after you create an inbox for the first time. If you’d like to send a test email to your inbox, you can do so by:
- Using a mail client of your choice.
- Sending a request with the
send_emailmethod.
You can then check for new emails using the get_emails method.
emails = client.get_emails(inbox_id=inbox.id)
print(emails)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 botmailroom-0.0.10.tar.gz.
File metadata
- Download URL: botmailroom-0.0.10.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51eda26afab081df49a894a844cd61578669af922e084ae5ad7b852d54f3a4f7
|
|
| MD5 |
d5c28461e8df1915c1a20fd8b535c2c8
|
|
| BLAKE2b-256 |
e6ac232221b6fbf58fea9586d213b2b974375d79990beb1b18d1eee7f95770a0
|
File details
Details for the file botmailroom-0.0.10-py3-none-any.whl.
File metadata
- Download URL: botmailroom-0.0.10-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5347ec2de268918d7553a124c76834148c36496eb92d3c201896415831b16310
|
|
| MD5 |
9190deb68210f4036ee79ac30a862d48
|
|
| BLAKE2b-256 |
3e924b57a802825ff97c55cea7a37006f73275da32e3d9dc4b168127d05a91e3
|