Monday

Available Monday triggers for automating workflows

Monday provides 9 triggers for automating workflows based on events.

Triggers

Monday Column Value Changed

Trigger workflow when any column value changes on a Monday.com board

Output

ParameterTypeDescription
boardIdstringThe board ID where the event occurred
itemIdstringThe item ID (pulseId)
itemNamestringThe item name (pulseName)
groupIdstringThe group ID of the item
userIdstringThe ID of the user who triggered the event
triggerTimestringISO timestamp of when the event occurred
triggerUuidstringUnique identifier for this event
subscriptionIdstringThe webhook subscription ID
columnIdstringThe ID of the changed column
columnTypestringThe type of the changed column
columnTitlestringThe title of the changed column
valuejsonThe new value of the column
previousValuejsonThe previous value of the column

Monday Item Archived

Trigger workflow when an item is archived on a Monday.com board

Output

ParameterTypeDescription
boardIdstringThe board ID where the event occurred
itemIdstringThe item ID (pulseId)
itemNamestringThe item name (pulseName)
groupIdstringThe group ID of the item
userIdstringThe ID of the user who triggered the event
triggerTimestringISO timestamp of when the event occurred
triggerUuidstringUnique identifier for this event
subscriptionIdstringThe webhook subscription ID

Monday Item Created

Trigger workflow when a new item is created on a Monday.com board

Output

ParameterTypeDescription
boardIdstringThe board ID where the event occurred
itemIdstringThe item ID (pulseId)
itemNamestringThe item name (pulseName)
groupIdstringThe group ID of the item
userIdstringThe ID of the user who triggered the event
triggerTimestringISO timestamp of when the event occurred
triggerUuidstringUnique identifier for this event
subscriptionIdstringThe webhook subscription ID

Monday Item Deleted

Trigger workflow when an item is deleted on a Monday.com board

Output

ParameterTypeDescription
boardIdstringThe board ID where the event occurred
itemIdstringThe item ID (pulseId)
itemNamestringThe item name (pulseName)
groupIdstringThe group ID of the item
userIdstringThe ID of the user who triggered the event
triggerTimestringISO timestamp of when the event occurred
triggerUuidstringUnique identifier for this event
subscriptionIdstringThe webhook subscription ID

Monday Item Moved to Group

Trigger workflow when an item is moved to any group on a Monday.com board

Output

ParameterTypeDescription
boardIdstringThe board ID where the event occurred
itemIdstringThe item ID (pulseId)
itemNamestringThe item name (pulseName)
groupIdstringThe group ID of the item
userIdstringThe ID of the user who triggered the event
triggerTimestringISO timestamp of when the event occurred
triggerUuidstringUnique identifier for this event
subscriptionIdstringThe webhook subscription ID
destGroupIdstringThe destination group ID the item was moved to
sourceGroupIdstringThe source group ID the item was moved from

Monday Item Name Changed

Trigger workflow when an item name changes on a Monday.com board

Output

ParameterTypeDescription
boardIdstringThe board ID where the event occurred
itemIdstringThe item ID (pulseId)
itemNamestringThe item name (pulseName)
groupIdstringThe group ID of the item
userIdstringThe ID of the user who triggered the event
triggerTimestringISO timestamp of when the event occurred
triggerUuidstringUnique identifier for this event
subscriptionIdstringThe webhook subscription ID
columnIdstringThe ID of the changed column
columnTypestringThe type of the changed column
columnTitlestringThe title of the changed column
valuejsonThe new value of the column
previousValuejsonThe previous value of the column

Monday Status Changed

Trigger workflow when a status column value changes on a Monday.com board

Output

ParameterTypeDescription
boardIdstringThe board ID where the event occurred
itemIdstringThe item ID (pulseId)
itemNamestringThe item name (pulseName)
groupIdstringThe group ID of the item
userIdstringThe ID of the user who triggered the event
triggerTimestringISO timestamp of when the event occurred
triggerUuidstringUnique identifier for this event
subscriptionIdstringThe webhook subscription ID
columnIdstringThe ID of the changed column
columnTypestringThe type of the changed column
columnTitlestringThe title of the changed column
valuejsonThe new value of the column
previousValuejsonThe previous value of the column

Monday Subitem Created

Trigger workflow when a subitem is created on a Monday.com board

Output

ParameterTypeDescription
boardIdstringThe board ID where the event occurred
itemIdstringThe item ID (pulseId)
itemNamestringThe item name (pulseName)
groupIdstringThe group ID of the item
userIdstringThe ID of the user who triggered the event
triggerTimestringISO timestamp of when the event occurred
triggerUuidstringUnique identifier for this event
subscriptionIdstringThe webhook subscription ID
parentItemIdstringThe parent item ID
parentItemBoardIdstringThe parent item board ID

Monday Update Posted

Trigger workflow when an update or comment is posted on a Monday.com item

Output

ParameterTypeDescription
boardIdstringThe board ID where the event occurred
itemIdstringThe item ID (pulseId)
itemNamestringThe item name (pulseName)
groupIdstringThe group ID of the item
userIdstringThe ID of the user who triggered the event
triggerTimestringISO timestamp of when the event occurred
triggerUuidstringUnique identifier for this event
subscriptionIdstringThe webhook subscription ID
updateIdstringThe ID of the created update
bodystringThe HTML body of the update
textBodystringThe plain text body of the update

On this page