Polls (block, results, and public page)
Also known as: poll block, trivia, survey, vote, poll results, poll comments. Polls are placed inside templates and get their own results page.
Polls turn a newsletter into a two-way conversation — recipients click once in the email and you get structured data back.
Adding a poll to a template
- Open a template in the editor.
- Drag the Poll block onto the canvas.
- Click Create new poll (or Select existing poll to reuse one).
- Toggle Poll vs. Trivia — trivia lets you mark a correct answer and show right/wrong feedback.
- Add your question and answer options; click Confirm.
Once confirmed, the question and options are locked. To change them, delete the block and create a new one.
Styling
- Caption — add optional context below the poll.
- Button color / alignment — from the right sidebar.
- Per-option text — click the option label in the editor to change fonts, size, color.
Collecting votes
Each option renders as a button in the email. Click-through goes to a hosted Aigeon page that records the vote and optionally shows aggregate results. Votes are tied to the recipient's hashed_email so each contact only counts once.
Poll results
Two places to see poll results:
- In-app — Analytics → Poll report (
/analytics/poll-report) shows vote counts, option distribution, comment submissions, and engagement time. - Public page —
/poll-result/[poll_id]is a shareable page you can link to from social or embed as an iframe. Shows live vote counts and user-submitted comments.
Comments
Recipients can optionally leave a text comment alongside their vote. Comments are moderated in Analytics → Poll report → Comments — approve, reject, or feature. Featured comments surface on the public results page.
Webhook events
The webhook system fires poll.vote and poll.comment events — subscribe in Settings → Webhooks if you want votes piped into your own analytics stack. See Webhooks events.
