Before creating an API CloudLink, review Populate Dropdown Fields from External APIs to confirm this is the right setup for your use case and to see how the CloudLink is consumed downstream.
Prerequisites
Before creating an API CloudLink, gather:- Admin access to your Elementum organization (required to manage CloudLinks)
- Base URL of the external API (for example,
https://api.example.com/v1) - Authentication details for the API, depending on the method:
- Basic — username and password
- Bearer Token — a static API token
- OAuth 2.0 — token URL, client ID, and client secret
- Network reachability — confirm the API is reachable from the public internet. Elementum sends API requests server-side from its platform infrastructure.
Create an API CloudLink
1
Open the CloudLinks page
In Elementum, open
Organization Settings and select CloudLinks.
2
Start a new CloudLink
Click + CloudLink in the upper right. In the Create New CloudLink dialog, select API.
3
Enter connection details
Fill out the API connection form:
4
Configure authentication
Select an authentication method from the dropdown and provide the required credentials. The fields displayed change based on the method you choose.
5
Save the connection
Click Save. The new API CloudLink appears on the CloudLinks page and can be selected when configuring API Elements or API-powered dropdown fields.
API authentication methods
Choose the method supported by the external API:Edit or rotate API credentials
To update the URL or credentials on an existing API CloudLink:- On the CloudLinks page, click Edit next to the API connection.
- Change the fields you need to update and click Save.
Using an API CloudLink
After the API CloudLink is saved, use it to power dropdown fields. Continue with Populate Dropdown Fields from External APIs, which walks through creating an API Element on top of this CloudLink, configuring the API Actions that fetch data from the external system, and adding a Dynamic Dropdown field that calls one of those API Actions to populate its options.Troubleshooting
Next steps
API-powered dropdowns
Use this CloudLink to populate dropdown fields from external APIs.
CloudLink Overview
Review the CloudLink concept and security model.