Tool to create a Salesforce record using the UI API. Use when you need to create any type of Salesforce record with layout metadata and formatted field values.
fieldsRequiredobjectDictionary mapping field API names to their values. Keys are field API names (e.g., 'Name', 'FirstName', 'AccountId') and values are the data to set for those fields. Custom fields (ending in '__c') should be passed as direct key-value pairs, not nested under a 'CustomFields' ke…
api_nameRequiredstringThe API name of the Salesforce object to create (e.g., 'Account', 'Contact', 'Opportunity', 'ContentNote').
allow_save_on_duplicatebooleanControls whether to allow saving when duplicates are detected. Note: Not currently supported in Lightning Web Components createRecord function.
composio_execution_messagestringInternal message about input processing performed during execution.
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.