Mural

Learn how to use Mural with Composio

Overview

Enum

MURAL

Description

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

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to rooms:write,workspaces:write,murals:write,templates:write,rooms:read,users:read,workspaces:read,murals:read,identity:read,templates:read
base_url
stringDefaults to https://app.mural.co

Actions

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

Action Parameters

muralId
stringRequired
stickies
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve information about the currently authenticated user. use when you need current user details after authentication.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of file widgets in a mural. use after confirming the mural id when listing file attachments.

Action Parameters

limit
integer
muralId
stringRequired
next
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all widgets within a specified mural. use after confirming the mural id is correct.

Action Parameters

limit
integer
muralId
stringRequired
next
string
parentId
string
type
array

Action Response

data
object
error
string
successful
boolean
Tool to initiate the oauth 2.0 authorization process. use when you need to redirect a user to mural to obtain an authorization code.

Action Parameters

client_id
stringRequired
redirect_uri
stringRequired
response_type
stringDefaults to code
scope
arrayRequired
state
string

Action Response

data
object
error
string
successful
boolean