AlgoliaAlgolia / Create Objects

appKey: algolia
actionKey: create-objects

Action Inputs

The following parameters are available when configuring this action:
indexName
Index Name
The name of the index to add objects to
string
objects
Objects
An array of JavaScript objects to add to the selected index
string
autoGenerateObjectIDIfNotExist
Generate Object Ids When Not Present
Create an objectId when that property is not present in the items of the Objects array
boolean | undefined