1.Open your Make scenario that uses the Calendly trigger
2.Click the + button immediately after the Calendly module
3.Search for HTTP and select "Make a request"
4.Configure the module using the settings below
5.In every downstream module, replace Calendly field references with the HTTP response fields shown below
DOWNSTREAM FIELD REFERENCES
Before (Calendly trigger)After (validated output)
{{1.name}}→{{HTTP.data.name}}
{{1.email}}→{{HTTP.data.email}}
{{1.start_time}}→{{HTTP.data.start_time}}
{{1.questions_and_answers[]...}}→{{HTTP.data.questions_and_answers[]...}}