Creates a new account in Salesforce with the specified information. Returns the created Account's ID at `data.response_data.id`.
faxstringFax number.
nameRequiredstringAccount name (required field in Salesforce).
typestringType of account.
phonestringMain phone number.
websitestringCompany website URL.
industrystringIndustry the account belongs to.
sic_descstringStandard Industrial Classification (SIC) description.
parent_idstringID of the parent account if this is a subsidiary. Must be a valid Salesforce Account Id (15- or 18-character).
descriptionstringText description of the account.
billing_citystringBilling address city.
billing_statestringBilling address state/province. For US/Canada addresses, use full state/province names (e.g., 'California', 'New York', 'Ontario') or abbreviations ('CA', 'NY') which are auto-converted. For other countries, leave empty unless you know the exact valid picklist value for your Sal…
custom_fieldsobjectCustom fields to set on the account. Use Salesforce API field names (e.g., 'Level__c', 'Languages__c'). Values can be strings, numbers, booleans, or null.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.