Configure Change Data Capture
sf_configure_change_data_captureEnable Change Data Capture for specified Salesforce objects, publishing record changes to the /data/ChangeEvents channel via Metadata API.
Instructions
Enables Change Data Capture (CDC) for the specified Salesforce objects via the Metadata API. CDC publishes change events to the /data/ChangeEvents channel when records are created, updated, deleted, or undeleted. Provide an array of object API names to enable CDC on. Standard and custom objects are supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | Object API names to enable CDC on, e.g. ['Account', 'Contact'] |