Close menu
Explore Plans
Mobile menu Close menu
monday

New item in board

This trigger fires when a new item is added to a board you select.

Developer info

API endpoint slug
monday.new_item_in_board

Trigger fields

Board Dropdown list

Label
Which board?
Helper text
Select the board to monitor for new items.
Slug
board_id
Required
true
Can have default value
false

Ingredients

Item name The name of the item.

Slug
item_name
Filter code
Monday.newItemInBoard.ItemName
Type
String
Example
Launch new landing page

Item The ID of the item.

Slug
item_id
Filter code
Monday.newItemInBoard.ItemId
Type
String
Example
1234567890

Board name The name of the board the item belongs to.

Slug
board_name
Filter code
Monday.newItemInBoard.BoardName
Type
String
Example
Marketing roadmap

Group name The name of the group the item was added to.

Slug
group_name
Filter code
Monday.newItemInBoard.GroupName
Type
String
Example
This week

Creator The person who created the item.

Slug
creator
Filter code
Monday.newItemInBoard.Creator
Type
String
Example
Jane Doe

Item url A link to the item in monday. Can be passed to the "Post an update on an item" action.

Slug
item_url
Filter code
Monday.newItemInBoard.ItemUrl
Type
Web URL
Example
https://myaccount.monday.com/boards/1234567890/pulses/9876543210

Created at The date and time the item was created.

Slug
created_at
Filter code
Monday.newItemInBoard.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00