Save CSV import log to Evernote
This trigger fires when a new CSV file is successfully imported via CSVbox.
Developer info
- API endpoint slug
- csvbox.new_thing_created
Trigger fields
Sheet name Text input > Other
- Label
- Which sheet?
- Helper text
- Enter the sheet name from your CSVbox dashboard. Leave blank to trigger for all sheets.
- Slug
- sheet_name
- Required
- true
- Can have default value
- true
Ingredients
Created at The date and time the CSV import was completed
- Slug
- created_at
- Filter code
- Csvbox.newThingCreated.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Import The unique identifier of the CSV import.
- Slug
- import_id
- Filter code
- Csvbox.newThingCreated.ImportId
- Type
- String
- Example
- 79418895
Sheet The unique ID of the CSVbox sheet.
- Slug
- sheet_id
- Filter code
- Csvbox.newThingCreated.SheetId
- Type
- String
- Example
- 575
Sheet name The name of the CSVbox sheet.
- Slug
- sheet_name
- Filter code
- Csvbox.newThingCreated.SheetName
- Type
- String
- Example
- Products Import
Destination type The destination configured for this import.
- Slug
- destination_type
- Filter code
- Csvbox.newThingCreated.DestinationType
- Type
- String
- Example
- webhook
Import start time The timestamp when the import started.
- Slug
- import_start_time
- Filter code
- Csvbox.newThingCreated.ImportStartTime
- Type
- String
- Example
- 87987897897
Row count The total number of rows successfully imported.
- Slug
- row_count
- Filter code
- Csvbox.newThingCreated.RowCount
- Type
- String
- Example
- 140
Applets using this Trigger
-
-
Tweet when CSV is imported in CSVbox
-
Send Teams message when CSV is imported in CSVbox
-
Save CSV import log to Google Drive
-
Save CSV import log to Dropbox
-
Send webhook when CSV is imported in CSVbox
-
Create Trello card when CSV is imported in CSVbox
-
Create calendar event when CSV is imported in CSVbox
-
Send Slack message when CSV is imported in CSVbox
-
Log CSV imports to Google Sheets
-
Get notified when CSV is imported in CSVbox
-
Get email when CSV is imported in CSVbox
