Lightfield
Use Lightfield as an agent-native CRM for accounts, contacts, opportunities, tasks, notes, and related workflows.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
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.Connection
Creates a new account record. Field values use Lightfield field slugs; system fields use a $ prefix.
Authentication
Connected account requiredTags
Create contactLIGHTFIELD_CREATE_CONTACTCreates a new contact record. Field values use Lightfield field slugs; system fields use a $ prefix.Connection
Creates a new contact record. Field values use Lightfield field slugs; system fields use a $ prefix.
Authentication
Connected account requiredTags
Create noteLIGHTFIELD_CREATE_NOTECreates a new note record. Field values use Lightfield field slugs; system fields use a $ prefix.Connection
Creates a new note record. Field values use Lightfield field slugs; system fields use a $ prefix.
Authentication
Connected account requiredTags
Create opportunityLIGHTFIELD_CREATE_OPPORTUNITYCreates a new opportunity record. Field values use Lightfield field slugs; system fields use a $ prefix.Connection
Creates a new opportunity record. Field values use Lightfield field slugs; system fields use a $ prefix.
Authentication
Connected account requiredTags
Create taskLIGHTFIELD_CREATE_TASKCreates a new task record. Field values use Lightfield field slugs; system fields use a $ prefix.Connection
Creates a new task record. Field values use Lightfield field slugs; system fields use a $ prefix.
Authentication
Connected account requiredTags
Delete accountLIGHTFIELD_DELETE_ACCOUNTMoves a account to the trash. Delete is soft-delete where documented by Lightfield.Connection
Moves a account to the trash. Delete is soft-delete where documented by Lightfield.
Authentication
Connected account requiredTags
Delete contactLIGHTFIELD_DELETE_CONTACTMoves a contact to the trash. Delete is soft-delete where documented by Lightfield.Connection
Moves a contact to the trash. Delete is soft-delete where documented by Lightfield.
Authentication
Connected account requiredTags
Delete noteLIGHTFIELD_DELETE_NOTEMoves a note to the trash. Delete is soft-delete where documented by Lightfield.Connection
Moves a note to the trash. Delete is soft-delete where documented by Lightfield.
Authentication
Connected account requiredTags
Delete opportunityLIGHTFIELD_DELETE_OPPORTUNITYMoves a opportunity to the trash. Delete is soft-delete where documented by Lightfield.Connection
Moves a opportunity to the trash. Delete is soft-delete where documented by Lightfield.
Authentication
Connected account requiredTags
Delete taskLIGHTFIELD_DELETE_TASKMoves a task to the trash. Delete is soft-delete where documented by Lightfield.Connection
Moves a task to the trash. Delete is soft-delete where documented by Lightfield.
Authentication
Connected account requiredTags
Get account definitionsLIGHTFIELD_GET_ACCOUNT_DEFINITIONSReturns field and relationship definitions for accounts.Connection
Returns field and relationship definitions for accounts.
Authentication
Connected account requiredTags
Get contact definitionsLIGHTFIELD_GET_CONTACT_DEFINITIONSReturns field and relationship definitions for contacts.Connection
Returns field and relationship definitions for contacts.
Authentication
Connected account requiredTags
Get note definitionsLIGHTFIELD_GET_NOTE_DEFINITIONSReturns field and relationship definitions for notes.Connection
Returns field and relationship definitions for notes.
Authentication
Connected account requiredTags
Get opportunity definitionsLIGHTFIELD_GET_OPPORTUNITY_DEFINITIONSReturns field and relationship definitions for opportunities.Connection
Returns field and relationship definitions for opportunities.
Authentication
Connected account requiredTags
Get task definitionsLIGHTFIELD_GET_TASK_DEFINITIONSReturns field and relationship definitions for tasks.Connection
Returns field and relationship definitions for tasks.
Authentication
Connected account requiredTags
List accountsLIGHTFIELD_LIST_ACCOUNTSReturns a paginated list of accounts. Supports limit/offset pagination and Lightfield field filters as query parameters.Connection
Returns a paginated list of accounts. Supports limit/offset pagination and Lightfield field filters as query parameters.
Authentication
Connected account requiredTags
List contactsLIGHTFIELD_LIST_CONTACTSReturns a paginated list of contacts. Supports limit/offset pagination and Lightfield field filters as query parameters.Connection
Returns a paginated list of contacts. Supports limit/offset pagination and Lightfield field filters as query parameters.
Authentication
Connected account requiredTags
List notesLIGHTFIELD_LIST_NOTESReturns a paginated list of notes. Supports limit/offset pagination and Lightfield field filters as query parameters.Connection
Returns a paginated list of notes. Supports limit/offset pagination and Lightfield field filters as query parameters.
Authentication
Connected account requiredTags
List opportunitiesLIGHTFIELD_LIST_OPPORTUNITIESReturns a paginated list of opportunities. Supports limit/offset pagination and Lightfield field filters as query parameters.Connection
Returns a paginated list of opportunities. Supports limit/offset pagination and Lightfield field filters as query parameters.
Authentication
Connected account requiredTags
List tasksLIGHTFIELD_LIST_TASKSReturns a paginated list of tasks. Supports limit/offset pagination and Lightfield field filters as query parameters.Connection
Returns a paginated list of tasks. Supports limit/offset pagination and Lightfield field filters as query parameters.
Authentication
Connected account requiredTags
Retrieve accountLIGHTFIELD_RETRIEVE_ACCOUNTRetrieves a single account by ID.Connection
Retrieves a single account by ID.
Authentication
Connected account requiredTags
Retrieve contactLIGHTFIELD_RETRIEVE_CONTACTRetrieves a single contact by ID.Connection
Retrieves a single contact by ID.
Authentication
Connected account requiredTags
Retrieve noteLIGHTFIELD_RETRIEVE_NOTERetrieves a single note by ID.Connection
Retrieves a single note by ID.
Authentication
Connected account requiredTags
Retrieve opportunityLIGHTFIELD_RETRIEVE_OPPORTUNITYRetrieves a single opportunity by ID.Connection
Retrieves a single opportunity by ID.
Authentication
Connected account requiredTags
Retrieve taskLIGHTFIELD_RETRIEVE_TASKRetrieves a single task by ID.Connection
Retrieves a single task by ID.
Authentication
Connected account requiredTags
Update accountLIGHTFIELD_UPDATE_ACCOUNTUpdates an existing account by ID. Only included fields and relationships are modified.Connection
Updates an existing account by ID. Only included fields and relationships are modified.
Authentication
Connected account requiredTags
Update contactLIGHTFIELD_UPDATE_CONTACTUpdates an existing contact by ID. Only included fields and relationships are modified.Connection
Updates an existing contact by ID. Only included fields and relationships are modified.
Authentication
Connected account requiredTags
Update noteLIGHTFIELD_UPDATE_NOTEUpdates an existing note by ID. Only included fields and relationships are modified.Connection
Updates an existing note by ID. Only included fields and relationships are modified.
Authentication
Connected account requiredTags
Update opportunityLIGHTFIELD_UPDATE_OPPORTUNITYUpdates an existing opportunity by ID. Only included fields and relationships are modified.Connection
Updates an existing opportunity by ID. Only included fields and relationships are modified.
Authentication
Connected account requiredTags
Update taskLIGHTFIELD_UPDATE_TASKUpdates an existing task by ID. Only included fields and relationships are modified.Connection
Updates an existing task by ID. Only included fields and relationships are modified.
Authentication
Connected account requiredTags
Validate current API keyLIGHTFIELD_VALIDATE_API_KEYReturns metadata for the current API key, including active status, granted public scopes, subject type, and token type.Connection
Returns metadata for the current API key, including active status, granted public scopes, subject type, and token type.
Authentication
Connected account requiredTags