Discussions

Ask a Question
Back to All

Onboarding API

Hi,

I have the following setup using Zapier

  1. Webhook listening for 'Onboard Complete' (gets the latest application ID)
  2. 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