skillfed

Salesforce-FuelSDK-Sans

Salesforce Marketing Cloud Fuel SDK for Python

salesforce-fuelsdk-sans v1.3.1 685.5K downloads/30d#5,354 on PyPI3
Permissive license MIT AGING released

What it is and what it does

Salesforce-FuelSDK-Sans is a maintained fork of the original Salesforce Marketing Cloud Fuel SDK for Python, providing access to both REST and SOAP APIs for Salesforce Marketing Cloud services. It wraps the Fuel API Family behind a Python object model, exposing Marketing Cloud functionality through common collection types. The package supports multiple authentication modes including OAuth2 (with refresh token and web/public app support) and legacy authentication, allowing developers to interact with Marketing Cloud resources like lists, subscribers, and campaigns.

The SDK depends on PyJWT for token handling, requests for HTTP communication, and suds-community for SOAP operations. Configuration is handled through environment variables or a config file, with support for multiple Salesforce service endpoints (production, sandbox, and tenant-specific). The package is classified as Beta and requires Python 3 or later, though it has not received updates since its initial release in June 2022.

Use it for:

  • Integrate Salesforce Marketing Cloud subscriber and list management into Python applications via REST API.
  • Automate campaign creation, scheduling, and monitoring using the Fuel SDK's object-oriented interface.
  • Retrieve and update Marketing Cloud data (contacts, segments, journeys) programmatically with OAuth2 authentication.
  • Build server-side applications that interact with Marketing Cloud SOAP endpoints for legacy system integration.
  • Implement web or public app authentication flows to allow end-user access to Marketing Cloud resources.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to Salesforce Marketing Cloud's Fuel API, supporting both REST and SOAP APIs for accessing Marketing Cloud functionality through OAuth2 and legacy authentication.

Yes, with conditions. The package is suitable for integrating Salesforce Marketing Cloud into Python applications and has low install friction. However, the aging maintenance status (no updates in 1516 days, minimal repository activity) and lack of recent compatibility verification with current Salesforce endpoints mean you should verify that the SDK's authentication and API endpoints align with your target Marketing Cloud environment before committing to production use. No known security vulnerabilities are reported.

Install

salesforce-fuelsdk-sans on PyPI

pip

pip install salesforce-fuelsdk-sans

uv

uv add salesforce-fuelsdk-sans

poetry

poetry add salesforce-fuelsdk-sans

Installing Salesforce-FuelSDK-Sans

Before you install

Low install friction with a pure-Python wheel. Maintenance is aging—last release was 1516 days ago and the repository shows minimal activity (3 stars, last commit 2025-07-16), though it remains unarchived and the fork was created to maintain the original unmaintained project.

License in practice

MIT license is permissive, allowing commercial and private use with minimal restrictions, making it suitable for most integration scenarios.

Quickstart

pip install Salesforce-FuelSDK-Sans

import FuelSDK
myClient = FuelSDK.ET_Client()
list_obj = FuelSDK.ET_List()
list_obj.auth_stub = myClient
response = list_obj.get()

Requires FUELSDK_CLIENT_ID and FUELSDK_CLIENT_SECRET environment variables or a config.python file in ~/.fuelsdk/ or the module directory; WSDL file path must be configured for SOAP operations.

Verify before relying

  • Whether OAuth2 refresh token support and web/public app authentication are production-ready or have known limitations.
  • Current compatibility with modern Salesforce Marketing Cloud API versions and endpoint changes.
  • Whether the suds-community SOAP dependency is actively maintained and compatible with current Python versions.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3)
Install friction low — pure-Python wheel
Runtime dependencies 3 — PyJWT, requests, suds-community
Maintenance aging — 1,516 days since the last release
Last repo commit
First released
Downloads 685,521/month — #5,354 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: Salesforce_FuelSDK_Sans-1.3.1-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3.7Topic :: Software Development :: Libraries

Tags

salesforce marketing cloud api pythonfuel sdk python clientsalesforce exacttarget apimarketing cloud rest soapsalesforce oauth2 authenticationexacttarget python integrationsalesforce marketing cloud sdk
salesforce-integrationmarketing-automationoauth2

More Libraries packages