monday workflows
Technical reference for developers building integrations for the monday ecosystem.
Blocks are the basic unit of workflow automation in monday.com. In this section, you'll find reference documentation for building blocks and fields for monday workflows.
Skip to About monday workflows to learn the basics of monday workflows.
Create your first block
A guide for creating a block in the monday UI.
Add a custom field
A guide to create a custom field and configure its dependencies.
Test your blocks
A guide to use your blocks in your development environment.
Actions Reference
Technical reference for executing actions in a monday workflow.
Triggers Reference
Technical reference for invoking a workflow and handling subscriptions.
Primitive Fields
Technical reference to create your own string, number, boolean, and date fields.
About monday workflows
monday workflows is a powerful platform component that allows users to automate their processes. Through the visual workflow builder, users can combine blocks of triggers, actions, and conditions to assemble the perfect workflow.
The apps framework exposes two features to build custom blocks and fields:
- Integration for monday workflows
- Custom field for monday workflows

You can develop custom blocks with their own data handling using these app features. You can create both actions and trigger blocks that can be combined with any other blocks in the workflow builder to create flexible integration recipes. Each block is comprised of:
- Public endpoints for the monday apps server to send requests
- Input fields that specify what data your block needs to run
- Output fields that define what data your block sends to the next block
You'll also configure input and output fields for your blocks. You can select these fields from monday's built-in field types, or you can create custom fields with the custom field for monday workflows app feature.
Combined, these app features open up a world of possibilities. They offer a flexible, highly customizable solution to build powerful and efficient integrations, ultimately helping streamline business processes.
With the workflow builder, the sky is the limit!
Updated 23 days ago