Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 615 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 615 Bytes

CEP/CRM Integration

Integration specification for integration between the Citizen Engagement Platform and an abstract CRM provider.

The crm folder contains a Visual Studio 2013 solution.

Inside the VS solution is a project CepCrmIntegration containing three interfaces to be implemented:

  • FaultService: Register an e-mail based fault and retrieve progress updates
  • FeedbackService: Register feedback and retrieve optional response
  • UserProfileService: Register contact and synchronise changes

Integration components will run in-process and should not keep any state other than configuration information.