You are here:
Make an HTTP Call from an Integration Procedure
This Integration Procedure example retrieves the astronomy picture of the day from NASA using NASA's publicly available REST API.
To build this example:
- Add NASA as a Remote Site.
- Get an API Key from NASA.
- Create the Integration Procedure with the HTTP Action.
- Add NASA as a Remote Site
To invoke NASA REST APIs from your org, you must add NASA as a Remote Site. - Get an API Key from NASA
You must specify an API key every time you invoke a NASA REST API. You can get this key from NASA. - Create the Integration Procedure with the HTTP Action
After you configure NASA as a Remote Site and get a NASA API key, you can create and run the example Integration Procedure, which retrieves the astronomy picture of the day.

