Monday - Create an Item
The Create an Item Action in Workmaster allows you to interact with Monday.com by adding new items to a board within your Monday.com account. By configuring this action, you can automate tasks such as creating tasks, updating boards, and managing project workflows directly from your Workmaster app.
Note: Before using this action, ensure that you have access to a Monday.com account, and the required Board ID and Group ID are available. The API token must also be generated for authentication.
For detailed instructions on how to work with Monday.com, refer to https://support.monday.com/hc/en-us/articles/115005305649-Get-started-with-monday-com.
Properties and Explanation
To configure the Create an Item Action in Workmaster, you need to define the following properties:
Example Use Case
Let’s say you want to create a new task on a Monday.com board when a user submits a form in Workmaster.
Set Up the Board in Monday.com:
Create a board in Monday.com, for example, Project Tasks.
Create a group within the board, e.g., To Do, where the new tasks will appear.
Workmaster Configuration:
Access Token: Paste the API token generated from Monday.com.
Board ID: Enter the Board ID for the Project Tasks board.
Group ID: Enter the Group ID for the To Do group.
Item Name: Enter the Item Name
Once the form is submitted in Workmaster, the Create an Item Action will trigger, creating a new task on the Monday.com board under the To Do group, with the name provided by the user.
Last updated