Integrate external system
Describes how to integrate with an external system.
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 another 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 8 months ago