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.

Back to Catalog
Toolsmiro

Block Preview

Miro

Miro

Create and manage visual collaboration boards

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the miro block with monitoring enabled in production.

Inputs (UI)

Miro Account

oauth-input

Placeholder: Select Miro account

Layout: full

Provider: miro

Operation

dropdown

Layout: full

Options: Create Board, Get Board, List Boards, Create Sticky Note

Board ID

short-input

Placeholder: 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-input

Placeholder: My Collaboration Board

Layout: full

Condition: operation = "create_board"

Item ID

short-input

Placeholder: Enter item ID

Layout: full

Condition: operation = ["get_item","delete_item"]

Content

long-input

Placeholder: Sticky note text or content

Layout: full

Condition: operation = ["create_sticky_note","create_text"]

Shape Type

dropdown

Layout: half

Condition: operation = "create_shape"

Options: Rectangle, Circle, Triangle, Rhombus

X Position

short-input

Placeholder: 0

Layout: half

Condition: operation = ["create_sticky_note","create_shape","create_text"]

Y Position

short-input

Placeholder: 0

Layout: half

Condition: operation = ["create_sticky_note","create_shape","create_text"]

Inputs (API)

credential

string

Required

operation

string

Required

boardId

string

Optional

boardName

string

Optional

itemId

string

Optional

content

string

Optional

shape

string

Optional

x

string

Optional

y

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

miro_api
Miro | NowFlow Blocks