Integration with an HTTP API

This article explains how to Set Up and Use an HTTP API Integration in Ubico

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