Connection

class dotmailer.connection.DotMailerConnection

The DotMailerConnection provides a simply way to setup and call the various DotMailer API endpoints with. This class defines the various methods GET, PUT, POST and DELETE which are used to communicate with DotMailer. To create an instance, simply provide your DotMailer API user’s username and password.

Please remember that even if you have an active DotMailer account, this does not mean that your username is a valid API user. Please check DotMailer’s documentation about setting up an API account to use with this library (https://developer.dotmailer.com/docs/getting-started-with-the-api#section-setting-up-your-api-user)