Actions21
- Attachment Actions
- Directory Actions
- Data Import/Export Task Actions
- File Actions
- Record Actions
Overview
This node interacts with the Caspio REST API to run a Data Import/Export Task identified by a unique external key. It is useful for automating data import or export processes within Caspio, allowing users to trigger these tasks programmatically as part of a workflow. For example, a user can automate the export of data from Caspio to another system or import data into Caspio on a scheduled basis or in response to other events.
Use Case Examples
- Trigger a data export task in Caspio to retrieve updated records for reporting.
- Run a data import task to update Caspio tables with new data from an external source.
Properties
| Name | Meaning |
|---|---|
| External Key | The unique external key identifier for the Data Import/Export Task to be run. |
Output
JSON
taskRunStatus- The status or result of the task run operation.taskRunDetails- Additional details or response data from running the task.
Dependencies
- Requires Caspio OAuth2 API credentials for authentication to access the Caspio REST API.
Troubleshooting
- Ensure the External Key provided is correct and corresponds to an existing Data Import/Export Task in Caspio.
- Authentication errors may occur if the OAuth2 credentials are invalid or expired; re-authenticate if needed.
- API rate limits or network issues may cause failures; check connectivity and Caspio API status.
Links
- Caspio n8n Integration Documentation - Official documentation for integrating Caspio with n8n, including usage of this node.