What it does
Algolia searches indexes and upserts / deletes records via the Algolia REST API.
Setup
- In Algolia → Settings → Team and Access → API Keys, copy your Application ID and an Admin API Key (or Search-only key for reads).
- In FlowFn, go to Platform Tools → Algolia → Connect and provide application_id + api_key.
Actions
- Search Index, Save Object, Delete Object
Notes
Reads go to {app_id}-dsn.algolia.net, writes to {app_id}.algolia.net. Save/delete require Admin API Key.