Create a new processor in Extend, optionally cloning from an existing processor.
This endpoint allows you to create a new processor or clone an existing one. Typically processors are created and configured in the Extend Studio, but this endpoint can be used to create processors programmatically in order to sync ID’s across systems.
The name of the new processor.
The type of the processor.
The ID of an existing processor to clone. If provided, a new processor will be created that clones the config of this processor.
Whether to enable JSON Schema config type for the processor. This is only necessary if you have access to the legacy “Fields Array” config type. See if you have access here.
A true or false value indicating whether the processor was created successfully or not.
A Processor object representing the newly created processor. See the DocumentProcessor object for more details.
Will be false
if the request failed.
A description of the error that occurred.
Create a new processor in Extend, optionally cloning from an existing processor.
This endpoint allows you to create a new processor or clone an existing one. Typically processors are created and configured in the Extend Studio, but this endpoint can be used to create processors programmatically in order to sync ID’s across systems.
The name of the new processor.
The type of the processor.
The ID of an existing processor to clone. If provided, a new processor will be created that clones the config of this processor.
Whether to enable JSON Schema config type for the processor. This is only necessary if you have access to the legacy “Fields Array” config type. See if you have access here.
A true or false value indicating whether the processor was created successfully or not.
A Processor object representing the newly created processor. See the DocumentProcessor object for more details.
Will be false
if the request failed.
A description of the error that occurred.