NAiOS IconNAiOS Logo
Volver al catálogo

Fireberry

fireberry

Fireberry is a CRM platform that offers integrations with various tools and applications to streamline business processes.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • recordobjectObligatorio

    Key-value pairs representing the record fields as defined in Fireberry.

  • table_namestringObligatorio

    Name of the Fireberry object/table where record is to be created (e.g., 'leads').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Picklist ValuesFIREBERRY_GET_PICKLIST_VALUESAcción

Tool 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

  • fieldidstringObligatorio

    ID or API name of the picklist field

  • recordidstringObligatorio

    ID or system name of the record type (e.g., Account, Contact)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fireberry: Query RecordsFIREBERRY_QUERY_RECORDSAcción

Tool to query records with filtering, sorting, and pagination. use when you need to retrieve specific fireberry records by module.

Parámetros de entrada

  • pageinteger

    Page number for pagination (must be >= 1)

  • sortobject[]

    Sorting preferences for results

  • fieldsstring[]

    List of fields to include in results

  • filterobject

    Defines a single filter condition.

  • moduleIdstringObligatorio

    The module's unique identifier

  • pageSizeinteger

    Number of records per page (must be >= 1)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not