-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
klipfolio
URLs
Actions
add-data-source
Prompt
Allows the addition of data to a specific data source. You'll need to set the 'source' prop with the identifier of the data source, and the optional 'data' prop where you can specify the data to include.
refresh-data-source
Prompt
Triggers a refresh for a designated data source. Requires the 'source' prop to indicate which data source to refresh. An optional 'refreshType' prop could be added to specify the type of refresh (e.g., full or partial).
update-data-source
Prompt
Replaces the data in a data source. The 'source' prop must be set with the identifier of the data source, with the 'data' prop specifying the new data to replace the old one.
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done