📄️ Modifier Custom Integration - Word Repeater
This page details the steps to build a simple modifier integration that repeats words. Given a string "Don! Well, look who we've got here.", and settings specifying the target words as "Don", and "Well", it should return "Don Don Don! Well Well Well, look who we've got here". It's silly but it showcases how a custom integration might be built.
📄️ Modifier Custom Integration - Profanity Filter
This page explains how to create a custom integration for a profanity filter. The integration will modify new messages entering a channel by masking profane words.
📄️ Interval Custom Integration - Uptime Monitor
This page explains how to create a custom integration for a website uptime monitor. The integration will check the status of a website at set intervals and post the result to the Telex channel where is it activated.