NAiOS IconNAiOS Logo
Volver al catálogo

Mural

mural

Mural is a digital whiteboard platform enabling distributed teams to visually brainstorm, map ideas, and collaborate in real time with sticky notes and diagrams

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
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 (5)

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

Tool to create one or more sticky note widgets on a mural. use when you need to add notes to a mural layout.

Parámetros de entrada

  • muralIdstringObligatorio

    Unique identifier of the mural

  • stickiesobject[]Obligatorio

    List of sticky note definitions to create (max 1000)

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

Tool to retrieve information about the currently authenticated user. use when you need current user details after authentication.

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

Get files for a muralMURAL_GET_FILES_FOR_MURALAcción

Tool to retrieve a list of file widgets in a mural. use after confirming the mural id when listing file attachments.

Parámetros de entrada

  • nextstring

    Pagination token for next page of items

  • limitinteger

    Maximum number of results to return

  • muralIdstringObligatorio

    Unique identifier of the mural

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

Tool to retrieve all widgets within a specified mural. use after confirming the mural id is correct.

Parámetros de entrada

  • nextstring

    Pagination token for next page of results.

  • typestring[]

    Comma-separated list of widget types to return. When omitted, returns all types.

  • limitinteger

    Maximum number of results to return (must be ≥1).

  • muralIdstringObligatorio

    Unique identifier of the mural.

  • parentIdstring

    ID of the parent widget to filter results.

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

MURAL Authorization RequestMURAL_MURAL_AUTHORIZATION_REQUESTAcción

Tool to initiate the oauth 2.0 authorization process. use when you need to redirect a user to mural to obtain an authorization code.

Parámetros de entrada

  • scopestring[]Obligatorio

    List of permission scopes to request. Provided as a list of strings; they will be joined with spaces in the URL.

  • statestring

    Optional opaque value sent and returned in the callback to prevent CSRF and correlate requests.

  • client_idstringObligatorio

    The client identifier for your Mural app (provided when registering your app).

  • redirect_uristringObligatorio

    The callback URL where users are redirected after granting access. Must match one of your app's registered redirect URLs.

  • response_typestring

    Grant type for authorization code flow; must be 'code'.

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