Open Connector
所有 Tools

Gorgias

Catalog 暂无描述。

gorgiasv1.0.015 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available
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: "GORGIAS_CREATE_CUSTOMER",  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("GORGIAS_CREATE_CUSTOMER", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute GORGIAS_CREATE_CUSTOMER --data '{ }'

Tool 目录

可用 Tools

15 个可调用操作

Create a customerGORGIAS_CREATE_CUSTOMERCreate a customer

Create a customer

认证

需要 Connected Account

Tags

Customers
Create a tagGORGIAS_CREATE_TAGCreate a tag

Create a tag

认证

需要 Connected Account

Tags

Tags
Create a ticketGORGIAS_CREATE_TICKETCreate a ticket

Create a ticket

认证

需要 Connected Account

Tags

Tickets
Create a messageGORGIAS_CREATE_TICKET_MESSAGECreate a message and either: - not send it if the attribute `sent_datetime` is filled. If you import a message that was already sent, make sure to set this value. - send it to the recipients if the attribute `sent_datetime` is empty. - add it to the ticket as an internal note if you specified this channel. Internal notes are not sent to your customers. When a message is created, it does not mean that this one has been sent because the creation and sending process are decoupled. Messages are basically sent asynchronously. Once a message has been sent, Gorgias will automatically update the message to fill the time when it was sent (`sent_datetime`).

Create a message and either: - not send it if the attribute `sent_datetime` is filled. If you import a message that was already sent, make sure to set this value. - send it to the recipients if the attribute `sent_datetime` is empty. - add it to the ticket as an internal note if you specified this channel. Internal notes are not sent to your customers. When a message is created, it does not mean that this one has been sent because the creation and sending process are decoupled. Messages are basically sent asynchronously. Once a message has been sent, Gorgias will automatically update the message to fill the time when it was sent (`sent_datetime`).

认证

需要 Connected Account

Tags

Ticket Messages
Retrieve your accountGORGIAS_GET_ACCOUNTRetrieve your account

Retrieve your account

认证

需要 Connected Account

Tags

Account
Retrieve a customerGORGIAS_GET_CUSTOMERRetrieve a customer

Retrieve a customer

认证

需要 Connected Account

Tags

Customers
Retrieve a ticketGORGIAS_GET_TICKETRetrieve a ticket

Retrieve a ticket

认证

需要 Connected Account

Tags

Tickets
List customersGORGIAS_LIST_CUSTOMERSList customers, paginated, and ordered by their name (alphabetical order).

List customers, paginated, and ordered by their name (alphabetical order).

认证

需要 Connected Account

Tags

Customers
List integrationsGORGIAS_LIST_INTEGRATIONSList integrations matching the given parameters, paginated.

List integrations matching the given parameters, paginated.

认证

需要 Connected Account

Tags

Integrations
List messagesGORGIAS_LIST_MESSAGESList messages matching the given parameters, paginated.

List messages matching the given parameters, paginated.

认证

需要 Connected Account

Tags

Ticket Messages
List tagsGORGIAS_LIST_TAGSList tags matching the given parameters, paginated, and ordered.

List tags matching the given parameters, paginated, and ordered.

认证

需要 Connected Account

Tags

Tags
List ticketsGORGIAS_LIST_TICKETSList tickets, paginated and ordered by the attribute of the given view.

List tickets, paginated and ordered by the attribute of the given view.

认证

需要 Connected Account

Tags

Tickets
List usersGORGIAS_LIST_USERSList users, paginated and ordered by their name (alphabetical order).

List users, paginated and ordered by their name (alphabetical order).

认证

需要 Connected Account

Tags

Users
Update a customerGORGIAS_UPDATE_CUSTOMERUpdate a customer

Update a customer

认证

需要 Connected Account

Tags

Customers
Update a ticketGORGIAS_UPDATE_TICKETUpdate a ticket

Update a ticket

认证

需要 Connected Account

Tags

Tickets