Lightfield
Use Lightfield as an agent-native CRM for accounts, contacts, opportunities, tasks, notes, and related workflows.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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: "LIGHTFIELD_CREATE_ACCOUNT", 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("LIGHTFIELD_CREATE_ACCOUNT", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute LIGHTFIELD_CREATE_ACCOUNT --data '{ }'Tool 目录
可用 Tools
31 个可调用操作
Create accountLIGHTFIELD_CREATE_ACCOUNTCreates a new account record. Field values use Lightfield field slugs; system fields use a $ prefix.需要连接
Creates a new account record. Field values use Lightfield field slugs; system fields use a $ prefix.
认证
需要 Connected AccountTags
Create contactLIGHTFIELD_CREATE_CONTACTCreates a new contact record. Field values use Lightfield field slugs; system fields use a $ prefix.需要连接
Creates a new contact record. Field values use Lightfield field slugs; system fields use a $ prefix.
认证
需要 Connected AccountTags
Create noteLIGHTFIELD_CREATE_NOTECreates a new note record. Field values use Lightfield field slugs; system fields use a $ prefix.需要连接
Creates a new note record. Field values use Lightfield field slugs; system fields use a $ prefix.
认证
需要 Connected AccountTags
Create opportunityLIGHTFIELD_CREATE_OPPORTUNITYCreates a new opportunity record. Field values use Lightfield field slugs; system fields use a $ prefix.需要连接
Creates a new opportunity record. Field values use Lightfield field slugs; system fields use a $ prefix.
认证
需要 Connected AccountTags
Create taskLIGHTFIELD_CREATE_TASKCreates a new task record. Field values use Lightfield field slugs; system fields use a $ prefix.需要连接
Creates a new task record. Field values use Lightfield field slugs; system fields use a $ prefix.
认证
需要 Connected AccountTags
Delete accountLIGHTFIELD_DELETE_ACCOUNTMoves a account to the trash. Delete is soft-delete where documented by Lightfield.需要连接
Moves a account to the trash. Delete is soft-delete where documented by Lightfield.
认证
需要 Connected AccountTags
Delete contactLIGHTFIELD_DELETE_CONTACTMoves a contact to the trash. Delete is soft-delete where documented by Lightfield.需要连接
Moves a contact to the trash. Delete is soft-delete where documented by Lightfield.
认证
需要 Connected AccountTags
Delete noteLIGHTFIELD_DELETE_NOTEMoves a note to the trash. Delete is soft-delete where documented by Lightfield.需要连接
Moves a note to the trash. Delete is soft-delete where documented by Lightfield.
认证
需要 Connected AccountTags
Delete opportunityLIGHTFIELD_DELETE_OPPORTUNITYMoves a opportunity to the trash. Delete is soft-delete where documented by Lightfield.需要连接
Moves a opportunity to the trash. Delete is soft-delete where documented by Lightfield.
认证
需要 Connected AccountTags
Delete taskLIGHTFIELD_DELETE_TASKMoves a task to the trash. Delete is soft-delete where documented by Lightfield.需要连接
Moves a task to the trash. Delete is soft-delete where documented by Lightfield.
认证
需要 Connected AccountTags
Get account definitionsLIGHTFIELD_GET_ACCOUNT_DEFINITIONSReturns field and relationship definitions for accounts.需要连接
Returns field and relationship definitions for accounts.
认证
需要 Connected AccountTags
Get contact definitionsLIGHTFIELD_GET_CONTACT_DEFINITIONSReturns field and relationship definitions for contacts.需要连接
Returns field and relationship definitions for contacts.
认证
需要 Connected AccountTags
Get note definitionsLIGHTFIELD_GET_NOTE_DEFINITIONSReturns field and relationship definitions for notes.需要连接
Returns field and relationship definitions for notes.
认证
需要 Connected AccountTags
Get opportunity definitionsLIGHTFIELD_GET_OPPORTUNITY_DEFINITIONSReturns field and relationship definitions for opportunities.需要连接
Returns field and relationship definitions for opportunities.
认证
需要 Connected AccountTags
Get task definitionsLIGHTFIELD_GET_TASK_DEFINITIONSReturns field and relationship definitions for tasks.需要连接
Returns field and relationship definitions for tasks.
认证
需要 Connected AccountTags
List accountsLIGHTFIELD_LIST_ACCOUNTSReturns a paginated list of accounts. Supports limit/offset pagination and Lightfield field filters as query parameters.需要连接
Returns a paginated list of accounts. Supports limit/offset pagination and Lightfield field filters as query parameters.
认证
需要 Connected AccountTags
List contactsLIGHTFIELD_LIST_CONTACTSReturns a paginated list of contacts. Supports limit/offset pagination and Lightfield field filters as query parameters.需要连接
Returns a paginated list of contacts. Supports limit/offset pagination and Lightfield field filters as query parameters.
认证
需要 Connected AccountTags
List notesLIGHTFIELD_LIST_NOTESReturns a paginated list of notes. Supports limit/offset pagination and Lightfield field filters as query parameters.需要连接
Returns a paginated list of notes. Supports limit/offset pagination and Lightfield field filters as query parameters.
认证
需要 Connected AccountTags
List opportunitiesLIGHTFIELD_LIST_OPPORTUNITIESReturns a paginated list of opportunities. Supports limit/offset pagination and Lightfield field filters as query parameters.需要连接
Returns a paginated list of opportunities. Supports limit/offset pagination and Lightfield field filters as query parameters.
认证
需要 Connected AccountTags
List tasksLIGHTFIELD_LIST_TASKSReturns a paginated list of tasks. Supports limit/offset pagination and Lightfield field filters as query parameters.需要连接
Returns a paginated list of tasks. Supports limit/offset pagination and Lightfield field filters as query parameters.
认证
需要 Connected AccountTags
Retrieve accountLIGHTFIELD_RETRIEVE_ACCOUNTRetrieves a single account by ID.需要连接
Retrieves a single account by ID.
认证
需要 Connected AccountTags
Retrieve contactLIGHTFIELD_RETRIEVE_CONTACTRetrieves a single contact by ID.需要连接
Retrieves a single contact by ID.
认证
需要 Connected AccountTags
Retrieve noteLIGHTFIELD_RETRIEVE_NOTERetrieves a single note by ID.需要连接
Retrieves a single note by ID.
认证
需要 Connected AccountTags
Retrieve opportunityLIGHTFIELD_RETRIEVE_OPPORTUNITYRetrieves a single opportunity by ID.需要连接
Retrieves a single opportunity by ID.
认证
需要 Connected AccountTags
Retrieve taskLIGHTFIELD_RETRIEVE_TASKRetrieves a single task by ID.需要连接
Retrieves a single task by ID.
认证
需要 Connected AccountTags
Update accountLIGHTFIELD_UPDATE_ACCOUNTUpdates an existing account by ID. Only included fields and relationships are modified.需要连接
Updates an existing account by ID. Only included fields and relationships are modified.
认证
需要 Connected AccountTags
Update contactLIGHTFIELD_UPDATE_CONTACTUpdates an existing contact by ID. Only included fields and relationships are modified.需要连接
Updates an existing contact by ID. Only included fields and relationships are modified.
认证
需要 Connected AccountTags
Update noteLIGHTFIELD_UPDATE_NOTEUpdates an existing note by ID. Only included fields and relationships are modified.需要连接
Updates an existing note by ID. Only included fields and relationships are modified.
认证
需要 Connected AccountTags
Update opportunityLIGHTFIELD_UPDATE_OPPORTUNITYUpdates an existing opportunity by ID. Only included fields and relationships are modified.需要连接
Updates an existing opportunity by ID. Only included fields and relationships are modified.
认证
需要 Connected AccountTags
Update taskLIGHTFIELD_UPDATE_TASKUpdates an existing task by ID. Only included fields and relationships are modified.需要连接
Updates an existing task by ID. Only included fields and relationships are modified.
认证
需要 Connected AccountTags
Validate current API keyLIGHTFIELD_VALIDATE_API_KEYReturns metadata for the current API key, including active status, granted public scopes, subject type, and token type.需要连接
Returns metadata for the current API key, including active status, granted public scopes, subject type, and token type.
认证
需要 Connected AccountTags