Skip to main content

Create account

The Salesforce create account action creates new Account records in your connected Salesforce org. This is a write-only action that creates new records each time it runs and does not update or delete existing accounts. Design workflows carefully to avoid unintentional duplicates and respect your organization's validation rules.

Prerequisites

  • Your Salesforce org must be connected as a data source in Glean, and an admin must enable the Salesforce action pack and complete Salesforce Actions Setup including OAuth configuration.

  • Users must authenticate for Salesforce actions on first use.

Supported parameters

ParameterTypeDescription
Billing postal codeStringBilling address postal/zip code. Examples: "94105" "10001" "60601"
FaxIntegerFax number. Examples: "(555) 123-4568" "+1-800-555-0124"
Shipping cityStringShipping address city. Examples: "San Francisco" "New York" "Chicago"
Shipping countryStringShipping address country. Examples: "USA" "United States" "Canada" "UK"
Shipping stateStringShipping address state/province. Examples: "CA" "NY" "IL" "California" "New York" "Illinois"
DescriptionStringText description of the account. Examples: "Leading provider of cloud solutions" "Fortune 500 company specializing in consumer goods"
IndustryStringIndustry the account belongs to. Examples: "Agriculture" "Banking" "Biotechnology" "Communications" "Construction" "Consulting"
Parent IDIntegerID of the parent account if this is a subsidiary. Must be a valid Salesforce Account Id (15- or 18-character). Examples: "001XXXXXXXXXXXXXXX" "001xx000003DGgPAAW"
Shipping streetStringShipping address street. Examples: "123 Main St" "456 Enterprise Blvd Suite 200"
Sic descStringStandard Industrial Classification (SIC) description. Examples: "Business Services" "Manufacturing"
Account sourceStringSource of the account. Examples: "Advertisement" "Employee Referral" "External Referral" "Partner" "Public Relations" "Seminar - Internal" "Seminar - Partner" "Trade Show" "Web" "Word of mouth" "Other"
Billing countryStringBilling address country. Examples: "USA" "United States" "Canada" "UK"
Billing stateStringBilling address state/province. Examples: "CA" "NY" "IL" "California" "New York" "Illinois"
NameStringAccount name (required field in Salesforce). Examples: "Acme Corporation" "Global Enterprises Inc." "Tech Innovations Ltd."
TypeStringType of account. Examples: "Analyst" "Competitor" "Customer" "Integrator" "Investor" "Partner" "Press" "Prospect" "Reseller" "Other"
WebsiteStringCompany website URL. Examples: "https://www.example.com" "www.company.com"
Billing streetStringBilling address street. Examples: "123 Main St" "456 Enterprise Blvd Suite 200"
PhoneIntegerPhone
Shipping postal codeIntegerShipping address postal/zip code. Examples: "94105" "10001" "60601"
Number of employeesIntegerNumber of employees. Examples: 50 500 5000
Annual revenueIntegerEstimated annual revenue. Examples: 1000000 5000000 50000000
Billing cityStringBilling address city. Examples: "San Francisco" "New York" "Chicago"

Usage examples

  • "Create a new Salesforce account for Abc Corporation with website abc.com."

  • "Add a new account in Salesforce for TechStart Inc in the technology industry."

  • "Set up a Salesforce account for Global Solutions with 500 employees and annual revenue of $10M."

Troubleshooting

FAQs