Open Connector
All tools

Algolia Insights

Send and manage Algolia user events for click, conversion, and personalization analytics.

algolia-insightsv1.0.07 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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.

This method lets you send requests to the Algolia REST API.

Authentication

Connected account required

Tags

insights
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_GETThis method lets you send requests to the Algolia REST API.

This method lets you send requests to the Algolia REST API.

Authentication

Connected account required

Tags

insights
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_POSTThis method lets you send requests to the Algolia REST API.

This method lets you send requests to the Algolia REST API.

Authentication

Connected account required

Tags

insights
Send requests to the Algolia REST APIALGOLIA_INSIGHTS_CUSTOM_PUTThis method lets you send requests to the Algolia REST API.

This method lets you send requests to the Algolia REST API.

Authentication

Connected account required

Tags

insights
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.

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 required

Tags

insights
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.

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 required

Tags

insights
Switch the API key used to authenticate requestsALGOLIA_INSIGHTS_SET_CLIENT_API_KEYSwitch the API key used to authenticate requests.

Switch the API key used to authenticate requests.

Authentication

Connected account required

Tags

insights

Provider resources