Expose unified profile APIs for contact center real-time personalization
Real World Scenario
Contact center IVR and agent desktop need unified profile showing loyalty tier, recent orders, and open cases within one second of call start. Current CRM screen pop shows CRM only, missing Data Cloud attributes.
Expected Answer
Follow-Up Questions & Answers
Click to expand — each follow-up includes a direct, interview-ready answer
Main difference: use case and scale. Design Profile API aggregating Data Cloud Individual attributes with CRM operational fields. Cache hot profile slices with TTL; invalidate on high-value events like order placed. Pick based on your integration pattern and team capability. Contact center real-time is the hardest latency SLA—design graceful degradation, not all-or-nothing profile calls. Document the decision in an ADR and align with enterprise standards.
Architect Perspective
Contact center real-time is the hardest latency SLA—design graceful degradation, not all-or-nothing profile calls.