yes, but I want to add the contact's unique id from contact contact I want to pass that I as a query string url and then on the back-end do a call to get contacts info https://api.constantcontact.com/v2/contacts/$ccId?api_key=$apiKey
... View more
whats the syntax for adding the contact's unique id to an email body? I want to pass the id via the url query string and do a call on the back-end to retrieve the users data (avoiding PII and do not want to pass the email address value in a url query string). Once I have the ID I can get the relevant info in a secure matter https://api.constantcontact.com/v2/contacts/$ccId?api_key=$apiKey
... View more