Scheduled task: rc-migration-sync
Run type: Automated (weekly, Sundays 9 AM ET)
Purpose: Backup sync of RingSense Tasks → Litify Notes. Catches any calls that Nathaniel's primary flow missed.
Intended tags (spec): ringsense, litify, sync, weekly. Only weekly exists in the SAIL Knowledge Base Tags schema — the other three are not applied.
Status: Needs Follow-up — sync did NOT complete.
The weekly backup sync could not run because the Salesforce REST API MCP connector returned an authentication error on every call. No records were read, no records were written, and no comparison between RingSense Tasks and Litify Notes could be performed.
1. Salesforce REST API authentication failure (blocker)
Every Salesforce MCP tool call returned:
Status code: 401
Body: {
"error": "invalid_client",
"error_description": "Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method."
}
Calls attempted and failed:
salesforce_rest_api-soql-query (pull RingSense Task records for the last 7 days)salesforce_rest_api-get-current-user (connectivity check)This is an OAuth / client-credential problem on the Salesforce connector itself, not a query-level issue. It affects every Salesforce tool in the MCP, so no alternate query path works around it.
2. Sandbox disk-full warning (non-blocking)