Problem
All the users targeted via an Email campaign were removed due to personalization failure.
Cause
As the personalization was based on the custom attribute ‘First Name’, personalization of this campaign failed as it was looking into MoEngage tracked attribute ‘First Name’ because this attribute did not exist for any of the users in the target segment. Personalization Code:{{UserAttribute['First Name']|default('MOE\_NOT\_SEND')}}
As the readable names of both the attributes i.e custom attribute ‘First Name’ and MoEngage Tracked attribute ‘First Name’ are the same, the personalization resolves to look into MoEngage tracked attribute and not the custom attribute.