Dynamic NASA API Key via Form
detail.loadingPreview
Demonstrates setting credentials dynamically using an API key submitted through a form.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow illustrates how to dynamically set credentials for a node by accepting an API key from a user via an n8n form. The submitted API key is then used by the NASA node to fetch data.
Key Features
- Dynamic credential configuration using form input.
- Integration with the NASA node.
- Redirects the user after successful execution.
How To Use
- Set up your NASA credential in n8n.
- For the API Key field in the NASA credential, toggle 'Expression' on and enter
{{ $json["Enter your NASA API key"] }}. - Test the workflow. A form will appear asking for your NASA API key.
- Enter a valid NASA API key.
- The workflow will use the provided key to interact with the NASA API and redirect you.
Apps Used
Workflow JSON
{
"id": "30269b7a-7d76-445c-b8ad-081844a45c6a",
"name": "Dynamic NASA API Key via Form",
"nodes": 0,
"category": "Form Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 30269b7a-7d76...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Automated Form Submission Data Storage in Airtable
Automatically capture and store form submissions directly into Airtable.
Form with Dynamic Dropdown Field
Dynamically updates a dropdown field in a form based on data from an external source.
Contact Form Text Classifier for E-commerce
Classifies incoming contact form submissions to route them to the appropriate department.
AI-Powered PostgreSQL Data Agent with Conversational Interface
This n8n workflow empowers you to build an intelligent, conversational agent for your PostgreSQL database. Interact with your data using natural language, perform CRUD operations, explore schemas, and generate dynamic visualizations, streamlining data management and access for any user.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.