Triggers & Actions

Use Monday.com as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.

Triggers

  • Monday.com Webhook Trigger

    Triggers when Monday.com events occur (item created, column value changed, etc.). Real-time webhook notifications.

Actions

  • Get Current User

    Get information about the user whose API key is being used

  • Get Boards

    Retrieve one or multiple boards with their metadata and items

  • Create Board

    Create a new Monday.com board with specified properties

  • Update Board

    Update a Monday.com board's attributes

  • Duplicate Board

    Duplicate a Monday.com board with its structure and optionally items

  • Archive Board

    Archive a Monday.com board (can be restored later)

  • Delete Board

    Permanently delete a Monday.com board (cannot be restored)

  • Get Columns

    Returns an array containing metadata about one or a collection of columns from Monday.com boards

  • Create Column

    Create a new column on a Monday.com board

  • Change Column Value

    Change the value of a column in a specific item (row) with a JSON value

  • Change Multiple Column Values

    Change multiple column values of a specific item (row) using a JSON object with column IDs as keys

  • Change Column Title

    Change the title of a column in a Monday.com board

  • Change Column Metadata

    Update the metadata of an existing column (title or description)

  • Delete Column

    Delete a column from a Monday.com board (permanently removes the column and all its data)

  • Get Groups

    Get groups from a Monday.com board with metadata information

  • Create Group

    Create a new empty group in a Monday.com board

  • Update Group

    Update an existing group in a Monday.com board

  • Duplicate Group

    Duplicate a group with all of its items in a Monday.com board

  • Move Item to Group

    Move an item between groups on the same Monday.com board

  • Archive Group

    Archive a group with all of its items in a Monday.com board (reversible)

  • Delete Group

    Delete a group with all of its items from a Monday.com board (permanent)

  • Get Items

    Get specific items by their IDs with metadata (up to 100 items)

  • Create Item

    Create a new item in a Monday.com board with optional column values

  • Duplicate Item

    Duplicate a single item in a Monday.com board

  • Move Item to Board

    Move an item to a different Monday.com board with column mapping. Formula columns cannot be mapped.

  • Archive Item

    Archive a single item in a Monday.com board (reversible)

  • Delete Item

    Delete a single item from a Monday.com board (permanent)

  • Clear Item Updates

    Clear all updates on a specific Monday.com item, including replies and likes