Hello guys, I cannot wrap my head around the following:
I have a frontend where the visitor inputs data into a form. The submit button starts an API call to pdfmonkey. When the generation of the pdf is done a backend workflow gets triggered through a webhook. When this is done I want to send an email to this visitor. But since I cannot access the frontend data I don’t know how to get a visitors email or any other field.
And note: I am not signing up any users. The visitors of the page don’t register.
Hi, yes that does not really work because I cannot add first level items to the json call. I am indeed adding a payload inside the json-body where all the userdata is inside:
Yes splitting, filtering and finding seems for my understanding too heavy since the data I need is actually really close but there is no way of sending it to the backend.
Maybe I just have a misconception about heavyness. Anyway thank you very much for your help.
If anybody wonders here is my email-filtering with the helpt of adamhholmes: