Getting Started - Call Center
Causal Foundry SDK Call Center Module consists of events for such platforms which involves communication from a central station to/from patient. The goal is to track the usage of such platforms and the operators too. To use the Call Center module you need to include the respective dependency in your project but make sure you have the Core Module already integrated.
This documentation covers the steps to integrating SDK in your app. We’ll also discuss a few fundamentals of how the dashboard works in tandem with your app usage to view your users and engage them with contextually personalized messages.
Initialization
To use the SDK, Core
is mandatory to include as it contains the elements regarding
the basic app navigation and workflow including nudges. Moreover, all the modules require the core to be integrated to
successfully log the events. If you have already integrated the core, you don't need to repeat initialization steps for this and can start using the
SDK after including the dependency.
As per the SDK structure, content blocks are further divided into 2 main categories: Ingest Events and Catalog Events.
- Ingest Events helps with time sensitive elements such as when an event is happening.
- Catalog Events helps with static content that provide details about the elements in the events.
For Call Center Content Block, there are only ingest events currently.
![]() |