How to send a "Confirm your place" email to a segmented list of contacts and collect the data
SOLVE
I have an already segmented list of contacts for an event who have all signed up. How would I create an email with a call to action button asking them to confirm their place without having to create and have them fill out a further form?
This is a fun one to solve and I've done this on a few instances so I know that it works! I would point them to a HubSpot form that's already populated with their content. So all they have to do is, hit submit or change where necessary.
Create a HubSpot form and get the URL for that form, say "replacethisurl.com"
Personalize that URL on your CTA button with the internal values from the personalization tokens, "replacethisurl.com?email={{ contact.email }}&address={{ contact.address }}&city={{ contact. city }}&state={{ contact.state }}&zip={{ contact.zip }}
The above {{ contact.xyz }} are the personalization token values, but if you're using the drag and drop editor you'd paste something like the above into the URL of the button in your email.
How to send a "Confirm your place" email to a segmented list of contacts and collect the data
SOLVE
This is one of my favorite "hacks", too, @Bryantworks!
If there isn't any need for them to see all of the information in a form again, @JKelly4, this could also be as simple as sending another email with a confirmation button that takes these contacts to a "Thank you for your confirmation" landing page.
After sending the email, you can see all contacts who clicked a link ( = button) in the analytics of the marketing email or by creating a list:
The contacts in the list would be the ones who clicked the button / confirmed their participation.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
How to send a "Confirm your place" email to a segmented list of contacts and collect the data
SOLVE
Agreed @karstenkoehler, I initially misread this as "Confirming" an address for a contact for something like a Holiday package. But if @JKelly4 simply needs a user to click and say they're attending, a link in the email should be enough. You could this run a list off of this like @karstenkoehler mentions or just pull the "Click" list from the email analytics.
How to send a "Confirm your place" email to a segmented list of contacts and collect the data
SOLVE
This is one of my favorite "hacks", too, @Bryantworks!
If there isn't any need for them to see all of the information in a form again, @JKelly4, this could also be as simple as sending another email with a confirmation button that takes these contacts to a "Thank you for your confirmation" landing page.
After sending the email, you can see all contacts who clicked a link ( = button) in the analytics of the marketing email or by creating a list:
The contacts in the list would be the ones who clicked the button / confirmed their participation.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
This is a fun one to solve and I've done this on a few instances so I know that it works! I would point them to a HubSpot form that's already populated with their content. So all they have to do is, hit submit or change where necessary.
Create a HubSpot form and get the URL for that form, say "replacethisurl.com"
Personalize that URL on your CTA button with the internal values from the personalization tokens, "replacethisurl.com?email={{ contact.email }}&address={{ contact.address }}&city={{ contact. city }}&state={{ contact.state }}&zip={{ contact.zip }}
The above {{ contact.xyz }} are the personalization token values, but if you're using the drag and drop editor you'd paste something like the above into the URL of the button in your email.