Add custom functionality with Code modules
- Last UpdatedJun 11, 2026
- 1 minute read
The easiest way to add custom functionality is to use the code modules. These modules let you write custom functionality in your programming language of choice (C#, Python or Javascript). Using code modules, you can enter small pieces of code directly in the module settings.
Note: For larger pieces of code, use the resource library and upload your files, then add them to your flows.
Python Bridge module
The Python Bridge module provides access to a standard Python environment, where you can also install third-party libraries. This module can be used to install a machine learning (ML) library and then load a trained model that is used to process message data.