Creates a new contact in Salesforce with the specified information. Writes to live CRM data — obtain explicit user confirmation before executing. Failures may reflect org-specific validation rules, permission restrictions, or duplicate rules rather than invalid inputs.
emailstringContact's email address.
phonestringContact's primary phone number.
titlestringContact's job title.
birthdatestringContact's birthdate in YYYY-MM-DD format.
last_nameRequiredstringContact's last name (required field in Salesforce).
account_idstringID of the Account this contact is associated with.
departmentstringContact's department.
first_namestringContact's first name.
lead_sourcestringSource from which this contact originated.
mailing_citystringContact's mailing city.
mobile_phonestringContact's mobile phone number.
custom_fieldsobjectDictionary of custom field API names and their values. Custom field names typically end with '__c' (e.g., 'Level__c', 'Languages__c').
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.