The HTTP API integration lets you connect any external API to Ubico and pull data directly into your contact table as an enrichment column.
Part 1: Set up the integration
- Go to Integrations and click Add Integration → HTTP API.
- Name the integration (for example, "My Enrichment API") and enter your API Base URL.
- Click Add Header and enter any key-value pairs needed for authentication.
- Click Save.
Part 2: Add an enrichment column
- Open the table where you want to add the enrichment and click Add Enrichment → Integration → HTTP API.
- Select the integration you just created.
- Choose the HTTP method (GET or POST).
- Configure request parameters — map table fields as dynamic variables using the "/" command. POST requests use a request body; GET requests use query parameters.
- (Optional) Enable Auto-Trigger to run enrichment automatically when new records enter a selected segment.
- Click Save.
Part 3: Run the enrichment
- In your table, locate the HTTP API enrichment column.
- Click a cell or select multiple rows, then click Run Enrichment.
- Results populate automatically in the column.
