refresh-data-cloud-components

Automate Data Cloud component refreshes via Salesforce Connect API with status checks.

4|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill refresh-data-cloud-components
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh-data-cloud-components
Source: https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail/tree/main/.claude/skills/refresh-data-cloud-components
Command: npx skills add https://github.com/salesforce-misc/Data360AgentforceSolutionKitRetail --skill refresh-data-cloud-components

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of manually refreshing Data Cloud components, such as Identity Resolution, Calculated Insights, and Segments, by automating the process in a specific sequence.

Core Features & Use Cases

  • Automated Component Refresh: Automatically refreshes Identity Resolution, Calculated Insights (one-by-one), and Segment in the correct sequence.
  • Status Checking: Provides real-time status updates for each component's refresh process.
  • Retry Mechanism: Implements a retry mechanism for failed refresh attempts.

Quick Start

Run the refresh-data-cloud-components skill to refresh all required Data Cloud components in the correct sequence.

Frequently Asked Questions about refresh-data-cloud-components

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

FAQPage Schema
How do I automate Data Cloud component refreshes for Identity Resolution, Calculated Insights, and Segments?

You can automate Data Cloud component refreshes by executing a script that uses Salesforce Connect API and REST calls to update Identity Resolution, Calculated Insights, and Segments sequentially. The skill handles this entire process automatically with real-time status checks.

In what sequence should I refresh Data Cloud components like Identity Resolution and Calculated Insights?

Data Cloud components should be refreshed in a specific sequence: Identity Resolution first, then Calculated Insights one-by-one, and finally Segment. Refreshing them in this order ensures data dependencies are resolved correctly before downstream components are updated.

What's the best way to handle failed Data Cloud segment or calculated insights refresh attempts?

The best way to handle failed Data Cloud refresh attempts is to use an automated retry mechanism. This skill implements retries for failed refreshes while providing real-time status updates to monitor the success of each Identity Resolution, Calculated Insights, and Segment update.

Do I need specific Salesforce permissions to refresh Data Cloud components automatically?

Yes, you need Salesforce org access and specific permissions to manage Data Cloud components. The automated refresh process relies on making authorized Salesforce Connect API and REST calls, which require appropriate user permissions for Identity Resolution, Calculated Insights, and Segment operations.

Why does my Calculated Insights refresh fail when run before Identity Resolution in Data Cloud?

Calculated Insights refreshes may fail if run before Identity Resolution because Data Cloud components have sequential data dependencies. Identity Resolution must process unified customer data first, so Calculated Insights and Segments can accurately calculate and segment based on resolved identities.