Skip to main content

ContextServices

Stentor API Reference


Stentor API Reference / stentor-models/src / ContextServices

Interface: ContextServices

Defined in: packages/stentor-models/src/Context.ts:28

These we want to make available for custom handlers

Properties​

crmService?​

optional crmService?: CrmService

Defined in: packages/stentor-models/src/Context.ts:32

Service for sending information to a CRM


smsService?​

optional smsService?: SMSService

Defined in: packages/stentor-models/src/Context.ts:36

Service for sending text messages


eventService?​

optional eventService?: ErrorService

Defined in: packages/stentor-models/src/Context.ts:40

Access to the event service for reporting runtime errors.