Monday
Connect to Monday
2. Select Monday.
3. Enter your account credentials and click Connect.
API Token
: βMonday API Token / Monday Access Token
You can find your OAuth application in Monday main page -> Profile picture (bottom left corner) -> Developers -> My Apps -> Select your app.
You can get the API token for Monday by going to Profile picture (bottom left corner) -> Admin -> API.
Refer to Monday.com documentation or contact us if you encounter difficulites
4. Choose the tables you want to import. If there are any other required forms or fields, ensure that you fill them out with the necessary information to proceed.
5. Click Test to verify the connection and see a preview of the connected data.
6. Click Create Resource to finish the setup. You will be redirected to the resource page where you can see your newly connected resource displayed at the top.
Supported Tablesβ
Several output streams are available from this source:
Important Notes:
Columns
are available from theBoards
stream. By syncing theBoards
stream you will get theColumns
for eachBoard
synced in the database The typical name of the table depends on thedestination
you use likeboards.columns
, for instance.Column Values
are available from theItems
stream. By syncing theItems
stream you will get theColumn Values
for eachItem
(row) of the board. The typical name of the table depends on thedestination
you use likeitems.column_values
, for instance. If there are more endpoints you'd like Airbyte to support, please create an issue.Incremental sync for
Items
andBoards
streams is done using theActivity logs
stream. Ids of boards and items are extracted from activity logs events and used to selectively sync boards and items. Some data may be lost if the time between incremental syncs is longer than the activity logs retention time for your plan. Check your Monday plan at https://monday.com/pricing.
Last updated