Unify and manage your data

Real time enrichment recipes for D&B Data Blocks

Learn how Reltio Integration Hub triggers real-time enrichment flows using D&B recipes for entity creation and updates.

D&B | TRG-SQS | Real Time Enrichment

This trigger recipe is responsible for listening to Create and Update events on Organization entities in Reltio. When these events are published to the configured AWS SQS queue, the job is activated automatically and the entity is passed for real-time enrichment.

D&B | API | Real Time Enrichment – REST API

This API-based recipe allows manual or programmatic invocation of enrichment jobs by calling a REST endpoint. It can be used in external workflows, Postman, or automation scripts.

To invoke this recipe, use the POST method against the API endpoint with the following query parameters:

  • doNotMerge: true creates a Potential Match; false allows auto-merge based on confidence score.
  • entityURI: The unique Reltio URI of the profile to enrich.
  • dataBlocks: Comma-separated list of D&B data blocks (e.g., companyinfo_L3_v1,diversityinsight_L1_v1).

UI button triggers

The prebuilt integration also supports initiating real-time enrichment using UI buttons configured on entity profiles. Each button maps to a specific parameter combination:

  • Get Match: Sends doNotMerge=true with common data blocks. Triggers creation of Potential Match records.
  • Get Latest Company Details: Sends doNotMerge=false to attempt auto-merge if the confidence score is sufficient.
  • Get Company Hierarchy and Contacts: Sends only hierarchy and contact blocks. Will skip population if hierarchy isn't present for the entity.

These behaviors are configured in the real-time enrichment recipe D&B | PROC | Real Time Enrichment - Match and Append. For example, in Step 44 of the recipe, mappings for hierarchy and contacts are handled via a child recipe call.