You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the WebHooks AddOn and CiviCRM Form Processor ext, I am getting an error: Mandatory key(s) missing from params array.
FormProcessor seems to need to have the form fields in the querystring as params rather than in the body. When using the WebHooks POST method, which is what FormProcessor expects, the fields from the feed are added to the body of the post request. This is then generating the error message from FormProcessor.
I used the Newsletter example GF Form and FormProcessor as imports to my sample site. Attached are the exports for GF/Feed/FormProcessor.