Open Connector
所有 Tools

Pax8 logoPax8

Catalog 暂无描述。

pax8vcatalog-v130 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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

Tool 目录

可用 Tools

30 个可调用操作

Create CompanyPAX8_CREATE_COMPANYCreates a new company. You can optionally include contacts in the request body to create the company with contacts in a single request. If no contacts are provided, the company will be placed in an "inactive" status until the [company has primary contacts added](#tag/Contacts). Once contacts are added, the company will move to "Active".

Creates a new company. You can optionally include contacts in the request body to create the company with contacts in a single request. If no contacts are provided, the company will be placed in an "inactive" status until the [company has primary contacts added](#tag/Contacts). Once contacts are added, the company will move to "Active".

认证

需要 Connected Account

Tags

Companies
Create OrderPAX8_CREATE_ORDERCreate a new order. Currently NOT supported for scheduled orders(orders with a future date).

Create a new order. Currently NOT supported for scheduled orders(orders with a future date).

认证

需要 Connected Account

Tags

Orders
Delete ContactPAX8_DELETE_COMPANIES_COMPANY_ID_CONTACTS_CONTACT_IDDeletes a contact

Deletes a contact

认证

需要 Connected Account

Tags

Contacts
Cancel SubscriptionPAX8_DELETE_SUBSCRIPTIONS_SUBSCRIPTION_IDCancels the Subscription specified by subscriptionId

Cancels the Subscription specified by subscriptionId

认证

需要 Connected Account

Tags

Subscriptions
List ProductsPAX8_FIND_ALL_PRODUCTSReturns a paginated list of Pax8 products filtered by optional query parameters

Returns a paginated list of Pax8 products filtered by optional query parameters

认证

需要 Connected Account

Tags

Products
List CompaniesPAX8_FIND_COMPANIESReturns a paginated list of all your companies filtered by optional parameters

Returns a paginated list of all your companies filtered by optional parameters

认证

需要 Connected Account

Tags

Companies
Customizable ReportPAX8_FIND_FINANCE_REPORT_INVOICE_LINE_ITEMSReturns a customizable report of invoices line items matching the supplied search and filter criteria, along with optional faceted aggregations.

Returns a customizable report of invoices line items matching the supplied search and filter criteria, along with optional faceted aggregations.

认证

需要 Connected Account

Tags

Invoices
List OrdersPAX8_FIND_ORDERSReturns a paginated list of orders. Currently NOT supported for scheduled orders(orders with a future date).

Returns a paginated list of orders. Currently NOT supported for scheduled orders(orders with a future date).

认证

需要 Connected Account

Tags

Orders
Get Order By IDPAX8_FIND_ORDERS_BY_ORDER_IDReturns the Order record specified by OrderId. Currently NOT supported for scheduled orders

Returns the Order record specified by OrderId. Currently NOT supported for scheduled orders

认证

需要 Connected Account

Tags

Orders
List Draft Invoice ItemsPAX8_FIND_PARTNER_DRAFT_INVOICE_ITEMSFetch a paginated list of draft invoice items before they are finalized into invoices. Default page is 0 and default size is 10. The maximum page size is 200. DISCLAIMER: For future-dated items, the data represents a snapshot of charges that will be applied to a future invoice as of the request date. This is not an actual invoice. Clients should be aware that the final invoice generated on the 5th of the month may differ. This endpoint does not include charges for usage-based products billed in arrears. Tax calculations are based on current account taxability status and current month tax rates, both of which are subject to change for future invoices.

Fetch a paginated list of draft invoice items before they are finalized into invoices. Default page is 0 and default size is 10. The maximum page size is 200. DISCLAIMER: For future-dated items, the data represents a snapshot of charges that will be applied to a future invoice as of the request date. This is not an actual invoice. Clients should be aware that the final invoice generated on the 5th of the month may differ. This endpoint does not include charges for usage-based products billed in arrears. Tax calculations are based on current account taxability status and current month tax rates, both of which are subject to change for future invoices.

认证

需要 Connected Account

Tags

Invoices
List Invoice ItemsPAX8_FIND_PARTNER_INVOICE_ITEMSFetch a paginated list of invoice items. Default page is 0 and default size is 10. The maximum page size is 200

Fetch a paginated list of invoice items. Default page is 0 and default size is 10. The maximum page size is 200

认证

需要 Connected Account

Tags

Invoices
List InvoicesPAX8_FIND_PARTNER_INVOICESFetch a paginated list of invoices. Default page is 0 and default size is 10. The maximum page size is 200

Fetch a paginated list of invoices. Default page is 0 and default size is 10. The maximum page size is 200

认证

需要 Connected Account

Tags

Invoices
Get PricingPAX8_FIND_PRICING_BY_PRODUCT_IDReturns recommended pricing and partner cost for the specified productId. A products pricing is dynamic data.

Returns recommended pricing and partner cost for the specified productId. A products pricing is dynamic data.

认证

需要 Connected Account

Tags

Products
Get Product By IDPAX8_FIND_PRODUCT_BY_PRODUCT_IDReturns only the product record for the productId you specify

Returns only the product record for the productId you specify

认证

需要 Connected Account

Tags

Products
Get Product DependenciesPAX8_FIND_PRODUCT_DEPENDENCIES_BY_PRODUCT_IDReturns associated dependencies for the specified ```productId```. A products dependencies are dynamic data.

Returns associated dependencies for the specified ```productId```. A products dependencies are dynamic data.

认证

需要 Connected Account

Tags

Products
Get Provisioning DetailsPAX8_FIND_PROVISION_DETAILS_BY_PRODUCT_IDReturns provisioning details for the specified productId. Provisioning details for a product are dynamic data.

Returns provisioning details for the specified productId. Provisioning details for a product are dynamic data.

认证

需要 Connected Account

Tags

Products
Get Subscription By IDPAX8_FIND_SUBSCRIPTION_BY_SUBSCRIPTION_IDReturns the Subscription record specified by the subscriptionId

Returns the Subscription record specified by the subscriptionId

认证

需要 Connected Account

Tags

Subscriptions
Get Subscription HistoryPAX8_FIND_SUBSCRIPTION_HISTORY_BY_SUBSCRIPTION_IDReturns a list of changes for a subscription

Returns a list of changes for a subscription

认证

需要 Connected Account

Tags

Subscriptions
List Usage SummariesPAX8_FIND_SUBSCRIPTION_USAGE_SUMMARIESFetch a paginated list of usage summaries. Default page is 0 and default size is 10. The maximum page size is 200

Fetch a paginated list of usage summaries. Default page is 0 and default size is 10. The maximum page size is 200

认证

需要 Connected Account

Tags

Usage Summaries
Get Usage Summary By IDPAX8_FIND_SUBSCRIPTION_USAGE_SUMMARYFetch a paginated list of usage summaries. Default page is 0 and default size is 10. The maximum page size is 200

Fetch a paginated list of usage summaries. Default page is 0 and default size is 10. The maximum page size is 200

认证

需要 Connected Account

Tags

Usage Summaries
List SubscriptionsPAX8_FIND_SUBSCRIPTIONSFetch a paginated list of subscriptions. Default page is 0 and default size is 10. The maximum page size is 200

Fetch a paginated list of subscriptions. Default page is 0 and default size is 10. The maximum page size is 200

认证

需要 Connected Account

Tags

Subscriptions
List Usage Summary LinesPAX8_FIND_USAGE_LINESFetch a paginated list of usage lines. Default page is 0 and default size is 10. The maximum page size is 200

Fetch a paginated list of usage lines. Default page is 0 and default size is 10. The maximum page size is 200

认证

需要 Connected Account

Tags

Usage Summaries
Get Company By IDPAX8_GET_COMPANIES_COMPANY_IDReturns a single company record matching the ```companyId``` you specify

Returns a single company record matching the ```companyId``` you specify

认证

需要 Connected Account

Tags

Companies
List ContactsPAX8_GET_COMPANIES_COMPANY_ID_CONTACTSReturns a paginated list of contacts ordered by ```createDate``` descending

Returns a paginated list of contacts ordered by ```createDate``` descending

认证

需要 Connected Account

Tags

Contacts
Get Contact By IDPAX8_GET_COMPANIES_COMPANY_ID_CONTACTS_CONTACT_IDReturns a contact

Returns a contact

认证

需要 Connected Account

Tags

Contacts
Get Invoice By IDPAX8_GET_PARTNER_INVOICEFetch a paginated list of invoices. Default page is 0 and default size is 10. The maximum page size is 200

Fetch a paginated list of invoices. Default page is 0 and default size is 10. The maximum page size is 200

认证

需要 Connected Account

Tags

Invoices
Create ContactPAX8_POST_COMPANIES_COMPANY_ID_CONTACTSCreates a new Contact

Creates a new Contact

认证

需要 Connected Account

Tags

Contacts
Update ContactPAX8_PUT_COMPANIES_COMPANY_ID_CONTACTS_CONTACT_IDUpdate a contacts information

Update a contacts information

认证

需要 Connected Account

Tags

Contacts
Update CompanyPAX8_UPDATE_COMPANYUpdates an existing Company. ATTENTION - at least one parameter has to be modified.

Updates an existing Company. ATTENTION - at least one parameter has to be modified.

认证

需要 Connected Account

Tags

Companies
Update SubscriptionPAX8_UPDATE_SUBSCRIPTIONUpdates a subscription. Currently NOT supported for subscriptions with a future date. At least one of the following fields are required: Price, BillingTerm, Quantity, StartDate

Updates a subscription. Currently NOT supported for subscriptions with a future date. At least one of the following fields are required: Price, BillingTerm, Quantity, StartDate

认证

需要 Connected Account

Tags

Subscriptions