Create an import template
Import Templates
Create an import template
Create an import template defining how files matching a filename pattern are mapped onto a warehouse resource for a given SFTP user.
POST
Create an import template
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
file_regexp | Yes | Regexp matched against incoming filenames |
ftp_user_id | Yes | SFTP user whose uploads this template processes |
template_type | No | One of the supported template types (see enum) |
account_id | No | Stock account the data belongs to |
mapping_group_id | No | MappingGroup (must have operation_type = ftp) |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Created successfully

