How to Write API Calls in Zapier | Webhooks by Zapier and API Requests

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

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

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

    i am so much struggling to integrate convertkit to privyr. can you please help me?

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

      Checkout XRay.Tools for this: xray.tools/?q=convertkit+zapier-privyr
      Looks like you don't even need code to set this up!

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

    Can you please also make a video for Xentral and Webhooks by Zapier?

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

      Xentral is a massive ERP app... we can't cover the whole thing in a video... instead, book some free time with our team and lets talk about what you're trying to do.
      calendly.com/xraytech/15

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

    I have gathered a lot of valuable information from your content. Although I am not utilizing Zapier but Integrately, I found your video to be one of the best resources for webhook I have come across. I appreciate the detailed explanation of API understanding in your content.

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

    Do you have any app recommendations for storage of API credentials so that you are not storing the credentials in plain-text within the zap?

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

      This one is tough. There’s a few ways you can do it.
      One could be storing them in a Zapier Table (we just released a video about tables a few weeks ago) - or use something like Airtable which can be referenced within the automation.
      Either way, it will cost you an extra task, and will still be visible inside of Zapier History.
      Make.com offers “secrets” to enable this type of use-case. If you’re using custom APIs often, we’d suggest checking out our beginners guide - though we don’t mention secrets directly since that’s a more advanced topic.
      Thanks for the question!

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

    This is amazing! thank you for this, but is there a way to do it with airtable? i mean, making a POST webhook for an airtable record..

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

      Of course! You’ll need to draft a script inside of an Airtable automation. ChatGPT should be able to get you 90% of the way.

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

      Thanks!, i'll try this one out, it would be amazing if you made a tutorial about this one! @@XRayAutomation

  • @VikramN-t7n
    @VikramN-t7n 6 месяцев назад +1

    This was really useful. I didn't know that we can directly do API request. Now I did and my zap is running smoother!

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

      You bet! This unlocks a ton of potential in Zapier, glad you enjoyed the video!

    • @shunyataxglobalmedia
      @shunyataxglobalmedia 13 дней назад

      hi brother can you support me for to do this actually am beginner sir please

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

    this is gold. thanks a bunch

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

      You are so welcome.
      If you liked this, you'd probably also like xray.tools -- the automation search engine.
      Also, nice bowtie 🎀 😎

  • @TylerMurray-m6l
    @TylerMurray-m6l Год назад +1

    What does the current Zapier/Slack standard options lack that you would need to use a Webook w/ an API to do?

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

      Oh there’s lots of things. Other automation providers have different support. xray.tools/app/slack
      Adding a bookmark, star a message, create or complete a reminder are all not supported as no code integrations on Zapier. Updating channel topic, file creation/deletion, etc.
      Generally Zapier has the most common ones, but adding a few custom bells and whistles is helpful sometimes.

    • @TylerMurray-m6l
      @TylerMurray-m6l Год назад +1

      @@XRayAutomation Thanks! I'm always trying to see what others are doing and seeing what makes sense for us to integrate

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

    Absolutely invaluable content for the low code no code community!

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

    This guy isnt a lier listen to him.

  • @Aljaž-h9y
    @Aljaž-h9y 7 месяцев назад

    Gold. Thank you for keeping it straightforward. Also great video production, editing, narrating and audio. Liked & subscribed!

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

      All the humans at XRay thank you ❤️

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

    9:25, Header has 2 separate fields in Zap, I think now it is just one field. So confusing regarding formatting.

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

      Thanks for pointing that out! Lots of change/updates in Zapier as they build out these features!

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

    is frustrating me and I know its becuase I dont understand it yet.. I have a Zap to create a folder, another to shorten the URL. I would like to have that shotened URL be added schedule in humanity. very new @ this sorry

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

      Thanks for the Q.
      Theres a couple things that could be wrong here. Make sure you're using the "Alt Link" from the Google drive folder if you're using google drive for your folders.
      You might also want to checkout our beginners guide. API calls are an advanced pattern in NoCode.
      ruclips.net/video/GXf6Z4eNWoU/видео.html

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

    Thanks for the video. One of my API objects is an array. like "Addresses: [street]". how do I populate that on zapier data field? have tried a few combinations but nothing seems to work.

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

      Sounds like we need a little more information...
      - Are you trying to get this to populate in a trigger step or action step?
      - Which apps are you using? Trigger & where is your API call going?
      You may need to use a "Formatter" step in zapier to reformat the content into a string depending on where you're trying to put it.
      You're welcome to join us at Open Automation Hour too if you'd like. calendly.com/xraytech/open-automation-hours

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

    What is the first app you used in Slack integration part?

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

      You might be referring to www.XRay.Tools - that’s our automation search engine to quickly see what integration support each automation provider has

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

    Thank you for this. So invaluable.

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

      Glad it was helpful!
      Checkout www.XRay.tools too 😉

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

    can I make a chatbot with zapier but use webhook to answer my clients questions?

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

      Great question, but no.
      Zapier is far too slow to process data on a “chatbot-like” timeline.
      If you’re trying to make a custom chatbot, let’s talk!
      www.calendly.com/xraytech/15

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

      @@XRayAutomation sent you a meeting

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

      Try this! www.chatbase.co/?via=xray