Learn how to link your adapters URL endpoint to your Chainlink node
Published 21st February 2019 • Updated 21st February 2019This guide presumes that you have a Chainlink node running and an external adapter with a URL endpoint available.
When you have setup your External adapter to run on AWS Lambda or GCP, take note of the URL endpoint that you will use to trigger your adapter.
Head over to your Chainlink node's UI, and go to the Bridges page from the top menu. Then click the New bridge button.
You will then be presented with a form. The only fields you need to pay attention to are Bridge Name and Bridge URL.
Click Create Bridge and go to the bridge page to make sure everything got saved.
Your Bridge is now ready to be used in jobs! Whenever you want to call your external adapter/URL endpoint, use your bridge name in the job spec.
In this case, we would use coinmarketcap
in future job specs for this adapter.