Thom3435
Thom3435
@bdgp1990 I had this same issue and was able to resolve it by deleting the double underscores at the beginning of each of the AdditionalEmailAttribute elements in my local ExactTargetWSDL.xml...
You should set those in your client.py file in the FuelSDK folder so you do not have to pass them each time. I only have set client_id, client_secret, and wsdl_file_url,...
@leugimmai Do you know how to add Activities(i.e. Send Email or Import File) to an Automation?
@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' ```