Make.com Full Course. Day 7. How to Make HTTP Requests. HTTP Module.

preview_player
Показать описание
The video provides a tutorial on making HTTP requests using the Make platform. It begins with an introduction to the Make Http Request module. It then covers structuring URLs, using query strings, evaluating HTTP response codes, parsing responses, making POST requests, sending JSON bodies, and JSON validation.

The video goes over more advanced features like custom request types, basic authorization, request timeouts, getting cookies, redirect settings, certificate authorization, and other advanced module settings in Make.

It also demonstrates related modules like Make a Basic Auth Request, Make an API Key Auth Request, Make an API Client Cert Request, Make an OAuth 2.0 Request, Get File, Resolve Target URL, and Retrieve Headers.

Finally, it shows how to make custom API calls using the Make applications.

Overall, the video provides a comprehensive overview of constructing and configuring HTTP requests in Make using the various HTTP-related modules. It covers core concepts and advanced features for making API calls with Make.

Essential Tools & References:

🔗 Connect with Alex Chekalov:
🛍️ Exclusive Deals for Our Subscribers:

Agenda for today:
✅ How to work with HTTP modules
✅ How to build HTTP calls in Make.
✅ How to use Custom Make API call modules

0:00:00 - Intro
0:01:45 - How to use the Make Http Request module
0:03:35 - Structure of the URL in HTTP request.
0:06:35 - Query strings
0:08:05 - HTTP Response code / How to evaluate errors
0:11:30 - How to parse a response
0:13:00 - Request method, POST request
0:13:45 - Headers in HTTP Request
0:14:35 - HTTP Request body types
0:16:30 - How to send the POST request with JSON body
0:17:00 - JSON validation
0:22:30 - Custom request type
0:23:30 - Basic Authorization set up
0:24:30 - Request timeout
0:25:40 - How to get cookies from headers
0:26:50 - Redirects settings
0:29:20 - Request with Certificate authorization and other advanced module settings
0:32:00 - HTTP - Make a Basic Auth request module
0:32:40 - HTTP - Make an API Key Auth request module
0:36:35 - HTTP - Make an API Client Cert request module
0:37:15 - HTTP - Make an Oauth 2.0 request module
0:40:00 - HTTP - Get File module
0:40:40 - HTTP - Resolve Target URL module
0:41:40 - HTTP - Retrieve Headers module
0:42:40 - Make a Custom API Call modules in Make applications

👍 Support this Channel:
Found this tutorial enlightening? Don't forget to hit that thumbs up, share it across your networks, and subscribe for more high-quality tech content!
Рекомендации по теме
Комментарии
Автор

Incredible video, I'm learning this world of automation now, thanks for the free teaching friend, hugs from Brazil.🇧🇷

incognitogy
Автор

You deserve 1000's of views and thumbs up from this. Thank you

PyxisGuru
Автор

Thank you very much for such a lovely video very informative. But I have a question you put static data in the HTTP Post request body and it works fine but when I use some variable input from Google sheet or Facebook leads it doesn't take any value from it and shows an error. Could you please explain how to do that? I hope for a positive reply. Thanks in advance

amajidkhan
Автор

Can the HTTP module be used in Make for Stream Chat to get a response from the other side gradually?

etroocb
Автор

Why not use postman or other tool? Feel like it’s helpful for all tools requests, imagine if make had some sort of postman interface 🤯

lukeshieldsnature