Discussions
Onboarding API
3 months ago by John Jones
Hi,
I have the following setup using Zapier
- Webhook listening for 'Onboard Complete' (gets the latest application ID)
- Get request /api/v1/onboarding_applications/{id from above}?include=onboarding_answers
I get my results, but the output JSON is complicated with lots of returned values. I want to just get the inputted values First Name, Last Name, email and other details from forms.
I want to then create a POST request into another app.
How can I extract just these field values and assign them against a field name. So I can then ensure the correct mapping. I've noticed that if there are optional fields this changes the position of the returned value.
Appreciate guidance on this.
Thanks