Unify and manage your data

Show Page Sections

Configure real time mode for Reltio Enrichment with D&B Data Blocks

Set up real-time enrichment triggers using SQS events and REST API calls so that profile updates in Reltio are automatically enriched with D&B data.

Make sure that:

  • You meet the required prerequisites. See Prerequisites for Reltio Enrichment with D&B Data Blocks.
  • You have the appropriate roles to configure recipes and connections in Reltio Integration Hub. For more information, see topic Integration Hub set up.
  • You have access to a dedicated AWS SQS queue for real-time events. This must be separate from the standard tenant queue and can be Reltio-owned or customer-owned.
Real time enrichment listens for Reltio ENTITY_CREATED and ENTITY_CHANGED events and triggers D&B enrichment immediately. In this release, the integration uses dedicated SQS queues and GET API calls for faster and more reliable matching. Recipes are split into smaller, task-specific components and run through the consolidated SDK.

Enable connections for real time mode

To enable connections:
  1. Navigate to Base > Recipes > Assets > Recipes > Connections > Disconnected.
  2. Select D&B | CON | D&B Services Connection.
  3. Enter your D&B API key and secret.
  4. Select the licensed Data Blocks to use (Company Information, Principals & Contacts, Hierarchies & Connections, Diversity Insights).
  5. Select Connect.
  6. Select D&B | CON | Reltio AWS SQS Connection.
  7. Choose the authorization type Access key.
  8. Enter the access key ID, secret key, region, service SQS, and queue URL.
  9. Select version 2012-11-05.
  10. Select Connect.
  11. Verify that the SDK connection delivered with the package is active.

Enable recipes for real time mode

To enable recipes:
  1. Navigate to Base > Recipes > Assets > Recipes OR Projects > {Project Name} > {Location}.
  2. Enable all the recipes provided in the package for real time enrichment.
    • D&B | PROC | Real Time Enrichment – Match and Append
    • D&B | PROC | Real Time Enrichment – Updated/Create Events
    • D&B | PROC | Realtime Recipes Duration
    Note: These recipes route the profile data, validate against match rules, and apply enriched attributes using the consolidated SDK.

Enable APIs for real time mode

To enable APIs:
  1. Navigate to API Platform > API Collections > D&B REST API Collections.
  2. Activate the Real Time Enrichment – REST API endpoint.
    Note: This API powers both real-time SQS jobs and on-demand UI button actions.

Enable trigger recipes for real time mode

To enable trigger recipes:
  1. Navigate to Base > Recipes > Assets > Recipes ORProjects > {Project Name} > {Location}.
  2. Enable the trigger recipe D&B | TRG-SQS | Real Time Enrichment. This recipe listens to ENTITY_CREATED and ENTITY_CHANGED events on the dedicated SQS queue and triggers the real time enrichment recipes.

After you configure real-time enrichment:

  • Automatically enrich profiles when they are created or updated in Reltio.
  • Monitor the real time queue to confirm enrichment events are being processed.
  • Verify enrichment results directly in the profile view after an ENTITY_CREATED or ENTITY_CHANGED event.