SOLVED

Taking different actions depending on form values submitted

Go to solution
Anonymous
Not applicable

Taking different actions depending on form values submitted

Hi There,

I have a subscription form that changes a lead's data value for each given email segment (updates, blog, etc). pretty straightforward, just simple checkboxes for each subscription type and it sends off an email letting the lead know that they changed their settings.

That works fine, but what I want to do is also have a secondary set of actions that occur if the lead unsubscribes from everything- that adds them to our block list and sends them a "you unsubscribed" email and NOT the "you changed your subscription" email.

This is probably on the easy side but I want to get a definitive answer to make sure everything works.

So it's:

Lead changes subscription settings > send "you changed your subscripion" email, change values, do nothing else.

Lead unsubscribes from all > send "you have unsubscribed" email, change values, also unsubscribed data value = true.

Could someone please provide precise logic for making this unsubscribe action occur, while making sure that the "you changed your subscription" email doesn't go out? I need it to be bulletproof so I would rather defer to the experts instead of piecing things together myself. Thanks!
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

Re: Taking different actions depending on form values submitted

since i'm not in your system, i cannot provide the exact logic, but it would be something like:

1. If lead fills out form and unsubscribed=False, run Campaign X (which you have)
2. if Lead fills out form and unsub=true, then run Unsubscribe flow:

this flow turns off their other subs, then sends them the email you want.

View solution in original post

1 REPLY 1
Josh_Hill13
Level 10 - Champion Alumni

Re: Taking different actions depending on form values submitted

since i'm not in your system, i cannot provide the exact logic, but it would be something like:

1. If lead fills out form and unsubscribed=False, run Campaign X (which you have)
2. if Lead fills out form and unsub=true, then run Unsubscribe flow:

this flow turns off their other subs, then sends them the email you want.