Skip to content
background-image background-image

Monday item create

Connector

The connector is permitted for use of the platform background agent.

Connector processing type: Row by row!

The Monday Item Create Connector enables the creation of a new item within a specific board on the Monday.com work management platform. The connector configuration form dynamically requires the input of specific parameters necessary for the correct definition and placement of the new item in the monday.com hierarchy structure.


Configuration

Monday Connection configuration

API token

The API token for the connection configuration can be found in monday.com > User avatar > Developers > Developer > My Access Tokens.

Timeout

The timeout (in seconds) for the request to monday.com work management platform. The default value is 60 seconds.


Input & Output Schema

Input

Monday item create input (ver 1.0.0)

Column Data type Allow null Description
BoardID String No Board ID
GroupID String Yes Group ID of the group in the specified board
ItemName String Yes Item name
ColumnValues Monday Item Create Column Value v1.0.0 Yes Column Values

Monday item create column value (ver 1.0.0)

Column Data type Allow null Description
ColumnID String No Column ID
Value JSON No Column value in JSON format

Output

This connector does not require a schema.


Examples

Name Decription
Item create Shows how to create a new item within a specific board on the Monday.com
Item create with the column values Shows how to create a new item with the column values within a specific board on the Monday.com

Release notes

3.0.0

  • First release