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.