This action will create a new import.
- API endpoint slug
- csvbox.create_csv_import
- Filter code method
- Csvbox.createCsvImport.skip(string?: reason)
- Runtime method
- runAction("csvbox.create_csv_import", {})
Action fields
- Label
- Public CSV file URL
- Helper text
- Paste the direct link to your publicly accessible CSV file.
- Slug
- public_file_url
- Required
- true
- Can have default value
- true
- Filter code method
- Csvbox.createCsvImport.setPublicFileUrl(string: public_file_url)
- Label
- Sheet license key
- Helper text
- Enter the license key for the sheet you want to import.
- Slug
- sheet_license_key
- Required
- true
- Can have default value
- true
- Filter code method
- Csvbox.createCsvImport.setSheetLicenseKey(string: sheet_license_key)