← Back to Modules Help
Module Development Guide
Learn how to extend LinkWrangler's functionality by creating custom modules for integrations and rule actions.
LinkWrangler provides a powerful framework for building custom modules. Whether you want to add a tracking pixel or a completely new interaction type to the Rule Builder, you can define it all with a single JSON file.
Core Concepts
Understand the difference between Actions and Integrations, and learn about the module lifecycle.
Widgets & UI
Explore the available form widgets (Rich Text, Color Pickers) and layout options to build beautiful settings screens.
JSON Reference
Complete glossary of all properties in the ModuleDefinition schema.
Examples
Copy-paste ready code for working modules like Banners and Pixels to get started fast.