n8n.io
n8n.io
Product
Product overview
Integrations
Templates
AI
Use cases
IT operations
Security operations
Embedded automation
Lead automation
Supercharge your CRM
Limitless integrations
Backend prototyping
Docs
Self-host n8n
Documentation
Our license
Release notes
Community
Forum
Discord
Blog
Creators
Contribute
Expert partners
Support
Enterprise
Pricing
GitHub
108,673
Sign in
Get Started
Back to Templates
Edit Fields (Set)
Webhook
Customer Datastore (n8n training)
+3
Low-code API for Flutterflow apps
Use for free
Created by
Matheus Weckwerth
Last update
Last update a year ago
Categories
Engineering
Product
Building Blocks
Share
Flow Start: The flow starts upon receiving an HTTP GET call.
Webhook: Receives the HTTP GET call and triggers the flow.
Database: Connects to the database (Customer Datastore) to retrieve all necessary information (getAllPeople).
Data Processing:
Variable Insertion: The retrieved data is inserted into a variable.
Variable Aggregation: The variables are aggregated and prepared for use in FlutterFlow.
Webhook Response: Sends the response back through the Webhook with the processed data ready for use in FlutterFlow.