Monday
Monday, ETL connector for data replication
Snapshot
Release Status
Released
Source API Version
v2
Table Selection
Yes
Column Selection
Yes
Edit Integration
Yes
Replication Type Selection
No
Authentication Parameters
Api Key
Replication Type
Key Based Replication, Full Replication
Replication Key
Date
Suggested Replication Frequency
1 hour
Tables/APIs Supported
Boards
BoardsData
Users
Updates
Generating API key for Monday
To configure Monday, you will need the API token for your account. You can get your API token in following ways:
Admin tab
If you are an admin user on your monday.com account, follow these steps to access your API token:
Log into your monday.com account.
Click on your avatar/profile picture in the top right corner.
Select Administration (this requires you to have admin permissions).
Go to the API section.
Copy your personal token. Please note that you can always regenerate a new token; however, doing so will cause the previous token to expire.
Developer tab
If you are a member user or an admin on your monday.com account, follow these steps to access your API token:
Log into your monday.com account.
Click on your avatar/profile picture in the top right corner.
Select Developer. This will open the Developer Center in another tab.
Click Developer in the top menu.
Select My Access Tokens.
Click on the blue Show button to expose your API token and copy it. Please note that you can always regenerate a new token; however, doing so will cause the previous token to expire.
Integrate Monday with Daton
Sign in to Daton
Select Monday from Integrations page
Provide Integration Name Replication Frequency and History. Integration name would be used in creating tables for the integration and cannot be changed later
In the next step you will be asked to enter Monday API key
Post successful authentication you will be prompted to choose required tables from the list
Then select all required fields
Submit the integration
Workflow
Integrations would be in Pending state initially and will be moved to Active state as soon as the first job loads data successfully on to the configured warehouse
Users would be able to edit/pause/re-activate/delete integration anytime
Users can view job status and process logs from the integration details page by clicking on the integration name from the active list
Monday Data
Boards
Purpose: This API gives all the the meta data about different boards present. It contains data of board names, ids, creator, owners, different columns present in the board etc.
Source API Documentation: https://developer.monday.com/api-reference/docs/boards
Replication: Full Replication
Replication Key: N/A
Fields
board_folder_id
NUMERIC
board_kind
STRING
creator
RECORD
groups
RECORD
id
NUMERIC
item_terminology
STRING
items_count
NUMERIC
name
STRING
owners
RECORD
permissions
STRING
state
STRING
subscribers
RECORD
top_group
RECORD
type
STRING
updated_at
TIMESTAMP
BoardsData
Purpose: This API is used to fetch the items or values of all columns within the boards. If each board is equivalent to a table then item is a single row in that table. Boards Data table will fetch all the column values present in every board.
Source API Documentation: https://developer.monday.com/api-reference/docs/column-values
Replication: Full Replication
Replication Key: N/A
Fields
boardid
NUMERIC
boardname
STRING
groupid
STRING
grouptitle
STRING
itemid
NUMERIC
itemname
STRING
Users
Purpose: This API is used to fetches details of all the users part of account or organisation.
Source API Documentation: https://developer.monday.com/api-reference/docs/users
Replication: Full Replication
Replication Key: N/A
Fields
account
RECORD
birthday
DATE
country_code
STRING
created_at
TIMESTAMP
current_language
STRING
STRING
enabled
BOOLEAN
id
NUMERIC
is_admin
BOOLEAN
is_guest
BOOLEAN
is_pending
BOOLEAN
is_view_only
BOOLEAN
is_verified
BOOLEAN
last_activity
TIMESTAMP
location
STRING
name
STRING
phone
NUMERIC
photo_original
STRING
photo_small
STRING
photo_thumb
STRING
photo_thumb_small
STRING
photo_tiny
STRING
time_zone_identifier
STRING
title
STRING
url
STRING
utc_hours_diff
NUMERIC
Updates
Purpose: This API is used to return all updates across an account
Source API Documentation: https://developer.monday.com/api-reference/docs/updates
Replication: Full Replication
Replication Key: N/A
Fields
id
NUMERIC
created_at
TIMESTAMP
creator_id
NUMERIC
item_id
NUMERIC
text_body
STRING
updated_at
TIMESTAMP
Last updated