Node.js function to link form fields to JSON data
I am working on a project that will use a Zoho Form data to populate a "Leads Inbox" on a third party app. I am able to make the API call and send out "dummy" data successfully. However, I am not able to link it to the form fields. I do have the form-link names and tried that but it tells me that it's not able to find it.
My guess is I need to do a "GET" function first that will get the form fields individually. However, it's been a challenge to find out how this is done. Everything I find points to a CRM for Zoho. And I am wanting to get the form field values to send them to my external API. Any help would be appreciated.