The webhook data is missing the formId. the Form ID is given in other integrations like with rudderstack.
This is what we are getting as an example:
{
"onboarding_first_name_1": "rach",
"onboarding_last_name_1": "test",
"cap.onboarding_how_did_you_hear_about_us_1": [
"search_engine"
],
"cap.onboarding_describe_yourself_1": [
"just_exploring"
],
"cap.plan_to_sell_1": [
"not_sure"
],
"feathery-webhook-auth": "MzA=--5bfcf2dfa59cd2993d249d02a348eda502e6d78f",
"feathery_user_id": "30",
"field_details": [
{
"field": "cap.onboarding_describe_yourself_1",
"type": "button_group",
"label": ""
},
{
"field": "cap.onboarding_how_did_you_hear_about_us_1",
"type": "button_group",
"label": ""
},
{
"field": "cap.plan_to_sell_1",
"type": "button_group",
"label": ""
},
{
"field": "onboarding_first_name_1",
"type": "text_field",
"label": "First Name"
},
{
"field": "onboarding_last_name_1",
"type": "text_field",
"label": "Last Name"
}
]
}
Is this a limitation on webhooks for some reason?