Creates a new record in a specified Fireberry table/module. Use this tool when you need to add new records to Fireberry (e.g., create a new account, contact, or deal). The created record will be returned with its system-generated ID and all default values populated. Common use c…
recordRequiredobjectDictionary of field names and values for the new record. Field names must match Fireberry's system field names (e.g., 'accountname', 'emailaddress1', 'telephone2'). Required fields depend on the table schema - typically the primary field (like 'accountname' for Account table) is…
table_nameRequiredstringName or numeric ID of the Fireberry object/table where the record will be created. Common examples: 'Account' (for accounts), 'Contact' (for contacts), or numeric IDs like '1', '2'. The name is case-sensitive.
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.