Configure Change Data Capture
sf_configure_change_data_captureEnable Change Data Capture for Salesforce objects to publish record change events to the ChangeEvents channel via the 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'] |