Data nodes
Send bot data to Google Sheets, Airtable, or Notion without placing credentials in a flow. Add provider access in Settings → Connections, then select that connection in each node.
1. Connect the provider
Google Sheets uses its Connect button and Google consent. Airtable uses a personal access token with access to the target base. Notion uses an internal integration token; share the target database with that integration before validating it in Weftyn.
2. Paste the document URL
Paste the full Google spreadsheet, Airtable base, or Notion database URL. Weftyn extracts the provider id server-side. Document ids and connection ids are removed when a flow is published to the marketplace, so installers must select their own destination.
3. Map fields and outputs
In field lists, the left side is the destination column or property and the right side is a template such as {{message.text}}. Find and query nodes return JSON in records/row variables, a first item, and found/not-found branches for follow-up logic.
Operational limits
Sheets Find Row reads at most 1,000 data rows. Airtable and Notion searches return at most 10 items. Nodes make sequential, five-second-bounded requests and are intended for chat lookups and writes, not bulk ETL. Test runs show intended actions without calling the provider.