NAiOS IconNAiOS Logo
Volver al catálogo

Matterport

matterport

Capture, share, and collaborate the built world in immersive 3D

Acciones
6
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 (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ón

Tool 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

  • idstringObligatorio

    Unique identifier of the Matterport model to be permanently deleted

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 Model by IDMATTERPORT_MODELAcción

Tool 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

  • modelIdstringObligatorio

    Unique identifier of the Matterport model to retrieve

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 Model Event Webhook CallbacksMATTERPORT_MODEL_EVENT_WEBHOOK_CALLBACKSAcción

Tool 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

  • 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

Query Matterport ModelsMATTERPORT_MODELSAcción

Tool 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

  • querystring

    Free text search string for models. Use '*' for all models, or provide specific search terms. If unspecified, all models within the organization are returned

  • offsetstring

    Offset 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)

  • pageSizeinteger

    Maximum number of results per page. Maximum allowed is 1000, default is 10

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

List Room ClassificationsMATTERPORT_ROOM_CLASSIFICATIONSAcción

Tool 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

  • 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

Update Model StateMATTERPORT_UPDATE_MODEL_STATEAcción

Tool 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

  • idstringObligatorio

    The model identifier to modify

  • fieldstringenum

    Specifies 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

    idinternalIdmlsId
  • statestringObligatorioenum

    Target state for the model. Use 'active' to unarchive the model or 'inactive' to archive the model

    activeinactive

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