Salesforce · Arazzo Workflow
Salesforce Marketing Cloud Upsert and Read Data Extension Rows
Version 1.0.0
Authenticate, upsert rows into a Data Extension, then read the rows back.
View Spec
View on GitHub
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
manage-data-extension
Upsert rows into a Data Extension and read a page of rows back.
Acquires an access token, inserts or upserts the supplied rows into the Data Extension identified by its external key, then reads a page of rows from the same Data Extension to verify the write.
1
authenticate
Obtain an OAuth 2.0 access token using the client credentials grant for server-to-server access to the Marketing Cloud REST API.
2
upsertRows
Insert or upsert the supplied rows into the Data Extension identified by its external key. Rows matching an existing primary key are updated.
3
readRows
Read a page of rows back from the Data Extension to confirm the upserted data is present.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.