My Mautic version is: 2.15.3
My PHP version is: 7.0.33-0+deb9u6
Issue: Contact ID token on e-mails
Solving this issue, I will be able to: Send “CONTACT profile view URL” on e-Mails.
This document bellow discribes the “Email specific tokens”.
I would like to know how can I make a token such as {contact_id}
So, I can generate a “CONTACT profile view URL” link to send to sales people such as bellow.
https://my-mautic-install.com/s/contacts/view/**{contact_id}**
I have taken a screenshot to better explain it, please access it at: Pasteboard - Uploaded Image
I have seeing that it was already reased before as a future feature at the link bellow but I was not able to find any other moviment on this way:
Please, someone can help me in how can I create this token {contact_id}?
Thanks in advanced
1 Like
Hi! @rcheesley,
Could you please help on this?
Are you please able to better address it?
Thanks in advanced.
I do not understand why nobody care about it…
joeyk
4
Maybe I misunderstand your question, but did you try: {contactfield=id} ?
It is written here black and white: https://docs.mautic.org/en/setup/variables
regards:
joey
1 Like
Even though this is really old:
This works! Thank you Joey!