data360-activate

Creates and manages Salesforce Data Cloud activations, activation targets, and data actions for downstream delivery.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Build --skill data360-activate-padjei
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: data360-activate
Source: https://github.com/padjei/SF_Build/tree/main/.claude/skills/data360-activate
Command: npx skills add https://github.com/padjei/SF_Build --skill data360-activate-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Delivering Data Cloud segments and insights to downstream platforms requires coordinating activation targets, data action targets, and destination configuration, and misconfigured or premature activation attempts fail without clear guidance. ## Core Features & Use Cases - Activation Management: Create, list, and inspect activations and activation targets via the sf data360 CLI plugin. - Data Action Delivery: Configure data action targets and data actions to push Data Cloud outputs into external systems. - Readiness Diagnosis: Run a shared org readiness classifier for the act phase before mutating activation assets. - Use Case: A user with a published segment asks to activate it to an ad platform; the skill inspects existing platforms and targets, creates the destination target, creates the activation, and verifies downstream readiness. ## Quick Start Ask the assistant to activate a published Data Cloud segment to a downstream platform in your target org.

Frequently Asked Questions about data360-activate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I activate a Data Cloud segment to a downstream platform?▼

First verify the segment is published and healthy, then inspect available platforms with sf data360 activation platforms, create an activation target, and finally create the activation with sf data360 activation create. Verify readiness by listing activations afterward.

What is the difference between an activation target and a data action target in Data Cloud?▼

Activation targets define destinations for audience activations, while data action targets define endpoints for event-driven data actions. Both are created before their respective activation or data action resources using definition JSON files.

What do I need before creating a Data Cloud activation?▼

You need a Data Cloud-enabled org, the external sf data360 CLI plugin installed, and a published upstream segment. The skill also recommends running the diagnose-org readiness classifier for the act phase before mutating any activation assets.

Why does my activation fail with CdpActivationTarget or CdpActivationExternalPlatform errors?▼

These errors mean the activation surface is gated for the current org or user. Instead of retrying, review activation setup, user permissions, and destination configuration to resolve the gating issue.

When should I not use this activation workflow?▼

Do not use it for building segments or insights, which belongs to segmentation work, or for query and search index tasks. It also does not cover base connection setup or data ingestion, which are earlier lifecycle phases.