Include the Breach Model Name attribute in the HIBP breach notification email.
The title of the breach notification is inconsistent with the breach model name attribute, which makes automation quite difficult to match up.
The api for single breaches, only allows you to search by the name field.
Examples emails that have been sent that didn't match:
Subject: <int> email on <domain> has been pwned in the Free Data breach.
"Name": "FreeMobile",
"Title": "Free",
"Domain": "free.fr",
"BreachDate": "2024-10-17",
"AddedDate": "2025-05-27T07:03:21Z",
"ModifiedDate": "2025-05-27T07:03:21Z",
"PwnCount": 13926173,
subject: <int> emails on <domain> have been pwned in the Operation Endgame 2.0 data breach
"Name": "OperationEndgame2",
"Title": "Operation Endgame 2.0",
"Domain": "",
"BreachDate": "2025-05-23",
"AddedDate": "2025-05-23T20:47:34Z",
"ModifiedDate": "2025-05-25T21:41:13Z",
"PwnCount": 15436844,

This is the job of the API.