I'm using the Make HTTP module to make an API call to Calendly in order to retrieve the booking page answers that invitees submit during scheduling. However, I’m not receiving all the submitted answers in the response—some fields are missing even though I know they were filled out.
I've tried using the endpoint:
GET /{event_uuid}/invitees
But the questions_and_answers array is either incomplete or not showing up at all.
Has anyone successfully retrieved all the booking form answers using Make? Any tips or sample setups would be appreciated!
Thanks in advance.