Open Connector
所有 Tools

Lightfield

Use Lightfield as an agent-native CRM for accounts, contacts, opportunities, tasks, notes, and related workflows.

lightfieldv1.0.031 个 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: "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 Account

Tags

accounts
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 Account

Tags

contacts
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 Account

Tags

notes
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 Account

Tags

opportunities
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 Account

Tags

tasks
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 Account

Tags

accounts
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 Account

Tags

contacts
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 Account

Tags

notes
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 Account

Tags

opportunities
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 Account

Tags

tasks
Get account definitionsLIGHTFIELD_GET_ACCOUNT_DEFINITIONSReturns field and relationship definitions for accounts.

Returns field and relationship definitions for accounts.

认证

需要 Connected Account

Tags

accounts
Get contact definitionsLIGHTFIELD_GET_CONTACT_DEFINITIONSReturns field and relationship definitions for contacts.

Returns field and relationship definitions for contacts.

认证

需要 Connected Account

Tags

contacts
Get note definitionsLIGHTFIELD_GET_NOTE_DEFINITIONSReturns field and relationship definitions for notes.

Returns field and relationship definitions for notes.

认证

需要 Connected Account

Tags

notes
Get opportunity definitionsLIGHTFIELD_GET_OPPORTUNITY_DEFINITIONSReturns field and relationship definitions for opportunities.

Returns field and relationship definitions for opportunities.

认证

需要 Connected Account

Tags

opportunities
Get task definitionsLIGHTFIELD_GET_TASK_DEFINITIONSReturns field and relationship definitions for tasks.

Returns field and relationship definitions for tasks.

认证

需要 Connected Account

Tags

tasks
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 Account

Tags

accounts
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 Account

Tags

contacts
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 Account

Tags

notes
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 Account

Tags

opportunities
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 Account

Tags

tasks
Retrieve accountLIGHTFIELD_RETRIEVE_ACCOUNTRetrieves a single account by ID.

Retrieves a single account by ID.

认证

需要 Connected Account

Tags

accounts
Retrieve contactLIGHTFIELD_RETRIEVE_CONTACTRetrieves a single contact by ID.

Retrieves a single contact by ID.

认证

需要 Connected Account

Tags

contacts
Retrieve noteLIGHTFIELD_RETRIEVE_NOTERetrieves a single note by ID.

Retrieves a single note by ID.

认证

需要 Connected Account

Tags

notes
Retrieve opportunityLIGHTFIELD_RETRIEVE_OPPORTUNITYRetrieves a single opportunity by ID.

Retrieves a single opportunity by ID.

认证

需要 Connected Account

Tags

opportunities
Retrieve taskLIGHTFIELD_RETRIEVE_TASKRetrieves a single task by ID.

Retrieves a single task by ID.

认证

需要 Connected Account

Tags

tasks
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 Account

Tags

accounts
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 Account

Tags

contacts
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 Account

Tags

notes
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 Account

Tags

opportunities
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 Account

Tags

tasks
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 Account

Tags

auth

Provider 资源