newContactEmail.

How extraction works
For each category, you define a list of fields. Each field has:- A field name — the variable name you’ll reference in actions (e.g.,
newContactEmail) - A description — a plain-English explanation of what the field contains, which Mary uses to find it in the email
Example configurations
Left Company
When a reply tells you the recipient has left the company, you often want to capture the replacement contact’s details so you can route them into your nurture flow.Out-Of-Office
For OOO replies, the most useful piece of data is when the person is coming back — so you can pause outreach until then.Changed Email
For “I have a new email” replies, capture the new address so you can update the lead record.Required vs. optional fields
Each field can be marked as Required or left as optional.Mark a field as Required if the email must contain that data to be processed. If a required field can’t be found, the email will be flagged for review rather than processed automatically — preventing partial or broken downstream actions.
Using extracted values in actions
Once a value is extracted, it’s available as a variable in the Actions configuration for that category. Reference it with the standard token syntax — for example,{{ newContactEmail }} — anywhere the action accepts a dynamic value.
This is how the full chain comes together: a reply gets classified, fields get pulled, and those values flow directly into the Marketo updates and list adds you’ve configured.