The webhooks push out all the data from the form, so the possibilities are endless Review collected by and hosted on G2.com.
Each field from webhooks comes over as "label", "type", and "value", so if your form has 80 fields, your webhook is going to have 80 data-pair sets all with the same labels. It's easy enough to create variables for each data pair needed, but it would be cool if instead of "label" it used whatever was typed as the field label using underscore instead of spaces Review collected by and hosted on G2.com.
