How's Everything Looking?
Loading statistics...
Queue Status
Loading queue status...
Data Retention
Loading retention status...
Messages
Hit Search to load messages
Email Mappings
Loading mappings...
Unmapped Ryanair Emails
Loading unmapped emails...
Operations History
Loading operation history...
Routing Rules
💡 Tip: Email mappings are checked first for Ryanair emails. Rules are evaluated for all other emails.
Loading rules...
Rules Documentation
Example Matchers
// Match sender domain
{
"sender": {
"type": "contains",
"value": "@example.com"
}
}
// Match subject keyword
{
"subject": {
"type": "contains",
"value": "urgent"
}
}
// Match with regex
{
"sender": {
"type": "regex",
"value": "^noreply@.*\\.com$"
}
}
// Combine conditions (AND)
{
"and": [
{
"sender": {
"type": "contains",
"value": "booking"
}
},
{
"subject": {
"type": "contains",
"value": "confirmation"
}
}
]
}
Example Actions
// Forward to single email
{
"type": "forward",
"to": "client@example.com",
"fromBrand": "edreams"
}
// Forward to multiple emails
{
"type": "forward",
"to": ["client1@example.com", "client2@example.com"],
"fromBrand": "edreams"
}
Circuit Breaker
Loading circuit breaker status...
Dead Letter Queue
Loading DLQ jobs...
Rate Limits
Loading rate limits...