To mark an account as successfully transferred in SAP Customer Data Cloud after updating an external database, you need to update the account's status using theaccounts.setAccountInfoAPI. This API allows you to modify account attributes, such as marking the account as transferred.
Option A:accounts.setSchemais used to define or modify the schema of account objects, not to update individual account data.
Option B & C:accounts.webhooks.setis not a valid API endpoint in SAP Customer Data Cloud.
Option D:accounts.setAccountInfois the correct API to use, as it allows you to update account attributes using the UID from the notification and a valid bearer token for authentication.
SAP Customer Data Cloud References:
API Reference - accounts.setAccountInfo.
Webhooks Integration Guide.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit