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
AIAnalyticsCloudCommerceCRMCustomer 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
getAccessToken
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
insertDataExtensionRows
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
getDataExtensionRows
Read a page of rows back from the Data Extension to confirm the upserted data is present.
Source API Descriptions
openapi