Beginner's Guide to Make (Integromat)

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

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

  • @TimoSurfs
    @TimoSurfs 3 месяца назад +2

    Please more Make content!!!

  • @owenharris63
    @owenharris63 6 месяцев назад +3

    very handy thank you. soooo much to learn.

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

    Great Video and very detailed , Thank you guys

  • @anshumanbajpai6898
    @anshumanbajpai6898 7 месяцев назад +2

    thank you so much buddy for this amazing video you are a great teacher ❤

    • @XRayAutomation
      @XRayAutomation  7 месяцев назад

      You are very welcome! Hope you like our other videos too!

  • @sultanha9057
    @sultanha9057 3 месяца назад +1

    Thank you so much 💯

  • @Love4Ranimals
    @Love4Ranimals 11 месяцев назад +3

    Thank you for this tutorial. I’ve subscribed and am starting new mixed in with some old . 💯

    • @XRayAutomation
      @XRayAutomation  11 месяцев назад

      Thanks for the sub! We hope you love it here! Also checkout www.xray.tools if you're curious 😉

  •  6 месяцев назад +1

    very good thank you!

  • @georgizlatanov7799
    @georgizlatanov7799 9 месяцев назад +2

    Thank you so mich for the valuable information. I will be happy if you make another video for Make ❤

    • @XRayAutomation
      @XRayAutomation  9 месяцев назад +1

      Thank you so much! Take a look at our other videos, we’ve already covered a lot!
      We’re happy to make something specific if you have any requests!

    • @georgizlatanov7799
      @georgizlatanov7799 9 месяцев назад +1

      Thank you for replying 🙏! I would be interested in seeing a Make tutorial for E-Commerce Order Processing Automation. Keep up the good work ❤

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

      Yes! It’s time. E-commerce examples!
      - which tools?
      Shopify, Magento,gumroad, or even Webflow 🤩
      Help us choose the tools!

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

    Is it possible to create a voice bot in telegram, to which I will send an audio message. After the bot will transcribe and perform tasks based on the message. For example, to change an event in the calendar

    • @XRayAutomation
      @XRayAutomation  11 месяцев назад

      Great question... Based on Telegrams support for Make (xray.tools/app/telegram) -- I'd say... kinda.
      What you're describing is tremendously complicated because the automation would be quite long, and need access to a huge array of your systems (such as your calendar). It would also be very brittle. If your phrasing or the transcription doesn't match the exact key-words you configure, it wouldn't work as you intend.
      We're still quite far away nocoders being able to 'roll your own' assistant. For now, sadly, I'd say stick with Siri or Google Assistant.

    • @Nursultan_karazhigit
      @Nursultan_karazhigit 11 месяцев назад

      @@XRayAutomation thanks

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

    I'm looking into an automation that updates an Airtable Table when a Stripe purchase is made. Any insight on whether Make or Zapier would be better for this? (Note: I know very little code and mostly lean on ChatGPT to walk me through coding exercises)

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

      Thanks for question!
      BOTH would actually let you trigger an automation based on a new purchase. You see see the specifics for stripes support in Make & Zapier here: xray.tools/app/stripe
      Most importantly, the make module for a Trigger is a 'watch' module. So it will have to be configured through webhooks, and can be tricky to configure precisely.
      If you have test data already in stripe, try to connect both - timebox yourself for 5 minutes. Then, run with it!
      Its not uncommon to trigger an automation on Zapier/Make -> Then push the information to the other if you need to do something specific.

  • @SabirAli-rb6jh
    @SabirAli-rb6jh Год назад

    please make a video on make advancly

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

      Unfortunately, this product doesn't have direct integrations to Make (integromat) or Zapier... so you'll need to use the API documentation.
      I've put together this resources board for you that should help. But you will need to actually write some code to make it work. Don't worry, we've already made a video about API calls in Make/Integromat & its linked in the resources board 👇
      app.xrayworkflow.com/b/0c3852cb-a500-4bfd-9ec1-61121abb2f86

  • @gpl6789
    @gpl6789 11 месяцев назад

    can't find any events on october, in the list of events it shows events until may 2023 and nothing after

    • @XRayAutomation
      @XRayAutomation  11 месяцев назад

      We're booked up!
      There should be an opening in the second week of November.
      calendly.com/xraytech/open-automation-hours

    • @gpl6789
      @gpl6789 11 месяцев назад

      @@XRayAutomation No, i mean in the tutorial :)) At 10:25 it says to find your event in the list. i've tried many times. Never worked.. the list shows events until may 2023 and nothing after

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

    I want a WhatsApp message whenever a particular cell on Google sheet is filled

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

      xray.tools/?q=google-sheets+whatsapp
      Looks like you’ll need to use Bardeen to do that.
      That’s the only automation provider that allows for WhatsApp messages to be sent currently.

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

    I want a WhatsApp message with the customer’s address plus the item to be purchased whenever an order is made on instagram and Facebook store. I also want to know if i can exclude these apps to only accept orders from a specific reign,city or location . Talking from zero coding experience.

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

      Great question, this seems possible...
      The automation would always run though, you should add in a filter to ensure its only from the region, city or location that you want.
      On Make, you'll need to use a Whatsapp Business account. xray.tools/app/whatsapp-business-cloud
      Hope that helps!