I have a catalog app I am building. On the details page I have added an email entry and a button. These are intended to send the details on that page to a prospect.
I have successfully created a webhook in Integromat that will compile the attributes of the product params from the details page and send them in an email via gmail.
The webhook + Gmail scenario only send the email back to the first email address sent . I cannot enter a new email and have the details sent to the new email address.
I have created a user specific column for the email address but it does not seem to want to update with each new email address entered.
I feel like I am almost there and determined to figure this out but am at a loss with what I am missing. I know it is simple. I have gone through many tutorials and examples but do not see a use case such as mine.
It seems that you are assigning column values to the left side values in your webhook. I think those are meant to be static column names, not dynamic based on the column value. I’m guessing that is what may be breaking your webhook. The webhook column headers keep changing.
Does it work if you select a different wine with a different Winery/Vintage/Varietal, but use the email address that you know works?
The point I’m getting at is that the the items I highlighted in my image above should be static values. You are pulling the same dynamic value for both the left and right sides of the webhook settings. The left side that I highlighted should be static text that doesn’t ever change. When you change the email, you change the parameters that are sent to integromat. Because the parameters change, it’s probably not working.
I think the only time it’s currently working is because you originally set up your integromat to work with only those parameters that you passed it the first time. When you change the email, you change the parameters. If you put in static header names then the parameters become static and integromat can understand it.
You already set up your Wine Name parameter correctly. You just need to do the same for the rest of the parameters (Winery/Vintage Year/Varietal/Email).
in simple words… instead of using columns to get values on the left side, type them in. integromat is looking for a parameter which is named: email… not an actual email… ones it finds name “email”, it will take the value which is an email on the right side…
so all values on the left have to be manually typed in