Salesforce Marketing Cloud connector
Back to the connector overview, authentication methods, and actions.
22 Sept 2026
data-sync new-featureEnabled scheduled data sync on five list actions: Get Assets, Get Categories, Get Campaigns, Search Journeys and Get All Attribute Set Definitions. These collections can now be kept in sync and read without calling Marketing Cloud on every request. All five refresh in full each run, because no eligible endpoint exposes an updated-since filter. Search Contacts is not included: the endpoint ignores page and pageSize as both query and body parameters, so a sync could not read past the first 50 contacts. Get Audit Events and Get Security Events are not included either, because neither returned any records to verify the mapping against.Changed · 5 actions updated
Changed · 5 actions updated
salesforcemc_get_all_attribute_set_definitions, salesforcemc_get_assets, salesforcemc_get_campaigns, salesforcemc_get_categories, salesforcemc_search_journeys20 Jul 2026
new-actionsAdded actions for querying Data Extensions data — get_data_extension_rows (by ID) and get_data_extension_rows_by_key (by external key) with support for pagination, filtering, sorting, and field selection.