ContextServices
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?​
optionalcrmService:CrmService
Defined in: packages/stentor-models/src/Context.ts:32
Service for sending information to a CRM
smsService?​
optionalsmsService:SMSService
Defined in: packages/stentor-models/src/Context.ts:36
Service for sending text messages
eventService?​
optionaleventService:ErrorService
Defined in: packages/stentor-models/src/Context.ts:40
Access to the event service for reporting runtime errors.