Basic concepts

Integrations in monday are automated data flows between monday and a third-party system. You will build one or more blocks which users can combine to make sophisticated data flows.

This integration runs when a customer fills out a Contact Us form.

Example: this integration runs when a customer fills out a Contact Us form.


Anatomy of an integration

Each integration is made up of blocks connected in sequence:

  • Trigger block: The starting point that listens for a specific event (e.g., form submission).
  • Action blocks: Tasks that run in response to the trigger, executing actions on behalf of the user.

Each block passes data forward upon execution using output fields, which become input fields for the next block.

Integration with annotations showing blocks and fields in sequence.

Annotated diagram showing blocks and data flow.


Choose an integration app feature

Integrations are a general category that represents two different app features: monday workflows and sentence builder. Both features work the same under the hood, but they appear in different parts of the platform.


💡

Tip: Set up an integration before building your own

We recommend spending a few minutes creating automations and integrations in the monday UI before you develop your own. Read a knowledgebase article or complete the automations course in the monday academy.


Advanced topics & further reading

You can also familiarize yourself with how the app framework handles the following concepts: