Blocks
Miro
Create and manage visual collaboration boards
Integrate with Miro to create boards, add sticky notes, shapes, and widgets, manage team collaboration, and automate visual workflows. Perfect for remote teams and agile workflows using OAuth 2.0 authentication.
Block Preview
Miro
Create and manage visual collaboration boards
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the miro block with monitoring enabled in production.
Inputs (UI)
Miro Account
oauth-inputPlaceholder: Select Miro account
Layout: full
Provider: miro
Operation
dropdownLayout: full
Options: Create Board, Get Board, List Boards, Create Sticky Note
Board ID
short-inputPlaceholder: Enter board ID
Layout: full
Condition: operation = ["get_board","create_sticky_note","create_shape","create_text","list_items","get_item","delete_item"]
Board Name
short-inputPlaceholder: My Collaboration Board
Layout: full
Condition: operation = "create_board"
Item ID
short-inputPlaceholder: Enter item ID
Layout: full
Condition: operation = ["get_item","delete_item"]
Content
long-inputPlaceholder: Sticky note text or content
Layout: full
Condition: operation = ["create_sticky_note","create_text"]
Shape Type
dropdownLayout: half
Condition: operation = "create_shape"
Options: Rectangle, Circle, Triangle, Rhombus
X Position
short-inputPlaceholder: 0
Layout: half
Condition: operation = ["create_sticky_note","create_shape","create_text"]
Y Position
short-inputPlaceholder: 0
Layout: half
Condition: operation = ["create_sticky_note","create_shape","create_text"]
Inputs (API)
credential
stringRequired
operation
stringRequired
boardId
stringOptional
boardName
stringOptional
itemId
stringOptional
content
stringOptional
shape
stringOptional
x
stringOptional
y
stringOptional
Outputs
Primary response type:
{
"data": "json"
}