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.
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
- Navigate to .
- Select D&B | CON | D&B Services Connection.
- Enter your D&B API key and secret.
- Select the licensed Data Blocks to use (Company Information, Principals & Contacts, Hierarchies & Connections, Diversity Insights).
- Select Connect.
- Select D&B | CON | Reltio AWS SQS Connection.
- Choose the authorization type Access key.
- Enter the access key ID, secret key, region, service SQS, and queue URL.
- Select version 2012-11-05.
- Select Connect.
- Verify that the SDK connection delivered with the package is active.
Enable recipes for real time mode
Enable APIs for real time mode
Enable trigger recipes for real time mode
- Navigate to OR .
- Enable the trigger recipe D&B | TRG-SQS | Real Time Enrichment. This recipe listens to
ENTITY_CREATED
andENTITY_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
orENTITY_CHANGED
event.