See llms.txt for all machine-readable content.

Back to Templates

Enrich KlickTipp contact fields using OpenAI GPT-5.5 and context

Created by

Created by: KlickTipp || KlickTipp
KlickTipp

Last update

Last update 5 days ago

Categories

Share


Quick Overview

This workflow receives an email and a context block, uses OpenAI to extract and validate enrichment details against the existing KlickTipp subscriber record, and then updates approved mapped data fields in KlickTipp.

How it works

  1. Receives an incoming request from another workflow containing a contact email address and a free-text context block.
  2. Fetches the existing subscriber record from KlickTipp using the provided email.
  3. Uses OpenAI to extract enrichment attributes from the context, compare them to the current KlickTipp values, and decide final values using a confidence threshold for overwriting non-empty fields.
  4. Updates the KlickTipp subscriber with the final approved values for the mapped fields (for example name, company, address, phone numbers, website, birthday, and social profile URLs).

Setup

  1. Add KlickTipp credentials and ensure the target subscriber fields (including any custom fields for LinkedIn, Instagram, Facebook, and job title) exist in your KlickTipp account.
  2. Add an OpenAI API key credential and select the model you want to use in the OpenAI chat model configuration.
  3. Ensure the incoming payload sent to this workflow includes at least email and context, and call this workflow from your source workflow using the Execute Workflow trigger.