This is some of my first bits of exposure to both Make and Rapid API, and I'm so grateful that it all was broken down and explained so simply. Easy to follow along and understand, no extra fluff or nonsense, exactly what I needed. Thank you for this!
@@automate-your-business Mind if I ask a question related to this content? Is there a way to set up processing multiple pages rather than just the one? I tried setting up an array of urls for each page and linked it to the http request, and it does try to iterate through that array, but get an invalid configuration error.
Excellent video very well and clearly explained. Congrats for the awesome UA-cam channel with so much hi quality content. Thanks for sharing so much relevant information! I am looking for ways to integrate the Open Weather API into MAKE and it will certainly ease my job to do it!
Great video! I have learned so much from your videos. Can help me understand how I can pull multiple values, for example, QOH and Price, from an API? Do I need to make a call for each variable, or can I do it all in one call?
If it doesn't have an API then no connecting to the HTTP module will not work. You could possibly send an email with the data to a make mail hook if you're able to send custom emails.
Hi ! Thanks a lot for your video. But I have an issue, when I want to run the module only, a pop-up called "mapping" appears, I know what's mean mapping and I did but i do not know why it appears where i'm sure having mapped everything. It ask me to enter the the variable already entered. I followed everything you have done. If anyone has an idea, or know what's my mistakes. You are my hero !
You're welcome! Sorry you are having setup issues, I have an option to submit a Loom video to me for help with Make issues. You can find this on my website here: weblytica.com/#ChooseOption if you want more in depth help. Without screen shots and more details it's hard to help on this platform.
good video thanks. I am trying to replicate a zapier webhook I am using a Custom Request in Webhooks by Zapier and then selecting a POST. I am trying to duplicate in Make. Do you have any suggestions? Thanks
This is some of my first bits of exposure to both Make and Rapid API, and I'm so grateful that it all was broken down and explained so simply. Easy to follow along and understand, no extra fluff or nonsense, exactly what I needed. Thank you for this!
Thank you for the kind comment and I'm glad it was helpful to you!
@@automate-your-business Mind if I ask a question related to this content? Is there a way to set up processing multiple pages rather than just the one? I tried setting up an array of urls for each page and linked it to the http request, and it does try to iterate through that array, but get an invalid configuration error.
Awesome video! I've been looking for tutorials on this. Super helpful 😄 More videos about Make please!
More to come!
Thanks for this. Was looking for video like this for ages
So glad to help and that you found the video you've been looking for!
Thanks a lot from France. This explanation is just excellent! Keep it up !
Your very welcome!
Thanks from South Korea you save my life
Thank you so much for your kind words! It truly warms my heart to know that my videos have made a difference for you.
Excellent video very well and clearly explained. Congrats for the awesome UA-cam channel with so much hi quality content. Thanks for sharing so much relevant information! I am looking for ways to integrate the Open Weather API into MAKE and it will certainly ease my job to do it!
Thank you for the encouraging comment! Thanks for letting me know this was helpful and good luck!
Thanks! I actually parsing is so good to turn JSON into ready fields to insert further.
Thanks again.
Glad to help! Thanks for leaving me a comment!
Most excellent tutorial. Thank you very much.
You are welcome thank you for diving into several of my videos!
@@automate-your-business I’m learning a lot from you. I like your style and delivery.
Really helpful video! Mny tks. Now using HTTP module to supplement existing Airtable module to patch selected fields only.
You're welcome, glad it was helpful. That's a good use for HTTP, great work!
Thanks! Just what I needed
I'm so glad to hear that! If you ever need more tips or advice, feel free to reach out!
Great video! I have learned so much from your videos. Can help me understand how I can pull multiple values, for example, QOH and Price, from an API? Do I need to make a call for each variable, or can I do it all in one call?
You should be able to do this all in one call. It depends on the API and what data they include.
Legend. Thank you so much for this video.
You're very welcome!
Tks from Brazil!
You're welcome so glad you enjoyed the video!
thank you this was a great video.. so good.. my mind is thinking of ideas now
I'm glad you enjoyed it! What are you thinking of building?
hello could you help me understand what result I could get if I use the jungle scout API for Amazon sellers
Im sorry, I have not used that api.
@@automate-your-businessBut do you know what results I could get if I add the Amazon API or Canva in a make scenario? And in a custom GPT?
But how do u use that data, thats not in the video
I don't know what you mean.
I need your help, I have a --data in my curl information. how can I use it in make module?
Yes you will submit that as Json data most likely through your http module.
I'm looking to create an intake form to start a file in a software that doesn't have an API. Would this still work?
If it doesn't have an API then no connecting to the HTTP module will not work. You could possibly send an email with the data to a make mail hook if you're able to send custom emails.
Hi ! Thanks a lot for your video. But I have an issue, when I want to run the module only, a pop-up called "mapping" appears, I know what's mean mapping and I did but i do not know why it appears where i'm sure having mapped everything. It ask me to enter the the variable already entered. I followed everything you have done. If anyone has an idea, or know what's my mistakes. You are my hero !
You're welcome! Sorry you are having setup issues, I have an option to submit a Loom video to me for help with Make issues. You can find this on my website here: weblytica.com/#ChooseOption if you want more in depth help. Without screen shots and more details it's hard to help on this platform.
good video thanks.
I am trying to replicate a zapier webhook
I am using a Custom Request in Webhooks by Zapier and then selecting a POST.
I am trying to duplicate in Make. Do you have any suggestions? Thanks
Are you trying to send data from zapier to make?