SendClean Email API Documentation - Python
Info! Do you have any questions on our Email API?
Write to us at support@sendclean.com
Requirements
Python 2.6+, Python 3.0+
Getting the Library
Installing from the zip release
Download the latest release
Unpack the zip file
Move the file (SendClean.py) somewhere in your project.
Using the Library
Now that you have a copy of the library in your project, you're ready to start using it. All uses of the SendCleanTES API start by including the library and instantiating the SendCleanclass.
import SendClean
SendClean_client = SendClean.SendClean('owner_id', 'token', 'SendCleanTES_APP_DOMAIN')
After that, you're ready to start making calls.