verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
93 stars 69 forks source link

Add field settings and configuration options for Webhook integrations #1777

Open engram-design opened 3 months ago

engram-design commented 3 months ago

It might be nice to add some more specialized configuration settings for Webhook integrations. For example, being able to configure for options-based fields, whether to send an array of labels or values for the options. Currently, they send both.

There's likely more settings to add as well, including request headers (for basic auth), the response type (JSON or RAW) the request type (JSON or POST), etc.