Skip to main content

Meetup registration system with PostgreSQL database & interactive giveaway tool

Workflow preview

Workflow preview
100%
Meetup registration system with PostgreSQL database & interactive giveaway tool preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. n8n Workflow: Meetup Registration & Giveaway Picker This n8n workflow is designed to handle b...

Best for

  • Miscellaneous automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.form, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.postgres, n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ficky.

Original n8n.io source

1.1 Workflow description

Title
Meetup registration system with PostgreSQL database & interactive giveaway tool
Workflow name
Meetup registration system with PostgreSQL database & interactive giveaway tool

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

๐ŸŽ‰ n8n Workflow: Meetup Registration & Giveaway Picker

This n8n workflow is designed to handle both participant registration and giveaway winner selection, fully integrated with a frontend experience.

๐Ÿ“‹ Participant Registration Flow

This part of the workflow automates the registration process for meetup attendees.

๐Ÿ”„ Steps:

  1. ๐Ÿ“ Participant Form (Webhook Trigger)

    • Triggered when a user submits the form.
    • Captures fields like nama_lengkap, email, whatsapp, discord_username, and more.
  2. ๐Ÿ› ๏ธ Data Mapping

    • Maps raw form inputs into a structured format.
    • Supports trimming, validation, and transformation as needed.
  3. ๐Ÿ’พ Save to Database

    • Performs an upsert operation to store participant info in PostgreSQL.
    • Prevents duplicate entries based on unique ID (e.g., WhatsApp or email).
  4. โœ… Confirmation Screen

    • Returns a success message or thank-you page after registration is complete.

๐ŸŽ Giveaway App

This section serve frontend app to display and select random winners.

๐Ÿ”„ Steps:

  1. ๐ŸŒ Webhook GET (Giveaway App)

    • Exposes a public endpoint that delivers a ready-to-use HTML app.
    • Can be opened in a browser or projected during the event.
  2. ๐Ÿ“ฅ Fetch Participants

    • Executes a SQL query to retrieve all participant records from the database.
  3. ๐Ÿงฎ Format Participant Data

    • Redacts personal details (e.g., masks WhatsApp numbers).
    • Encodes the id using Base64 for privacy and uniqueness.
  4. ๐Ÿ“ค Render Giveaway App

    • Returns an HTML-based Single Page Application with the participant list included.
    • Allows the host to click a button to pick random winners live.

โœ… Use Case Highlights

  • Streamlined participant collection and storage using n8n workflows
  • Secure data handling with redaction and ID encoding
  • Frontend integration for a fun, interactive giveaway experience
  • Reusable for other community events, workshops, or internal team draws

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Thank you screen

Type / Role
n8n-nodes-base.form - form
Config choices
Version 1

Block 2 - Format participant list

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Mapping form to database

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Get all participants

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.6

Block 5 - Giveaway App

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 6 - Respond to Giveaway App

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.4

Block 7 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Participant Form

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 9 - Save Participant to Database

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.6

Block 10 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Meetup registration system with PostgreSQL database & interactive giveaway tool
Complexity intermediate
Nodes 12
Categories Miscellaneous
Author Ficky
Published 08 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5758/5758.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Meetup registration system with PostgreSQL database & interactive giveaway tool do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. n8n Workflow: Meetup Registration & Giveaway Picker This n8n workflow is designed to handle b...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Miscellaneous use case.