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.

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 the Boards stream. By syncing the Boards stream you will get the Columns for each Board synced in the database The typical name of the table depends on the destination you use like boards.columns, for instance.

  • Column Values are available from the Items stream. By syncing the Items stream you will get the Column Values for each Item (row) of the board. The typical name of the table depends on the destination you use like items.column_values, for instance. If there are more endpoints you'd like Airbyte to support, please create an issue.

  • Incremental sync for Items and Boards streams is done using the Activity 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