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.

NameTypeDescription
UUIDstringA unique identifier for the importer, generated by Capyflow.
NamestringThe name of the importer
Public namestringThe public name of the importer
DescriptionstringA description of the importer, can be null or blank
SchemaSchemaThe schema associated with the importer
Data delivery methodstringThe method by which data is delivered, default is WEBHOOK
Webhook target URLURLThe endpoint for the webhook target

If you select “No schema” for the schema field, the mapping and data validation will be skipped.