Skip to main content
Server path: /salesforce-sandbox | Type: Application | PCID required: Yes Sandbox environment for development and testing

Tools

ToolDescription
salesforce_sandbox_create_accountCreate a new account in Salesforce Sandbox
salesforce_sandbox_create_contactCreate a new contact in Salesforce Sandbox
salesforce_sandbox_create_leadCreate a new lead in Salesforce Sandbox
salesforce_sandbox_create_opportunityCreate a new opportunity in Salesforce Sandbox
salesforce_sandbox_execute_soqlExecute a SOQL query in Salesforce Sandbox
salesforce_sandbox_deploy_metadataDeploy metadata to Salesforce Sandbox

salesforce_sandbox_create_account

Create a new account in Salesforce Sandbox Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesAccount name
typestringNoAccount type
industrystringNoIndustry
websitestringNoWebsite URL
phonestringNoPhone number
billingStreetstringNoBilling street address
billingCitystringNoBilling city
billingStatestringNoBilling state
billingPostalCodestringNoBilling postal code
billingCountrystringNoBilling country

salesforce_sandbox_create_contact

Create a new contact in Salesforce Sandbox Parameters:
ParameterTypeRequiredDefaultDescription
firstNamestringYesContact first name
lastNamestringYesContact last name
emailstringNoEmail address
phonestringNoPhone number
accountIdstringNoAssociated account ID
titlestringNoJob title
departmentstringNoDepartment

salesforce_sandbox_create_lead

Create a new lead in Salesforce Sandbox Parameters:
ParameterTypeRequiredDefaultDescription
firstNamestringYesLead first name
lastNamestringYesLead last name
companystringYesCompany name
emailstringNoEmail address
phonestringNoPhone number
statusstringNoLead status
leadSourcestringNoLead source

salesforce_sandbox_create_opportunity

Create a new opportunity in Salesforce Sandbox Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesOpportunity name
accountIdstringYesAssociated account ID
amountnumberNoOpportunity amount
closeDatestringYesClose date (YYYY-MM-DD)
stageNamestringYesSales stage name
probabilitynumberNoProbability percentage
typestringNoOpportunity type

salesforce_sandbox_execute_soql

Execute a SOQL query in Salesforce Sandbox Parameters:
ParameterTypeRequiredDefaultDescription
querystringYesSOQL query to execute
includeDeletedbooleanNofalseInclude deleted records

salesforce_sandbox_deploy_metadata

Deploy metadata to Salesforce Sandbox Parameters:
ParameterTypeRequiredDefaultDescription
metadataTypestringYesType of metadata to deploy
metadataXmlstringYesMetadata XML content
testLevelstringNo"RunLocalTests"Test level for deployment