mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
wip [skip ci]
This commit is contained in:
parent
b3afd2ea8c
commit
4e6c5d3236
@ -2,9 +2,9 @@
|
||||
|
||||
The Cron node is useful to schedule the workflows to run periodically at fixed dates, times, or intervals. This works in a similar way to the [cron](https://en.wikipedia.org/wiki/Cron) software utility in Unix-like systems. This core node is a Trigger node.
|
||||
|
||||
!!! note " Keep in mind"
|
||||
!!! note "Keep in mind"
|
||||
1. If a workflow is using the Cron node as a trigger, make sure that you save and activate the workflow.
|
||||
2. Make sure that the timezone is set correctly for the n8n instance (or the workflow).
|
||||
2. Make sure that the timezone is set correctly for the n8n instance (or the workflow).
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1,14 +1,15 @@
|
||||
# NASA
|
||||
|
||||
You can use these credentials to authenticate the following nodes with NASA.
|
||||
|
||||
- [NASA](/integrations/nodes/n8n-nodes-base.nasa/)
|
||||
|
||||
## Using API Key
|
||||
## Using an API key
|
||||
|
||||
1. Access the [NASA Open APIs](https://api.nasa.gov/) page.
|
||||
2. Scroll down to the ***Generate API Key*** section.
|
||||
2. Scroll down to the **Generate API Key** section.
|
||||
3. Enter the required information.
|
||||
3. Click on the ***Signup*** button.
|
||||
4. Use this ***API Key*** with your NASA node credentials in n8n.
|
||||
3. Click on the **Signup** button.
|
||||
4. Use this **API Key** with your NASA node credentials in n8n.
|
||||
|
||||

|
||||
|
||||
Loading…
Reference in New Issue
Block a user