How to use the createsend.transactional.Transactional function in createsend

To help you get started, we’ve selected a few createsend examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github campaignmonitor / createsend-python / test / test_transactional.py View on Github external
def setUp(self):
        self.client_id = '87y8d7qyw8d7yq8w7ydwqwd'
        self.smart_email_id = '21dab350-f484-11e4-ad38-6c4008bc7468'
        self.message_id = 'ddc697c7-0788-4df3-a71a-a7cb935f00bd'
        self.before_id = 'e2e270e6-fbce-11e4-97fc-a7cf717ca157'
        self.after_id = 'e96fc6ca-fbce-11e4-949f-c3ccd6a68863'
        self.tx = Transactional(
            {"access_token": "ASP95S4aR+9KsgfHB0dapTYxNA==", "refresh_token": "5S4aASP9R+9KsgfHB0dapTYxNA=="}, "admin@example.com")