Instructions
1. Get Your API Key
Sign in to your Monday.com account.
Go to your profile > Admin > API.
Copy your personal access token.
2. Add and Configure the Plugin
In your Bubble editor, install the Monday API Plugin (V2).
Go to the plugin editor and open the action labeled Get Monday User Info.
This action uses a server-side script to fetch the user’s name, email, and ID.
Ensure your API key is passed securely through the access_token input.
3. Set Up a Workflow
In your Bubble app, go to the Workflow tab.
Add a new event, like Page is loaded or Button is clicked.
Add an action: Plugins → Get Monday User Info.
4. Use the Results
After the action runs, use Result of step X to access:
User ID
Name
Email
You can display these values in text elements or store them in your database.