Watch Facebook module

You can do that with third-party APIs, like these ones from RapidAPI.

How to call an API on RapidAPI

Use the HTTP “Make a Request” module:

  • Authentication type: API key

  • Connection: Reuse an existing RapidAPI connection, or add one:

    • Set API Key parameter name: x-rapidapi-key
    • Key: <YOUR_RAPIDAPI_KEY>
      Copy your private key from the endpoint test page
      follow the Green underline/arrow shown in the screenshot
  • URL: Copy the endpoint URL from the endpoint test page
    follow the Red underline/arrow shown in the screenshot

  • Header: Add a header with Name x-rapidapi-host, and the API Host as the Value
    Copy the API Host from the endpoint test page
    follow the Blue underline/arrow shown in the screenshot

Visual Guide

You can reuse this RapidAPI Credential “keychain” connection for all APIs on RapidAPI – you’ll just need to change the x-rapidapi-host header value based on the API you are calling. One easy way to do this is simply copy/clone this module that you’ve set up!

Hope this helps! If you are still having trouble, please provide more details.

@samliew

1 Like