Skip to main content
Solved

Sign Up Form - Email Result to Myself

  • November 27, 2020
  • 4 replies
  • 406 views

Forum|alt.badge.img+2

Hello,

So we have a catalog request sign up form that when user submits triggers us to mail them a physical catalog.

 

Is there a way to have the contents of the form submitted (users name and address) to be emailed to us when user submits the form ? 

 

I know we can set up a flow to do something after user is joined to a list after submitting form, but I do not see one of the options of the flow having an email sent to us with the contents of the form, or have parts of the users profile emailed to us (name, address)

 

Thanks for any tips

Best answer by Taylor Clark

Hey there Stevrons, 

 

Great question, this is a feature we just recently released: https://help.klaviyo.com/hc/en-us/articles/360049857552-Notification-Action-Use-Cases 

 

Hopefully, this helps!

 

Thank you, 

View original
Did this topic or the replies in the thread help you find an answer to your question?

4 replies

Taylor Clark
Klaviyo Employee
Forum|alt.badge.img+13
  • Klaviyo Employee
  • 18 replies
  • Answer
  • November 27, 2020

Hey there Stevrons, 

 

Great question, this is a feature we just recently released: https://help.klaviyo.com/hc/en-us/articles/360049857552-Notification-Action-Use-Cases 

 

Hopefully, this helps!

 

Thank you, 


Forum|alt.badge.img+2
  • Author
  • Contributor II
  • 3 replies
  • November 27, 2020

Hey Taylor,

Thank you for this great response. 


So I have set up my form to send notification for the following :

 {{ first_name }} {{ last_name }} 

{{ person|lookup:'Address' }}

{{ person|lookup:'City' }}, {{ person|lookup:'Region' }} {{ person|lookup:'Zip Code' }}

{{person|lookup:'Country' }}

 

The result is that the email gets sent with first and last name and City and Region (State)  but the “address” , “zip code” and “country”   elements are blank, in fact in the email they show as “NONE” but the user has those defined. 

 

I do see there is another format of pulling variables into the email : 

{{ person.organization }}

 

I tried that with the elements I was having trouble with but that didn’t seem to work. 


Forum|alt.badge.img+2
  • Author
  • Contributor II
  • 3 replies
  • November 27, 2020

We have custom api integration and imported customer data into these fields through custom api, just throwing that in there in case that affects anything


Allie_A
Klaviyo Employee
Forum|alt.badge.img+3
  • Klaviyo Employee
  • 3 replies
  • November 27, 2020

Hey @stevrons, unfortunately customer attributes, like address, are not stored on the profile level. Only properties stored directly on profiles can be pulled into the notification.

 

I’m very sorry for the inconvenience!