Integrate external system
This topic describes how to integrate with external systems.
Note
Optimizely Forms is only supported by MVC-based websites and HTML5-compliant browsers.
Optimizely Forms includes an Autofill API (Beta) and an External System Mapping API (Beta), opening up several integration points to cooperate with other system (especially Marketing Automation, CRM, and so on).
The following links show open sourced sample code:
- http://github.com/episerver/EPiServer.Forms.Samples
- http://github.com/episerver/EPiServer.Forms.DemoThe sample for
IExternalSystem
andIAutofillProvider
is in the Forms Demo project.
Updated 2 months ago