monday.com

Connect monday.com to FastHook

Connect monday.com boards, items and updates to FastHook Workflows. React to board events and automate tasks with OAuth.

Choose from 12 Triggers and 13 Actions.

Connect your account

Connect your monday.com account through OAuth. Choose boards accessible to the connected user; FastHook stores tokens encrypted and refreshes them automatically.

  1. In FastHook Sources, choose New source → Provider app → monday.com and connect your account.
  2. Authorize FastHook, choose your boards and select an event. FastHook creates the webhooks automatically.
  3. Add monday.com Actions to a Workflow, choose resources, map input fields and test the result.
  4. Activate the Workflow when you are ready to process board events.

Connect monday.com →

Example automations

  • Create a board item when a form or CRM lead arrives.
  • Send a Slack notification when a column value changes.
  • Update a task status or add a comment after a Workflow completes.

Triggers

  • Create Item
  • Change Column Value
  • Change Name
  • Item Archived
  • Item Deleted
  • Item Moved To Any Group
  • Item Restored
  • Create Update
  • Edit Update
  • Delete Update
  • Any monday.com Event
  • Custom monday.com Events

Actions

  • Get Current User
  • Get Board
  • List Board Items
  • Get Item
  • Create Item
  • Create Subitem
  • Change Column Values
  • Rename Item
  • Move Item to Group
  • Archive Item
  • Delete Item
  • Create Update / Comment
  • Custom GraphQL Request

Working with monday.com

FastHook manages one webhook per selected board and event, authenticates callbacks with a unique secret, and deduplicates repeated deliveries.

Choose up to five boards per Source. Any monday.com Event receives the ten event types currently supported by FastHook.

Column values use JSON keyed by column ID. Get Board returns column IDs, types and settings; each column type expects its own value format.

List Board Items returns up to 100 items per page. Map the returned cursor into the next call to continue reading the board.

Actions use monday.com API version 2026-07. Output schemas contain the fields selected by each GraphQL query; custom GraphQL results have a flexible body.

Webhook payload fields vary by event. FastHook preserves the original payload and provides an open schema based on official event examples.

Your monday.com account permissions, API limits and plan determine which boards and operations are available.

monday.com reference · Explore monday.com integrations · monday.com API documentation