Open Connector
所有 Tools

Algolia Insights

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

algolia-insightsv1.0.07 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 目录

可用 Tools

7 个可调用操作

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Tags

insights

Provider 资源