1) Create your first board item with the Web SDK
In the first task of the guided onboarding, you use the Miro Web SDK to create a board.
Time to complete
~5 minutes
Learning objective
After completing this onboarding task, you’ll be able to:
- Create a sticky note on a Miro board.
Using the Web SDK, you can easily create, read, update, and delete different board items.
Make your first request—creating a sticky note—using our Web SDK in the interactive board editor below.
Action: create a sticky note
Review the createStickyNote
snippet in the code editor below, select a board for testing the code and hit run to create a sticky note on the board:
Let's wrap up
In this task, you:
- Created a sticky note using the Web SDK
Now that you’ve completed task 1, let's go ahead and update the sticky note's properties in your next task.
See also
Updated 7 months ago
In the second task of the guided onboarding, you modify and then update board items with the sync()
method.