Algolia Insights
Send and manage Algolia user events for click, conversion, and personalization analytics.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "ALGOLIA_INSIGHTS_CUSTOM_DELETE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("ALGOLIA_INSIGHTS_CUSTOM_DELETE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute ALGOLIA_INSIGHTS_CUSTOM_DELETE --data '{ }'Tool catalog
Available tools
7 callable operations
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_DELETEThis method lets you send requests to the Algolia REST API.Connection
This method lets you send requests to the Algolia REST API.
Authentication
Connected account requiredTags
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_GETThis method lets you send requests to the Algolia REST API.Connection
This method lets you send requests to the Algolia REST API.
Authentication
Connected account requiredTags
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_POSTThis method lets you send requests to the Algolia REST API.Connection
This method lets you send requests to the Algolia REST API.
Authentication
Connected account requiredTags
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_PUTThis method lets you send requests to the Algolia REST API.Connection
This method lets you send requests to the Algolia REST API.
Authentication
Connected account requiredTags
Delete user token eventsALGOLIA_INSIGHTS_DELETE_USER_TOKENDeletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.Connection
Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
Authentication
Connected account requiredTags
Send eventsALGOLIA_INSIGHTS_PUSH_EVENTSSends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2 MB.Connection
Sends a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2 MB.
Authentication
Connected account requiredTags
Switch the API key used to authenticate requestsALGOLIA_INSIGHTS_SET_CLIENT_API_KEYSwitch the API key used to authenticate requests.Connection
Switch the API key used to authenticate requests.
Authentication
Connected account requiredTags