Mural
muralMural is a digital whiteboard platform enabling distributed teams to visually brainstorm, map ideas, and collaborate in real time with sticky notes and diagrams
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ónTool to create one or more sticky note widgets on a mural. use when you need to add notes to a mural layout.
MURAL_CREATE_STICKY_NOTEAcciónTool 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
muralIdstringObligatorioUnique identifier of the mural
stickiesobject[]ObligatorioList of sticky note definitions to create (max 1000)
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 current userMURAL_GET_CURRENT_USERAcciónTool to retrieve information about the currently authenticated user. use when you need current user details after authentication.
MURAL_GET_CURRENT_USERAcciónTool 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
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 files for a muralMURAL_GET_FILES_FOR_MURALAcciónTool to retrieve a list of file widgets in a mural. use after confirming the mural id when listing file attachments.
MURAL_GET_FILES_FOR_MURALAcciónTool to retrieve a list of file widgets in a mural. use after confirming the mural id when listing file attachments.
Parámetros de entrada
nextstringPagination token for next page of items
limitintegerMaximum number of results to return
muralIdstringObligatorioUnique identifier of the mural
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 Mural WidgetsMURAL_GET_MURAL_WIDGETSAcciónTool to retrieve all widgets within a specified mural. use after confirming the mural id is correct.
MURAL_GET_MURAL_WIDGETSAcciónTool to retrieve all widgets within a specified mural. use after confirming the mural id is correct.
Parámetros de entrada
nextstringPagination token for next page of results.
typestring[]Comma-separated list of widget types to return. When omitted, returns all types.
limitintegerMaximum number of results to return (must be ≥1).
muralIdstringObligatorioUnique identifier of the mural.
parentIdstringID of the parent widget to filter results.
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
MURAL Authorization RequestMURAL_MURAL_AUTHORIZATION_REQUESTAcciónTool to initiate the oauth 2.0 authorization process. use when you need to redirect a user to mural to obtain an authorization code.
MURAL_MURAL_AUTHORIZATION_REQUESTAcciónTool 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[]ObligatorioList of permission scopes to request. Provided as a list of strings; they will be joined with spaces in the URL.
statestringOptional opaque value sent and returned in the callback to prevent CSRF and correlate requests.
client_idstringObligatorioThe client identifier for your Mural app (provided when registering your app).
redirect_uristringObligatorioThe callback URL where users are redirected after granting access. Must match one of your app's registered redirect URLs.
response_typestringGrant type for authorization code flow; must be 'code'.
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