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
- Receives an incoming request from another workflow containing a contact email address and a free-text context block.
- Fetches the existing subscriber record from KlickTipp using the provided email.
- 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.
- 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
- 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.
- Add an OpenAI API key credential and select the model you want to use in the OpenAI chat model configuration.
- 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.