Discussions
[HELP] Trigger an email automatically after clicking on a specific button !

Hello,
To contextualize, I want to send an email to customers with an "I want to be contacted" button. When a customer clicks on this button I want another email to be automatically sent to him. Knowing that other buttons and links are present in the email so it is only when he clicks on this specific button.
Can you help me on this case and tell me which function I should use please?
Thanks for your help !😀
Coralie
Comments
-
Hi,
You could use a blind form submission link for this, so clicking the button submits a form. It would need no more than email address, and the form processing steps could either send your email based on the 'send submitter a notification', or you could drop them into a campaign, depending on what works best.
The blind link would be along these lines:
"http://s<<Eloqua Site ID>>.t.eloqua.com/e/f2.aspx?elqFormName=<<Eloqua Form Name>>&elqSiteID=<<Eloqua Site ID>>&emailAddress=<span%20class=eloquaemail>EmailAddress</span>"
The quotes are just to allow me to paste that in here...
Hope that helps
Phil
-
Thanks for your feedback!
So there is no other simpler solution than to use the form functionality?
Thanks,
Coralie
-
Not that comes to mind sorry, but maybe some others here would have another approach for you.
-
Vote for @Phil Boyden solution!