Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Implement ET_Email_SendDefinition #114

Open
thureos opened this issue Jun 10, 2019 · 2 comments
Open

Implement ET_Email_SendDefinition #114

thureos opened this issue Jun 10, 2019 · 2 comments

Comments

@thureos
Copy link

thureos commented Jun 10, 2019

Is your feature request related to a problem? Please describe
I can't send emails to a data extension, PHP SDK has this implemented.

Describe the solution you'd like
An implementation of ET_Email_SendDefinition

Describe alternatives you've considered
Port the code in PHP and try to run it

@bdgp1990
Copy link

Would be really nice !

@Thom3435
Copy link

Thom3435 commented Jun 27, 2019

@bdgp1990 add the following to your objects.py file

class ET_EmailSendDefinition(ET_CUDSupport):
    def __init__(self):
        super(ET_EmailSendDefinition, self).__init__()
        self.obj_type = 'EmailSendDefinition'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants