Unsubscribe in Privacy Policy

Hi @MJago,


@MJago wrote:

Alternatively, is there a way to have a form with the different subscription options which then links to a workflow that will remove the customer from whichever subscription option they’ve chosen?


That would be the best way to go about it, in my opinion.

  1. Create a separate form that just asks for the email address.
  2. Create a dropdown that has all subscriptions as options + an unsubscribe from all email.
  3. Create a workflow that enrolls contacts based on the form submission in step 1.
  4. Use an if/then branch to branch by the option selected (step 2), then use the ‘Manage communication subscriptions’ workflow action to opt the contact out based on their choice.

Let me know if you have any follow-up questions!