Breaking change: built-in WebHook changed format of JSON data
Found in
EPiServer.Forms 2.1
Fixed in
EPiServer.Forms 3.0.0
Created
Apr 29, 2016
Updated
Jun 17, 2016
Area
Built-in elements
State
Closed, Fixed and tested
Description
Changed the built-in Webhook JSON format to be compatible with https://zapier.com/
Breaking change
- Change CallWebHookAfterSubmissionActor
- Change format of JSON data send by webhook from JSON array to single JSON object.
- Change format from [
{"Key":"keyname","Value":"objectvalue"}
,{"Key"...] to
{"keyname":"objectvalue","keyname2"...}