FuelSDK-Python icon indicating copy to clipboard operation
FuelSDK-Python copied to clipboard

Implement ET_Email_SendDefinition

Open thureos opened this issue 5 years ago • 2 comments

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

thureos avatar Jun 10 '19 19:06 thureos

Would be really nice !

bdgp1990 avatar Jun 27 '19 13:06 bdgp1990

@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'

Thom3435 avatar Jun 27 '19 14:06 Thom3435