Hi, I am trying to programmatically trigger a Batch DMO Activation Publish via the Data Cloud Connect REST API in a Developer Edition org, but I keep getting the following error: [{"errorCode":"INVALID_API_INPUT","message":"com.salesforce.cdp.connectapi.activation.enablebatchdmoactivationpublish gate is not open"}] Endpoint used: POST {instance_url}/services/data/v66.0/ssot/activations/{activationId}/actions/publish Setup: - Connected App with OAuth Scopes: api, full, cdp_api - Client Credentials Flow enabled with Integration User (Salesforce License) - Integration User has Data Cloud Activation Manager Permission Set - Token successfully issued (scope: api cdp_api) - Activation type: Batch DMO Activation (created after October 2025 release) Tried the following: 1. Python REST API → same gate error 2. Salesforce Flow (Send to Data 360 Activation action) → same gate error 3. Both Segment Activation and DMO Activation → same error Questions: 1. Is "enablebatchdmoactivationpublish gate" available in Developer Edition? 2. Is this feature only available in paid/production orgs? 3. If so, is there any workaround to test API-based Activation Publish in DE? Thank you.
Batch DMO Activation Publish feature requires a production org or an org with specific entitlements/licenses that may not be available in Developer Edition.