Connecting Make.com to any API using OpenRouter AI as an example

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 30

  • @automate_all_the_things
    @automate_all_the_things  11 месяцев назад +1

    If you found my video helpful, there's another a great example on how to connect Make to the RapidAPI API by Pixeljets: ruclips.net/video/WN4E3JGD7_s/видео.html

  • @MichalSosin
    @MichalSosin 10 месяцев назад +1

    Thank you, Philipp, for explaining this so clearly. I would have loved to have you as my IT teacher as a student and started hating coding because I couldn't understand it.

    • @automate_all_the_things
      @automate_all_the_things  10 месяцев назад +1

      Ha, thank you so much! 😃 I can totally relate. My IT teachers were hopeless as well, couldn't explain anything and had no idea of current tech. I'm glad you found this video helpful!

  • @hownowLLC
    @hownowLLC 7 месяцев назад +1

    So helpful!!! Would love to see this played out through using different open source models to complete requests triggered by Airtable. You basically showed the setup, but a step-by-step would be wonderful. Especially when it comes to completing requests that are based on fields from Airtable, as opposed to the typed in 'write a haiku' example. Currently trying to sort out how to set up system prompts like I can with other integrations on Make like the native OpenAI or Claude ones.
    Thanks for this and keep up the great work!

  • @nicocmw
    @nicocmw Год назад +1

    Great video Philipp, would love to see more videos about the basic actions that always are inside any complex make template to start getting used to them.

  • @JonathanMehigan
    @JonathanMehigan 4 месяца назад +1

    Thanks mate, this was great to the point tutorial. Thanks for providing a simple example and the whole scenario.

  • @insight-guy
    @insight-guy 9 месяцев назад

    Thanks for the explanation. It's taken me so long to get the API calls sorted out in my mind.

  • @willhg
    @willhg 10 месяцев назад +1

    Thanks Philipp, amazing info!

  • @tapayin9826
    @tapayin9826 Год назад +2

    Amazing! Subscribed

  • @diginoon
    @diginoon 10 месяцев назад +1

    Fabulous, much appreciated.

  • @davidlorincz7339
    @davidlorincz7339 4 месяца назад

    Great video Philip!

  • @KimAronson
    @KimAronson 3 месяца назад

    So great. Thank you!

  • @gonnafinna
    @gonnafinna 9 месяцев назад

    Super helpful!!

  • @mhondoroinc1768
    @mhondoroinc1768 10 месяцев назад

    great stuff

  • @chrisu451
    @chrisu451 10 месяцев назад +1

    Hey @automate_all_the_things I am still new to using Make so this might be a simple question. Can you make a video on how to use Make to make an API call for Zoom to pull in cloud recordings or meeting transcripts? This was a great video! Thanks so much!

  • @cirtey29
    @cirtey29 8 месяцев назад

    Nice. Thanks.

  • @Visualife
    @Visualife 6 месяцев назад

    Finaly a good video, the price of synergetic is excessive

  • @chrisder1814
    @chrisder1814 5 месяцев назад

    hello could you help me understand what result I could obtain by adding the jungle scout API for Amazon sellers to my scenario

  • @DaveShrein
    @DaveShrein Год назад +2

    Philipp this is really helpful.
    Did you go beyond this in any way? I want to figure out how to send my prompt that will include large amounts of text and then reference that initial prompt in subsequent prompts. … like one conversation. Do you know how to do this.

    • @automate_all_the_things
      @automate_all_the_things  Год назад

      I haven't tried it out but I think it would work like described in the OpenAI API (check out the image) platform.openai.com/docs/guides/text-generation/chat-completions-api You basically have to save every answer and response in Make and send all of the saved messages in each new API call (wether through OpenRouter or directly to OpenAI). If you have a large amount of text in the beginning these will be costly calls but it should work.