Tool to create a new ingestion task connecting a source to a destination in Algolia. Use when you need to set up data synchronization between a source and an Algolia index.
cronstringCron expression for the task's schedule. Use standard cron syntax to define when the task should run automatically.
inputobjectConfiguration of the task input, depending on its type. Structure varies: for streaming input use 'mapping' object, for docker streams use 'streams' array, for Shopify use 'metafields' array and 'market' object.
actionRequiredstringAction to perform on the Algolia index. Defines how records are updated: 'replace' replaces all records, 'save' adds or updates records, 'partial' updates specific attributes, 'partialNoCreate' updates without creating, 'append' adds new records.
cursorstringDate and time when the last cursor was created, in RFC 3339 format. Used for incremental data synchronization.
enabledbooleanWhether the task is enabled. If false, the task will not run automatically even if scheduled.
policiesobjectSet of rules for a task.
sourceIDRequiredstringUniversally unique identifier (UUID) of a source resource.
destinationIDRequiredstringUniversally unique identifier (UUID) of a destination resource.
notificationsobjectNotification settings for a task.
failureThresholdintegerMaximum accepted percentage of failures for a task run to finish successfully. Task will fail if failure rate exceeds this threshold.
subscriptionActionstringAction to perform on the Algolia index.
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.