NAiOS IconNAiOS Logo
Volver al catálogo

Project Bubble

project_bubble

ProProfs Project is a project management tool that helps teams plan, collaborate, and deliver projects efficiently.

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.

Data API Get Data Type FieldsPROJECT_BUBBLE_DATA_API_GET_DATA_TYPE_FIELDSAcción

Tool to get the fields of a specific data type. use after discovering a data type to inspect its fields.

Parámetros de entrada

  • data_typestringObligatorio

    The Bubble data type name to inspect.

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

Data API Get ObjectsPROJECT_BUBBLE_DATA_API_GET_OBJECTSAcción

Tool to retrieve a list of objects for a specified data type. use when you need to list items with optional filters, sorting, and pagination.

Parámetros de entrada

  • countstringenum

    If 'yes', return only the total count of matching objects instead of object data.

    yesno
  • limitinteger

    Maximum number of objects to return (1–1000). Defaults to server-side setting if omitted.

  • cursorstring

    Pagination cursor from a previous response for fetching the next page.

  • data_typestringObligatorio

    Name of the Bubble data type to list objects from (case-sensitive).

  • descendingstringenum

    Sort in descending order when 'yes'; ascending when 'no' or omitted.

    yesno
  • sort_fieldstring

    Field name to sort results by (must be a valid field on the data type).

  • constraintsstring

    JSON-encoded search constraints to filter objects. For example: '{"Status":"Active"}'.

  • ignore_fieldsstringenum

    If 'yes', omit null-valued fields in each returned object.

    yesno

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 Record By IDPROJECT_BUBBLE_DATA_API_GET_RECORDAcción

Tool to retrieve a specific record by id from the bubble data api. use after confirming the data type and record id. example: request type='teams', id='a1b2c3d4'.

Parámetros de entrada

  • idstringObligatorio

    The unique ID of the record to retrieve.

  • typestringObligatorio

    The Bubble data type (table) name.

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