Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello Sandford, Thanks for your response. Is there any instructions as to how we would do this? Our link would be my.link.com/subscriptions/preferences/{{lead.Id}}. Once the user ends up in the custom page, we allow them to enter their email into an input and send an unsubscribe to Salesforce that i...
Hello team,My company is creating a preference center outside of Marketo since we need to be able to unsubscribe from other providers. Is it possible to set up the unsubscribe url with a dynamic variable (in this case, the lead id) in Marketo, so that every mail can have that unsubscribe link in all...
@SanfordWhiteman Basically the new subscription center will be hosted outside of Marketo and will need to use the React component library components to create the form. Currently I was able to add the following query parameters to the unsubscription url: ?mkt_unsubscribe=1&mkt_tok=##MKT_TOK##Next st...
Thanks @SanfordWhiteman ,one more question is it possible to identify a user/lead based on the mkt_tok value using the REST API?
@Grégoire_Miche2 Thanks for your comprehensive answer. I have the following use-case. I'm create a subscription center page outside of Marketo, in order to have our local branding and styling. I have attached the following query parameters to the unsubscription url: ?mkt_unsubscribe=1&mkt_tok=##MKT...