Open Connector
所有 Tools

Mixpanel

Connect to Mixpanel to query product analytics events, insights, funnels, retention, and cohorts.

mixpanelv1.0.08 个 Tools

认证方式

方式底层类型状态说明
Basic Authbasicavailable

调用示例

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: "MIXPANEL_LIST_COHORTS",  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("MIXPANEL_LIST_COHORTS", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute MIXPANEL_LIST_COHORTS --data '{ }'

Tool 目录

可用 Tools

8 个可调用操作

List cohortsMIXPANEL_LIST_COHORTSLists Mixpanel cohorts for a project.

Lists Mixpanel cohorts for a project.

认证

需要 Connected Account

Tags

Cohorts
List saved funnelsMIXPANEL_LIST_SAVED_FUNNELSLists saved Mixpanel funnel reports for a project.

Lists saved Mixpanel funnel reports for a project.

认证

需要 Connected Account

Tags

Funnels
List top event propertiesMIXPANEL_LIST_TOP_EVENT_PROPERTIESLists top properties for a Mixpanel event.

Lists top properties for a Mixpanel event.

认证

需要 Connected Account

Tags

Events
List top eventsMIXPANEL_LIST_TOP_EVENTSLists top events for a Mixpanel project.

Lists top events for a Mixpanel project.

认证

需要 Connected Account

Tags

Events
Query event countsMIXPANEL_QUERY_EVENT_COUNTSQueries Mixpanel event counts over a date range.

Queries Mixpanel event counts over a date range.

认证

需要 Connected Account

Tags

Events
Query a funnel reportMIXPANEL_QUERY_FUNNEL_REPORTRuns a saved Mixpanel funnel report.

Runs a saved Mixpanel funnel report.

认证

需要 Connected Account

Tags

Funnels
Query a saved Insights reportMIXPANEL_QUERY_INSIGHTS_REPORTRuns a saved Mixpanel Insights report. Requires a Mixpanel project ID and the saved report identifier.

Runs a saved Mixpanel Insights report. Requires a Mixpanel project ID and the saved report identifier.

认证

需要 Connected Account

Tags

Reports
Query retentionMIXPANEL_QUERY_RETENTION_REPORTQueries Mixpanel retention for a born event and return event.

Queries Mixpanel retention for a born event and return event.

认证

需要 Connected Account

Tags

Retention

Provider 资源