Importer
A Capyflow importer is the entity that handles the import. It’s a configuration that contains a schema, some branding variables, and the data delivery configuration. The importer generates an import portal from the configuration and produces import attempts when your users import a file.
Name | Type | Description |
---|---|---|
UUID | string | A unique identifier for the importer, generated by Capyflow. |
Name | string | The name of the importer |
Public name | string | The public name of the importer |
Description | string | A description of the importer, can be null or blank |
Schema | Schema | The schema associated with the importer |
Data delivery method | string | The method by which data is delivered, default is WEBHOOK |
Webhook target URL | URL | The endpoint for the webhook target |
If you select “No schema” for the schema field, the mapping and data validation will be skipped.