Overview
Miro is a collaborative whiteboard platform. The Automize Miro connector covers boards, cards, sticky notes, shapes, connectors, members, tags.
- Regions: Global SaaS.
- Plans: Free + paid.
Setting up the connection
Auth type: Bearer Token.
- Miro Developers → create app → OAuth or personal token.
- In Automize → Settings → Connectors → Miro. Paste token.
Find your credentials at https://miro.com/app/settings/team/profile/apps/.
Rate limits
~3 req/sec.
Data model
Whiteboard primitives:
Team ─── Boards ─┬─ Items (cards, sticky notes, shapes, text, frames)
├─ Connectors (lines between items)
├─ Members (collaborators)
└─ TagsAvailable operations
9 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Board | General | Create a new board |
| Create Card | General | Add a card to a board |
| Create Shape | General | Add a shape to a board |
| Create Sticky Note | General | Add a sticky note to a board |
| Get Board | General | Get board details |
| List Boards | General | List all boards |
| List Items | General | List items on a board |
| List Members | General | List board members |
| List Tags | General | List board tags |
Operations
Create Board
Create a new board
| Parameter | Required | Type | Description |
|---|---|---|---|
Name name | Yes | text | |
Description description | Yes | text | |
Policy policy | Yes | text |
Create Card
Add a card to a board
| Parameter | Required | Type | Description |
|---|---|---|---|
Board Id board_id | Yes | text | |
Data data | Yes | textarea | |
Style style | Yes | text | |
Position position | Yes | text |
Tips
- Title + description + assignee + due date.
Create Shape
Add a shape to a board
| Parameter | Required | Type | Description |
|---|---|---|---|
Board Id board_id | Yes | text | |
Data data | Yes | textarea | |
Style style | Yes | text | |
Position position | Yes | text |
Create Sticky Note
Add a sticky note to a board
| Parameter | Required | Type | Description |
|---|---|---|---|
Board Id board_id | Yes | text | |
Data data | Yes | textarea | |
Style style | Yes | text | |
Position position | Yes | text |
Tips
- board_id + content + position (x, y) + color.
Get Board
Get board details
| Parameter | Required | Type | Description |
|---|---|---|---|
Board Id board_id | Yes | text |
List Boards
List all boards
No input parameters.
Tips
- Team's boards. Filter by name, owner.
List Items
List items on a board
| Parameter | Required | Type | Description |
|---|---|---|---|
Board Id board_id | Yes | text |
Tips
- Per board. Filter by type (card, sticky_note, shape, etc.).
List Members
List board members
| Parameter | Required | Type | Description |
|---|---|---|---|
Board Id board_id | Yes | text |
Tips
- Board's collaborators + roles.
List Tags
List board tags
| Parameter | Required | Type | Description |
|---|---|---|---|
Board Id board_id | Yes | text |
FAQ
- Use cases?
- Sync sprint planning, design reviews, retros to/from external systems. Automated board population from project data.