Is it possible to get data from email poll

Hi @KiiREI, only if you’d make the email address part of your link.

So when sending out your emails, you’d need to make sure the link would be something like https://<my n8n url>/webhook/my-email-link?answer=yes&email=your@email.com. In n8n you could then read the query parameter just like in the previous example: