Skip to content

ancoris/docmail-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docmail API Python Wrapper

A python wrapper for the Docmail API (V2).

The CFH Docmail service offers customers the ability to generate their own mailings online and have them printed and distributed by Docmail.
Docmail have published a SOAP based API.
This library uses SUDS – a lightweight SOAP python client for consuming Web Services.

This library was developed by Appogee in partnership with CFH Docmail, and is licensed under the MIT License

Setup

There are Live, Test and Beta versions of the API. Each of which will require a different user account, and therefore different credentials:

Live
Links to the live site. This will actually send mail! Use this only in production environments.
Create Account: https://www.cfhdocmail.com/live/signup.aspx
WSDL: https://www.cfhdocmail.com/LiveAPI2/DMWS.asmx?WSDL

Test
Replica of Live. This does NOT send mail
Create Account: https://www.cfhdocmail.com/test/signup.aspx
WSDL: https://www.cfhdocmail.com/TestAPI2/DMWS.asmx?WSDL

Beta
Includes new and experimental features. This does NOT send mail
Create Account: https://www.cfhdocmail.com/beta/signup.aspx
WSDL: https://www.cfhdocmail.com/BetaAPI2/DMWS.asmx?WSDL

Links

Docmail Website
Docmail API User Guide
SUDS Website
Appogee Website
Google Code Project Homepage