salesforce_refresh_dashboard
Initiate a dashboard refresh in Salesforce or check its refresh status. Provide a dashboard ID and specify operation to trigger or monitor progress.
Instructions
Refresh a Salesforce dashboard or check its refresh status.
Examples:
Trigger a dashboard refresh:
operation: "refresh"
dashboardId: "01Zxx000000XXXXX"
Check refresh status:
operation: "status"
dashboardId: "01Zxx000000XXXXX"
Notes:
The "refresh" operation triggers a refresh and returns a status URL
The "status" operation returns per-component refresh status and data status
Use salesforce_run_analytics with type "dashboard" to retrieve the updated data after refresh completes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Operation: "refresh" to trigger a refresh, "status" to check refresh progress | |
| dashboardId | Yes | The 15 or 18-character Salesforce dashboard ID |