London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Breaking change: built-in WebHook changed format of JSON data

Found in

EPiServer.Forms 2.1

Fixed in

EPiServer.Forms 3.0.0

(Or a related package)

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"...}