# Use {contactfield=points} in email

**URL:** https://forum.mautic.org/t/use-contactfield-points-in-email/26387
**Category:** General Discussion
**Created:** [December 12, 2022, 6:17pm UTC](https://forum.mautic.org/t/use-contactfield-points-in-email/26387 "2022-12-12T18:17:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gilles34](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/gilles34/32/8881_2.png) [@gilles34](https://forum.mautic.org/u/gilles34)
#### Post date: [December 12, 2022, 6:17pm UTC](https://forum.mautic.org/t/use-contactfield-points-in-email/26387/1 "2022-12-12T18:17:46Z")

</div>

Hi,  
When the contact score is at least 2, I send an email to the backoffice. I put the field {contactfield=id} in href link like "More details " [https://My.website/s/contacts/view/{contactfield=id}](https://My.website/s/contacts/view/%7Bcontactfield=id%7D)

The contact id point to 46 value like this

 ![2022-12-13_15-56-43](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/0/0db406708d65c7f388e544ec00905fbabf05e6a1.jpeg)

while the correct identifier is the 9, for which I find the complete tracking, like this

 ![2022-12-13_16-02-52](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/8/88ab7d76ebc8e9143c8a9d1b0f437eb19fb7d93b.jpeg)

why the trigger does not give me the right value. It’s as if mautic created an intermediate contact with a piece of tracking and then did the merge on the right contact. The problem is if I put the {contactfield=points} tag and the {contactfield=email} tag in my email, I don’t have the right values. it’s somehow logical because the IDt points to the wrong id which has no email or point

Please help me  
Regards
