Fireberry
fireberryFireberry is a CRM platform that offers integrations with various tools and applications to streamline business processes.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create a new Fireberry recordFIREBERRY_CREATE_RECORDAcciónTool to create a new record in a specified fireberry table. use when you have the table name and record data ready for insertion.
FIREBERRY_CREATE_RECORDAcciónTool to create a new record in a specified fireberry table. use when you have the table name and record data ready for insertion.
Parámetros de entrada
recordobjectObligatorioKey-value pairs representing the record fields as defined in Fireberry.
table_namestringObligatorioName of the Fireberry object/table where record is to be created (e.g., 'leads').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Picklist ValuesFIREBERRY_GET_PICKLIST_VALUESAcciónTool to retrieve all possible picklist (dropdown) values for a specific field. use when you need to load all available options for a picklist field in a record type.
FIREBERRY_GET_PICKLIST_VALUESAcciónTool to retrieve all possible picklist (dropdown) values for a specific field. use when you need to load all available options for a picklist field in a record type.
Parámetros de entrada
fieldidstringObligatorioID or API name of the picklist field
recordidstringObligatorioID or system name of the record type (e.g., Account, Contact)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fireberry: Query RecordsFIREBERRY_QUERY_RECORDSAcciónTool to query records with filtering, sorting, and pagination. use when you need to retrieve specific fireberry records by module.
FIREBERRY_QUERY_RECORDSAcciónTool to query records with filtering, sorting, and pagination. use when you need to retrieve specific fireberry records by module.
Parámetros de entrada
pageintegerPage number for pagination (must be >= 1)
sortobject[]Sorting preferences for results
fieldsstring[]List of fields to include in results
filterobjectDefines a single filter condition.
moduleIdstringObligatorioThe module's unique identifier
pageSizeintegerNumber of records per page (must be >= 1)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not