monday workflows
Lear how to build integrations for the monday.com ecosystem
monday workflows is a powerful platform component that enables users to automate 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:
- Automation block
- Field for automation block
These blocks can be actions or triggers and can be combined with other workflow blocks to create flexible integration recipes. Each block is comprised of:
- Public endpoints that the monday apps server calls when the block executes
- 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 can select these fields from monday.com's built-in field types, or you can create custom fields using the Field for automation block app feature.
A guide for creating an automation block in the Developer Center
Learn how to create a custom field and configure its dependencies
Test your blocks in your development environment
Technical reference for executing actions in a monday workflow
Technical reference for invoking a workflow and handling subscriptions
Technical reference to create your own string, number, boolean, and date fields
Updated 8 days ago
