FuelSDK-Python
FuelSDK-Python copied to clipboard
FuelSDK for python
**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...
There is a bug in SUDS library to pick up proxy settings from the environment variables http_proxy & https_proxy. The authentification request use proper proxy but the actual SOAP call...
There is a bug in SUDS library to pick up proxy settings from the environment variables *http_proxy* & *https_proxy*. The authentification request use proper proxy but the actual SOAP call...
Running the following code: ``` import ET_Client myclient = ET_Client.ET_Client() triggeredsend = ET_Client.ET_TriggeredSend() triggeredsend.auth_stub = myclient results = triggeredsend.get() print results ``` Gives me: ``` No handlers could be found...
Using the Campaign Sample code which I have taken the form [ object sample of fuelsdk-python git repo ](https://github.com/salesforce-marketingcloud/FuelSDK-Python/blob/master/objsamples/sample_campaign.py) After creating a new campaign with the following description ``` {...
Hi there, doesn't look like it supports oauth 2, and in fact it's adding legacy=1 unnecessarily? legacyString = "?legacy=1" if legacyString not in self.auth_url: self.auth_url = self.auth_url.strip() self.auth_url = self.auth_url...
User verified locally that removing the scope key/value pair eliminates the error. ``` A user is experiencing this issue. Wondering if the if/else at client.py:181 is out of date as...
With this fix, seems to work under Python2.7
Hi, Is this FuelSDK python flavor useful for do a simple folder synchronization between a local folder and a remote folder inside Content Builder? I used to use the php...