Tool to add or replace a specific record in an index by objectID. If a record with the given objectID exists, it is replaced; otherwise, a new record is created. Use when you need to upsert an object with a known ID.
recordRequiredobjectRecord data to add or replace in the index. Can include any attributes. The objectID field in the record body is optional but should match the objectID parameter if provided.
object_idRequiredstringUnique record identifier. If a record with this objectID exists, it will be replaced; otherwise, a new record is created.
index_nameRequiredstringName of the index on which to perform the operation.
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.