Skip to content
background-image background-image

Monday document create

[ | version 3.0]

Connector

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

Connector processing type: Row by row!

The Monday Document Create connector seamlessly empowers you to generate new documents within the Monday.com work management platform. With just a few simple steps, this connector facilitates the creation of documents tailored to specific items.


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 document create input 1.0.0

Column Data type Allow null Description
ItemID String No The item's unique identifier
ColumnID String No The column's unique identifier
Blocks Monday Document Create Input Block v1.0.0 Yes Blocks schema

Monday document create input block ver 1.0.0.

Column Data type Allow null Description
Type String No Type of block content e.g. normal_text (see below)
AfterBlockID String Yes Id of the block after which the written block will be located
Content JSON No The block content
Type

The block's content type: normal_text, large_title, medium_title, small_title, quote, bulleted_list, numbered_list, check_list, or code.

Output

Monday document create output

Column Data type Allow null Description
DocumentID String No The document's unique identifier
Blocks Monday Document Create Output Block v1.0.0 Yes Blocks schema

Monday document create output block

Column Data type Allow null Description
BlockID String No Blocks schema ID
Content JSON No The block content

Examples

Name Decription
Document create Shows how to create a new document within a specific item on the Monday.com

Release notes

3.0.0

  • First release