Auto Responder

Auto Responder lets YAWBDB send custom responses when messages match specific words, phrases, or patterns.

It is useful for simple automation that does not require AI.


💼 Common use cases

Auto Responder can be used for:


🎯 Matching messages

Responses can be triggered by different kinds of matching rules, depending on your configuration.

Examples:

Use simple triggers when possible. Regex patterns are powerful but can be harder to debug.


🎯 Channel or category targeting

Auto responses can be mapped to channels or categories.

This lets you keep responses relevant.

For example:


🖱️ Drag-and-drop configuration

Auto Responder can use a drag-and-drop style interface for mapping responses and targets.

This makes it easier to organize multiple responses without editing raw configuration files.


↔️ Difference from AI Responses

Auto Responder is deterministic.

If a message matches the rule, the configured response is used.

AI Responses are dynamic and context-aware. They can generate different replies depending on the conversation.

Use Auto Responder for fixed, predictable replies. Use AI Responses when you want context-aware behavior.


💡 Best practices