What characters are allowed
By default, name fields accept:- Letters (A–Z, a–z) — if needed, you can enable additional alphabets or allow any characters.
- Apostrophes (
') — for names like O’Brien - Hyphens (
-) — for names like Mary-Jane - Spaces
Each field has a 100-character limit.
Two ways to send a name
Option 1 — Send the parts separately
PassFirstName and LastName as individual fields. Maestra stores exactly what you send, with no parsing.
Option 2 — Send a single full-name string
Pass the whole name in oneFullName field. Maestra splits it into first and last automatically by checking the first word against its name dictionary.
Standard vs. non-standard names
Maestra keeps a dictionary of common names (rare, uncommon, or specific names and nicknames may not be included). When a name matches the dictionary, it’s marked as standard. This matters when you pick a personalization variable in a template:Recipient.FirstName— uses whatever is on file, standard or not. Best for maximum reach.Recipient.OnlyStandardFirstName— only fills in if the name is standard. Best when you’d rather show a generic greeting than risk sending “Hi null” to subscribers with junk data.