NASA Make integrationAutomate NASA with Make.
Want space imagery in your content without copying links by hand? The NASA Make integration gives you 3 modules: 2 actions and 1 search. This guide is for marketers, teachers and makers who know NASA's photos but not Make yet.
Verified Trustpilot reviews · AI, automation & growth agency
What can you do with the NASA Make integration?
The NASA Make integration links your NASA API key to Make, a no-code tool where you build a scenario (the automation itself, a chain of bricks called modules). Once linked, Make can fetch the Picture of the Day, list several of them in one go, or call the NASA API directly, and hand the result to any other app in the scenario.
A social post that always has a visual. When a new draft lands in your content planner, Read Picture of the Day grabs the current image and Make passes it to the next module, so the post goes out with a photo attached.
A classroom archive. A science teacher can use Search Pictures of the day to pull several pictures at once and write each one as a row in a spreadsheet, ready for lesson slides.
Anything the two modules skip. The NASA API offers more than the picture of the day. Make an API Call reaches any endpoint of it with the same connection, which is handy once you know which data you need.
Keep one thing in mind: Make's own help page for NASA says it was written with AI from NASA's documentation and may contain mistakes. Check anything important against NASA directly. There's no trigger in this app either, so the scenario always starts from a schedule or from another app. If you already work with n8n, the NASA n8n integration page covers the same app there, and n8n vs Make compares both tools. New to the editor? The Make training starts from zero.
How do you connect your NASA account to Make?
- 01
Generate your NASA API key
You need a registered NASA developer account. Open the API key generation page, fill in the registration form and click Generate. The key appears on screen: copy it right away, because Make asks you to paste it in the next step.
- 02
Open the connection window in Make
Add any NASA module to your scenario and click Create a connection. The Connection name field is optional, but a clear name like "NASA marketing key" helps when several people share the workspace.
- 03
Paste the key and save
Paste the API key you copied from NASA, or follow the on-screen instructions, then confirm. That connection (your NASA account linked to Make) is stored once and reused by all three NASA modules.
Your first scenario with NASA and Make
GoalWhen a new post idea appears in your planning tool, Make fetches the NASA Picture of the Day and hands it to the next step.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to add the first module. That first module decides when everything runs.
- 02
Start from your planning app
NASA has no trigger, so pick the trigger of the app where your post ideas live, for example a new row in a spreadsheet. Connect that account the same way you connected NASA.
- 03
Add Read Picture of the Day
Click the + on the right of the first module, search for NASA and choose Read Picture of the Day. Select the connection you created earlier and fill the fields Make shows.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundle (one item passed between modules) each module received. Open the NASA bundle to see exactly what came back.
- 05
Map the picture and switch it on
Add your destination module with the + and map the NASA data into it. Check the schedule on the first module (every 15 minutes by default), then switch the scenario on.
What each NASA module does in Make
NASA gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call”
This module sends your own request to the NASA API, using the connection you already set up, so there's no second key to manage. It opens every endpoint the two ready-made modules leave out.
Read Picture of the Day
ActionIn Make“Retrieve the picture of the day.”
Read Picture of the Day returns NASA's featured astronomy image as a single bundle that the next module can use straight away, whether that's a post, a message or a spreadsheet row.
Search Pictures of the day
SearchIn Make“List multiple pictures of the day in a single request”
Instead of one image, this search brings back several pictures of the day in one request. Make turns each one into its own bundle, so the following module runs once per picture.
Need help automating NASA with Make?
A person reads every message.