Project Bubble
project_bubbleProProfs Project is a project management tool that helps teams plan, collaborate, and deliver projects efficiently.
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ónTool to get the fields of a specific data type. use after discovering a data type to inspect its fields.
PROJECT_BUBBLE_DATA_API_GET_DATA_TYPE_FIELDSAcciónTool to get the fields of a specific data type. use after discovering a data type to inspect its fields.
Parámetros de entrada
data_typestringObligatorioThe Bubble data type name to inspect.
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
Data API Get ObjectsPROJECT_BUBBLE_DATA_API_GET_OBJECTSAcciónTool to retrieve a list of objects for a specified data type. use when you need to list items with optional filters, sorting, and pagination.
PROJECT_BUBBLE_DATA_API_GET_OBJECTSAcciónTool 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
countstringenumIf 'yes', return only the total count of matching objects instead of object data.
yesnolimitintegerMaximum number of objects to return (1–1000). Defaults to server-side setting if omitted.
cursorstringPagination cursor from a previous response for fetching the next page.
data_typestringObligatorioName of the Bubble data type to list objects from (case-sensitive).
descendingstringenumSort in descending order when 'yes'; ascending when 'no' or omitted.
yesnosort_fieldstringField name to sort results by (must be a valid field on the data type).
constraintsstringJSON-encoded search constraints to filter objects. For example: '{"Status":"Active"}'.
ignore_fieldsstringenumIf 'yes', omit null-valued fields in each returned object.
yesno
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 Record By IDPROJECT_BUBBLE_DATA_API_GET_RECORDAcciónTool 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'.
PROJECT_BUBBLE_DATA_API_GET_RECORDAcciónTool 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
idstringObligatorioThe unique ID of the record to retrieve.
typestringObligatorioThe Bubble data type (table) name.
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