Changing Data Value of Custom Field(s) based on another Custom Field
Hi All,
So following is a scenario which we often encounter :
On successful registration of a user on our website, we generate an email verification link which is sent out to the user via an email. On clicking the link by the user, we set the isVerified status for that user to "True".
We are trying to implement this scenario in Marketo.
We are able to populate the custom fields using Marketo's REST API to Create/Update leads.
There are two custom fields, one being the AccountVerificationLink (Type-Text Area) which has the email verification link that we send out to users "inserting tokens" in the email body. i.e. by using {{lead.accountVerificationLink}}.
Another field is the isVerified (Type-Boolean) which is pre default set to "False".
I want to automatically change the data value of field "isVerified" to "True" when a user opens the email and clicks on the email verification link which has been put there using tokens.
How do you suggest I achieve this in Marketo ?
Thanks a lot for all your help in this !