Tool to create a new extractor. Use when you need to define a custom document parser with specific fields and extraction rules, typically derived from a base extractor.
nameRequiredstringName of the extractor to be created.
categorystringCategory to organize the extractor under.
namePluralstringPlural form of the extractor name. If not provided, defaults to adding 's' to the name.
fieldGroupsarrayList of field groups defining the data structure to extract. Each field group must have 'label' and 'fields' properties.
validatablebooleanWhether documents using this extractor can be validated. If true, enables validation workflows.
organizationRequiredstringUnique identifier of the organization where the extractor will be created. Obtain this from the Get Organization action.
baseExtractorstringIdentifier of the base extractor to derive from. Common base extractors include 'resume', 'invoice', 'job-description'. If provided, the new extractor will inherit fields and behavior from this base extractor.
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.