Parse email content with regex and advanced options
Extract values from email content and handle attachments or content modes.
Use regex rules when the email contains structured data you want to extract automatically.
Use advanced options when you need attachment parsing or a specific content mode.
Regex rules
A regex rule usually contains:
the regex pattern
the field to populate
the match index to use
This is useful when the email contains repeatable labels such as customer number, phone number, or object code.
Advanced options
Advanced options can include:
parsing attachments
choosing TEXT or HTML content mode
forcing a debtor number
When to use regex instead of forced values
Use forced values when the same value should always be written.
Use regex when the value should be extracted from each incoming email.
Configure regex and advanced options
Practical tips
start with simple patterns
test against real email samples
use TEXT mode when HTML formatting breaks your pattern
Frequently asked questions
Related topics
Last updated
Was this helpful?
