This tool creates a new data source in Klipfolio. It uses the POST /datasources endpoint to add a data source with required parameters (name, format, connector, endpointUrl) and optional parameters (description, refreshInterval, method, additionalProperties).
nameRequiredstringThe name of the data source
formatRequiredstringThe format of the data source (e.g., csv, json, xml)
methodstringThe HTTP method to use for the data source
connectorRequiredstringThe connector type (e.g., simple_rest, google_analytics, etc.)
descriptionRequiredstringA description of the data source
endpoint_urlRequiredstringThe URL endpoint for the data source
refresh_intervalintegerThe refresh interval in seconds
additional_propertiesobjectAdditional properties specific to the connector type
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.