salesforce
SKILL.md
Salesforce
Integrate with Salesforce for CRM operations. Use when you need to: (1) create and query Salesforce records, (2) manage accounts and opportunities, or (3) automate sales workflows.
Input
Provide input as JSON:
{
"record_type": "Type of CRM record to create (e.g., Lead, Contact, Account, Opportunity)",
"record_data": "JSON data for the new record (e.g., {\"FirstName\": \"John\", \"LastName\": \"Doe\", \"Company\": \"Acme Corp\", \"Email\": \"john@acme.com\"})",
"query_criteria": "Search criteria for querying records (e.g., company name, email domain, date range)"
}