FuelSDK-Python
FuelSDK-Python copied to clipboard
FuelSDK for python
I have successfully installed Salesforce-FuelSDK As a next step when I run import FuelSDK command, I get this error "ModuleNotFoundError: No module named 'version'" How do I resolve this?
* Removed dependency on suds-jurko due to setuptools>=58.0.0 not supporting 2to3, pointed to suds-community * Removed wsgiref because it is part of the standard lib * Removed distribute as it...
I need to get unique clicks and opens from specific journey from Salesforce Marketing Cloud. I use Python SDK and get all possible clicks from account. Here is my code:...
**Describe the bug** When I try to deploy an API on Cloud Functions appears the following message error: × python setup.py egg_info did not run successfully. │ exit code: 1...
Hello Guys I saw in this repository a recomedantion on this link: https://github.com/salesforce-marketingcloud/FuelSDK-Python#custom-suds-changes-deprecated I maked of fork the repository(https://github.com/umermughal/suds-jurko) and change the lines of code, in case anyone wants to...
It seems I am unable to use nested filters when querying my data. Code below represents my attempt to use a nested filter in the following way: complex_filter1 = AND...
suds-jurko==0.6 (which this package depends on) does not install with setuptools >= 58.0.0. Since virtualenv installs the most recent setuptools by default, this de facto means that Salesforce-FuelSDK cannot be...
Bug #119 - Logic to get customer key of the data extension based on its name fails due to incorrect comparison logic
**Describe the bug** After pulling a SentEvent object, I don't see rendered subject anywhere in the object even though the SFMC API docs mention Sentevent should contain rendered subject https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/sentevent.htm...
**Describe the bug** Using the ET_DataExtension() class to (for example) rename a data extension doesn't work unless you create columns attribute with an empty list. **To Reproduce** Specifically, this code,...