Caspio icon

Caspio

Interact with Caspio REST API.

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

  1. Trigger a data export task in Caspio to retrieve updated records for reporting.
  2. 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

Discussion