v4.5.0.1 release
v4.5.0.1 had 1 improvement.
Significant improvements
- Due to Marketo deprecating the endpoint Brightspot uses to submit forms from the CMS to Marketo, Brightspot has updated the existing
MarketoExternalSubmitActionmodel to use the new endpoint.
Breaking changes
Method signature change:
brightspot.form.action.Action#tryAction(FormSubmission formSubmission)to#tryAction(FormSubmission formSubmission, Form form). The newFormparameter is theFormcontaining theActionhaving#tryActioncalled.
Model change:
MarketoExternalSubmitActionno longer needs any instance variables. TheactionLinkandsubmitMethodfields have been removed, along with their respective getter and setter methods.
Marketo API Permission change:
- The
SubmitFormendpoint requires theRead-Write Leadbe added to the role associated with the REST endpoint created in Marketo.