Matterport
matterportCapture, share, and collaborate the built world in immersive 3D
Acciones disponibles (6)
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.
Delete Matterport ModelMATTERPORT_DELETE_MODELAcciónTool to permanently delete a Matterport model. Use when you need to remove a model entirely from the Matterport platform. This operation is irreversible.
MATTERPORT_DELETE_MODELAcciónTool to permanently delete a Matterport model. Use when you need to remove a model entirely from the Matterport platform. This operation is irreversible.
Parámetros de entrada
idstringObligatorioUnique identifier of the Matterport model to be permanently deleted
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 Model by IDMATTERPORT_MODELAcciónTool to retrieve detailed information about a single Matterport 3D model by its ID. Use when you need to fetch model metadata, publication details, spatial information, or other properties of a specific Matterport model.
MATTERPORT_MODELAcciónTool to retrieve detailed information about a single Matterport 3D model by its ID. Use when you need to fetch model metadata, publication details, spatial information, or other properties of a specific Matterport model.
Parámetros de entrada
modelIdstringObligatorioUnique identifier of the Matterport model to retrieve
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 Model Event Webhook CallbacksMATTERPORT_MODEL_EVENT_WEBHOOK_CALLBACKSAcciónTool to retrieve a list of registered webhook callback configurations for model events. Use when you need to view all configured webhooks that receive notifications when model events occur (e.g., created, deleted, updated, processed, transferred).
MATTERPORT_MODEL_EVENT_WEBHOOK_CALLBACKSAcciónTool to retrieve a list of registered webhook callback configurations for model events. Use when you need to view all configured webhooks that receive notifications when model events occur (e.g., created, deleted, updated, processed, transferred).
Parámetros de entrada
Sin parámetros.
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
Query Matterport ModelsMATTERPORT_MODELSAcciónTool to retrieve a page of Matterport models with optional search and filtering. Use when you need to list, search, or filter models within an organization.
MATTERPORT_MODELSAcciónTool to retrieve a page of Matterport models with optional search and filtering. Use when you need to list, search, or filter models within an organization.
Parámetros de entrada
querystringFree text search string for models. Use '*' for all models, or provide specific search terms. If unspecified, all models within the organization are returned
offsetstringOffset ID for pagination. Use the 'nextOffset' value from a previous response to retrieve the next page of results
sortBystring[]Determines result ordering. Valid values: 'created' (creation timestamp), 'modified' (modification timestamp), 'name' (alphabetical). Defaults to creation timestamp descending if not specified
includestring[]Include additional models in non-active states. Valid values: 'demo' (include demo models), 'inactive' (include archived models)
pageSizeintegerMaximum number of results per page. Maximum allowed is 1000, default is 10
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
List Room ClassificationsMATTERPORT_ROOM_CLASSIFICATIONSAcciónTool to list all room classifications defined for Matterport room classification models. Use when you need to retrieve the available room types and their associated keywords.
MATTERPORT_ROOM_CLASSIFICATIONSAcciónTool to list all room classifications defined for Matterport room classification models. Use when you need to retrieve the available room types and their associated keywords.
Parámetros de entrada
Sin parámetros.
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
Update Model StateMATTERPORT_UPDATE_MODEL_STATEAcciónTool to change a Matterport model between active and inactive (archived) states. Use when you need to archive an inactive model or unarchive an active model. This operation is idempotent.
MATTERPORT_UPDATE_MODEL_STATEAcciónTool to change a Matterport model between active and inactive (archived) states. Use when you need to archive an inactive model or unarchive an active model. This operation is idempotent.
Parámetros de entrada
idstringObligatorioThe model identifier to modify
fieldstringenumSpecifies which ID field to use for lookup. Valid values: 'id' (primary identifier), 'internalId' (internal system identifier), 'mlsId' (MLS identifier). Defaults to primary identifier if not specified
idinternalIdmlsIdstatestringObligatorioenumTarget state for the model. Use 'active' to unarchive the model or 'inactive' to archive the model
activeinactive
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