Skip to main content
Glama

salesforce_backup

Back up Salesforce data and file attachments asynchronously. Choose full, incremental, or files-only backups with configurable options for objects, compression, and parallel downloads.

Instructions

Start comprehensive backups of Salesforce data including all file attachments. Runs asynchronously in background - returns immediately with job ID. Check progress with salesforce_backup_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backup_typeNoType of backup to perform: 'full' backs up everything, 'incremental' backs up changes since a date, 'files_only' backs up just attachmentsincremental
include_filesNoInclude modern Files (ContentDocument/ContentVersion) in backup
include_attachmentsNoInclude legacy Attachment files in backup
include_documentsNoInclude Document object files in backup
objects_filterNoSpecific objects to backup (empty array = all objects). Example: ['Account', 'Contact', 'CustomObject__c']
since_dateNoISO date for incremental backup - only backup records modified after this date. Format: YYYY-MM-DDTHH:mm:ss.sssZ
compressionNoCompress backup files with gzip to save space
parallel_downloadsNoNumber of parallel file downloads (1-10). Higher values = faster but more API usage

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiondaDotCom/mcp-salesforce'

If you have feedback or need assistance with the MCP directory API, please join our Discord server