Open Connector
All tools

Lightfield

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

lightfieldv1.0.031 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

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 catalog

Available tools

31 callable operations

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

tasks
Get account definitionsLIGHTFIELD_GET_ACCOUNT_DEFINITIONSReturns field and relationship definitions for accounts.

Returns field and relationship definitions for accounts.

Authentication

Connected account required

Tags

accounts
Get contact definitionsLIGHTFIELD_GET_CONTACT_DEFINITIONSReturns field and relationship definitions for contacts.

Returns field and relationship definitions for contacts.

Authentication

Connected account required

Tags

contacts
Get note definitionsLIGHTFIELD_GET_NOTE_DEFINITIONSReturns field and relationship definitions for notes.

Returns field and relationship definitions for notes.

Authentication

Connected account required

Tags

notes
Get opportunity definitionsLIGHTFIELD_GET_OPPORTUNITY_DEFINITIONSReturns field and relationship definitions for opportunities.

Returns field and relationship definitions for opportunities.

Authentication

Connected account required

Tags

opportunities
Get task definitionsLIGHTFIELD_GET_TASK_DEFINITIONSReturns field and relationship definitions for tasks.

Returns field and relationship definitions for tasks.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

tasks
Retrieve accountLIGHTFIELD_RETRIEVE_ACCOUNTRetrieves a single account by ID.

Retrieves a single account by ID.

Authentication

Connected account required

Tags

accounts
Retrieve contactLIGHTFIELD_RETRIEVE_CONTACTRetrieves a single contact by ID.

Retrieves a single contact by ID.

Authentication

Connected account required

Tags

contacts
Retrieve noteLIGHTFIELD_RETRIEVE_NOTERetrieves a single note by ID.

Retrieves a single note by ID.

Authentication

Connected account required

Tags

notes
Retrieve opportunityLIGHTFIELD_RETRIEVE_OPPORTUNITYRetrieves a single opportunity by ID.

Retrieves a single opportunity by ID.

Authentication

Connected account required

Tags

opportunities
Retrieve taskLIGHTFIELD_RETRIEVE_TASKRetrieves a single task by ID.

Retrieves a single task by ID.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

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.

Authentication

Connected account required

Tags

auth

Provider resources