Monday.com (Edge)

Last updated on May 25, 2026

Edge Pipeline is now available for Public Review. You can explore and evaluate its features and share your feedback.

Monday.com is a cloud-based work operating system that enables teams to build, run, and scale their workflows. It allows businesses to manage projects, track task progress, assign ownership, and collaborate across departments through customizable boards and dashboards.

Hevo uses Monday.com’s GraphQL API to replicate data from your Monday.com account to the Destination of your choice. To ingest data, you must provide Hevo with a Personal API Token to authenticate to your Monday.com account.


Supported Features

Feature Name Supported
Capture deletes Yes
Custom data (user-configured tables & fields) No
Data blocking (skip objects and fields) Yes
Resync (objects and Pipelines) Yes
API configurable No
Authorization via API Yes

Handling of Deletes

For the following objects, the complete data is ingested during each Pipeline run. Hevo identifies deleted records by comparing the latest data fetched from the Source with the data present in the Destination. If a record exists in the Destination but is no longer returned by the Source, Hevo marks the record as deleted by setting the value of the metadata column __hevo__marked_deleted to True:

  • workspace

  • workspace_owner_subscriber

  • workspace_team_subscriber

  • workspace_user_subscriber

  • team

  • team_user

  • tags

  • users

  • board

  • board_owner

  • board_subscriber

  • board_tag

  • board_update

  • columns

  • item_subscriber

  • column_value

  • column_value_item_id

  • column_value_mirror_item

  • person_team

  • updates

  • asset

  • reply

For the item object, Monday.com marks deleted records by setting the state field to deleted and archived records by setting state to archived. For the groups object, Monday.com marks deleted records by setting the deleted field to True. In both cases, Hevo ingests these records and marks them as deleted in the Destination by updating the __hevo__marked_deleted metadata column to True.

The following objects do not support capturing deletes:

  • activity_log

  • time_tracking_history


Source Considerations

  • Monday.com enforces a complexity budget for its GraphQL API. Each query has a limit of 5 million complexity points, and your account has a rolling budget of 10 million complexity points per minute (1 million for free and trial accounts). Queries that exceed this limit result in a GraphQL error. If you encounter continuous complexity errors, consider reducing the number of active objects selected in the Pipeline.

  • On the first Pipeline run, Hevo fetches all activity_log records from the beginning of the account (starting from 1970-01-01T00:00:00Z). For accounts with a large volume of activity log data, the initial load may take longer than subsequent incremental syncs.


Revision History

Refer to the following table for the list of key updates made to this page:

Date Release Description of Change
May-22-2026 NA New document.

Tell us what went wrong