Adding a Vote Up button or Down button in email

Hi Bubble,

Need to add a feature to email when Current User request a vote process:

When the receiver([email protected]) open the email will have 2 choices for Up vote or Down Vote. Based on selection in the User db will have the response for the vote updated. I cannot wrap my mind what will be the easiest way to implement this feature.
Thanks,
OV

Anything that can create an HTML button in the email. Then the link on the button calls an API workflow. Link will need to have parameters so workflow can search for the whatever it is voting on.

1 Like

Thanks NigelG, I have a start point now