Tool to push records to an Algolia task by task ID. Use when you need to send data to a configured ingestion task. Note: tasks with source type 'json' cannot use this endpoint.
watchbooleanWhen true, the push operation will be synchronous and the API will wait for the ingestion to finish before responding.
actionRequiredstringWhich indexing operation to perform: - addObject: adds records to an index (with auto-generated object ID) - updateObject: adds or replaces records in an index - partialUpdateObject: adds or updates attributes (creates if not exists) - partialUpdateObjectNoCreate: same as partia…
taskIDRequiredstringUnique identifier of the task (UUID format).
recordsRequiredarrayArray of records to push. Each record must include an 'objectID' field. Additional fields depend on your index schema. Note: tasks with source type 'json' cannot use the push endpoint.
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.