Open Connector
所有 Tools

Stay AI

Connect to Stay AI to manage subscription workflows, orders, catalog data, account settings, export jobs, portal links, and webhook subscriptions.

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

Tool 目录

可用 Tools

16 个可调用操作

Cancel SubscriptionSTAY_AI_CANCEL_SUBSCRIPTIONCancel Subscription

Cancel Subscription

认证

需要 Connected Account

Tags

cancel
Change FrequencySTAY_AI_CHANGE_FREQUENCYChange Frequency

Change Frequency

认证

需要 Connected Account

Tags

change
Create Webhook SubscriptionSTAY_AI_CREATE_WEBHOOK_SUBSCRIPTIONCreate Webhook Subscription

Create Webhook Subscription

认证

需要 Connected Account

Tags

create
Delete Webhook SubscriptionSTAY_AI_DELETE_WEBHOOK_SUBSCRIPTIONDelete Webhook Subscription

Delete Webhook Subscription

认证

需要 Connected Account

Tags

delete
Export DataSTAY_AI_EXPORT_DATAThis page will help you get started with Export Data.

This page will help you get started with Export Data.

认证

需要 Connected Account

Tags

export
Generate Portal LinkSTAY_AI_GENERATE_PORTAL_LINKGenerate Portal Link

Generate Portal Link

认证

需要 Connected Account

Tags

generate
Query Entire CatalogSTAY_AI_GET_CATALOGRetrieve the details for the products in your catalog.

Retrieve the details for the products in your catalog.

认证

需要 Connected Account

Tags

get
Query Product in CatalogSTAY_AI_GET_SHOPIFY_PRODUCT_IDRetrieve Details for a specific product and its variants from your catalog.

Retrieve Details for a specific product and its variants from your catalog.

认证

需要 Connected Account

Tags

get
Get Webhook SubscriptionsSTAY_AI_GET_WEBHOOK_SUBSCRIPTIONSGet Webhook Subscriptions

Get Webhook Subscriptions

认证

需要 Connected Account

Tags

get
Query Account SettingsSTAY_AI_QUERY_ACCOUNT_SETTINGSQuery Account Settings

Query Account Settings

认证

需要 Connected Account

Tags

query
Query All SubscriptionsSTAY_AI_QUERY_ALL_SUBSCRIPTIONSQuery All Subscriptions

Query All Subscriptions

认证

需要 Connected Account

Tags

query
Query OrdersSTAY_AI_QUERY_ORDERSQuery Orders

Query Orders

认证

需要 Connected Account

Tags

query
Query Subscription by IDSTAY_AI_QUERY_SUBSCRIPTION_BY_IDQuery Subscription by ID

Query Subscription by ID

认证

需要 Connected Account

Tags

query
Remove LinesSTAY_AI_REMOVE_LINESRemove Lines

Remove Lines

认证

需要 Connected Account

Tags

remove
Update LineSTAY_AI_UPDATE_LINEUpdate Line

Update Line

认证

需要 Connected Account

Tags

update
Update Order NotesSTAY_AI_UPDATE_ORDER_NOTESUpdate Order Notes

Update Order Notes

认证

需要 Connected Account

Tags

update

Provider 资源