TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Zapier's first API

235 pointsby mikeknoopabout 2 years ago
Hey HN! We launched Zapier way back in 2012 on HN: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4138415" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4138415</a> and thought we&#x27;d return home to announce something special and hopefully exciting :) We are trying to finally live up to the &quot;API&quot; in our name with Zapier&#x27;s first universal API:<p>Natural Language Actions – <a href="https:&#x2F;&#x2F;zapier.com&#x2F;l&#x2F;natural-language-actions" rel="nofollow">https:&#x2F;&#x2F;zapier.com&#x2F;l&#x2F;natural-language-actions</a><p>API docs – <a href="https:&#x2F;&#x2F;nla.zapier.com&#x2F;api&#x2F;v1&#x2F;docs" rel="nofollow">https:&#x2F;&#x2F;nla.zapier.com&#x2F;api&#x2F;v1&#x2F;docs</a><p>(to be fair, we have published APIs before that can access Zapier data, but never before one devs can use to directly call the 5k+ apps &#x2F; 20k+ actions on our platform)<p>For example, you can use the API to:<p><pre><code> * Send messages in Slack * Retrieve a row in a Google Sheet * Draft a reply in Gmail * ... and thousands more actions with one universal API </code></pre> We optimized NLA for use cases that receive user input in natural language (think chatbots, assistants, or any product&#x2F;feature using LLMs) -- but not strictly required!<p>Folks have asked for an API for 10 years and I&#x27;ve always been slightly embarrassed we didn&#x27;t have one. We hesitated because we did not want to pass along our universe of complexity to end devs. With the help of LLMs we found some cool patterns to deliver the API we always wanted.<p>My co-founder&#x2F;CTO Bryan did an interview with Garry on YC blog with more details: <a href="https:&#x2F;&#x2F;www.ycombinator.com&#x2F;blog&#x2F;building-apis-for-ai-an-interview-with-zapiers-bryan-helmig" rel="nofollow">https:&#x2F;&#x2F;www.ycombinator.com&#x2F;blog&#x2F;building-apis-for-ai-an-int...</a><p>We also published a LangChain integration to show off some possibilities:<p><pre><code> * Demo: https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=EEK_9wLYEHU * Jupyter notebook: https:&#x2F;&#x2F;github.com&#x2F;hwchase17&#x2F;langchain&#x2F;blob&#x2F;master&#x2F;docs&#x2F;modules&#x2F;utils&#x2F;examples&#x2F;zapier.ipynb </code></pre> We know the API is not perfect but we&#x27;re excited and eager for feedback to help shape it.

17 comments

bryanhabout 2 years ago
This was a ton of fun to build! We&#x27;ll also be releasing a NLA enabled version of our Chrome extension [0] within the next couple of days which will be similar (but way more convenient than) the demo on the landing page above.<p>Anyone can start hacking on NLA today, go check out <a href="https:&#x2F;&#x2F;nla.zapier.com&#x2F;get-started&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nla.zapier.com&#x2F;get-started&#x2F;</a> after you log in!<p>We&#x27;re super bullish on LLMs for pulling &quot;no-code&quot; forward, helping more knowledge workers build automations. Already, folks are using our OpenAI [1] + ChatGPT [2] integrations to build very cool automations with summaries, categorization, copy writing, and more. We think there is a ton more to do here.<p>If anyone is interested in this problem space, shoot me an email bryan@zapier.com!<p>[0] <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;zapier&#x2F;ngghlnfmdgnpegcmbpgehkbhkhkbkjpj?hl=en" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;zapier&#x2F;ngghlnfmdgn...</a> [1] <a href="https:&#x2F;&#x2F;zapier.com&#x2F;apps&#x2F;openai&#x2F;integrations" rel="nofollow">https:&#x2F;&#x2F;zapier.com&#x2F;apps&#x2F;openai&#x2F;integrations</a> [2] <a href="https:&#x2F;&#x2F;zapier.com&#x2F;apps&#x2F;chatgpt&#x2F;integrations" rel="nofollow">https:&#x2F;&#x2F;zapier.com&#x2F;apps&#x2F;chatgpt&#x2F;integrations</a>
评论 #35265749 未加载
评论 #35269990 未加载
trhrabout 2 years ago
Hey Zapier! Stop introducing breaking changes into your integrations without deprecation warnings. Follow semver like normal people, or at the very least, publish a release strategy.<p>Sincerely,<p>A former consultant who hard sold like 50 of your customers to drop your platform after your last HubSpot integration debacle.
评论 #35272429 未加载
mmaiaabout 2 years ago
Zapier&#x27;s landing page doesn&#x27;t live up to what they&#x27;re releasing. Be sure to check out the LangChain integration and examples.<p><a href="https:&#x2F;&#x2F;langchain.readthedocs.io&#x2F;en&#x2F;latest&#x2F;modules&#x2F;utils&#x2F;examples&#x2F;zapier.html" rel="nofollow">https:&#x2F;&#x2F;langchain.readthedocs.io&#x2F;en&#x2F;latest&#x2F;modules&#x2F;utils&#x2F;exa...</a>
评论 #35265738 未加载
sontekabout 2 years ago
This is going to be an awesome way to optimize Zapier usage. I&#x27;m not a huge AI guy but love the idea of sprinkling a little on top of my existing zaps to make them even more useful!<p>For example I have a zap right now that every time I react in slack with :todoist: it adds it to my TODO backlog. If I can use AI to read that thread and put a summary in there that&#x27;ll make me more productive.
评论 #35269787 未加载
toddmoreyabout 2 years ago
Imagine just 3 years ago reading about a saas product advertising “hallucination protection”. Life comes at you fast.
ahmed_dsabout 2 years ago
I would really love to hear a bit about Zapier&#x27;s pursuit towards innovation.<p>There are quite a few workflows automation platform out there. It is now an entire industry. With nocode being more and more popular, there is a lot of &quot;Alternative to Zapier platforms&quot;.<p>This makes me wonder, is innovation in no code workflow automation platform limited to just new API services? Or is there possibility to innovate in a new way? Some of Zapier&#x27;s competitors have integrated programming language interface, spreadsheet element etc.<p>As the OG workflow automation platform, what does innovation mean to Zapier beyond hosting an API service?
评论 #35269809 未加载
killthebuddhaabout 2 years ago
Related: I&#x27;ve been seeing a ton of news&#x2F;references to LangChain recently. My own team is working closely with LLMs, and my non-technical cofounder is pushing hard for us to adopt LangChain as one of our core tools. So I spent a couple days diving into the LangChain codebase and I just don&#x27;t understand why I would use LangChain. It feels to me like almost all of the LangChain codebase is dedicated to solving non-complex problems or interfacing with dozens on dozens of third-party APIs.<p>All that said, the LangChain team looks solid, they&#x27;ve definitely been shipping code fast, tons of people have committed to the ecosystem, they raised a bunch of money, and I&#x27;m a huge believer in just going with standards.<p>Has anyone here worked through this same dilemma, or a similar one, and could maybe help me with how I should be thinking about it?
评论 #35268345 未加载
ezekgabout 2 years ago
Congrats on the launch. Looks useful for certain types of users. I can imagine it now:<p>&gt; Hey Zapier, generate a new Keygen license for ACME Co. and send the license key to them via email using Postmark. Send me a copy of the email as well. Lastly, mail them a new customer postcard.<p>Going to share this with a few customers today.
asdfzalsdabout 2 years ago
Pretty cool<p>Was able to get something up and running pretty fast. (Search on google and texted myself)<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;pwang_szn&#x2F;status&#x2F;1638707301073956864?s=20" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;pwang_szn&#x2F;status&#x2F;1638707301073956864?s=2...</a>
xavdidabout 2 years ago
Congrats on the launch y&#x27;all, this is very neat! This was obviously a big effort.<p>I&#x27;m excited to see how the introduction of AI will change the way integrations are built, maintained, and well, integrated.<p>Cheers!
BrianOnHNabout 2 years ago
I wonder if they fixed replying to Gmail threads. Last time I tried, without the NLP layer, it failed to do anything but create new threads.
评论 #35265721 未加载
ShadowBanThis01about 2 years ago
Would’ve been nice to say what Zapier is.
评论 #35290667 未加载
reality_inspctrabout 2 years ago
Super cool. Applied to keep building a calendar that lets you Spend Time from a time budget.
extragoodabout 2 years ago
Congratulations Zapier team!<p>I&#x27;ve been an active Zapier user for the past 6 or so years, and my teams have adopted it for various simple integration projects.<p>I&#x27;m excited to see what more we can do with Zapier&#x27;s new Natural Language Actions.
loopdoendabout 2 years ago
This would be really “fun” to scale with all the synchronous work going on. You guys definitely picked one of the hardest businesses to be in given the ungodly number of service providers you interface with!<p>Very impressive.
jacooperabout 2 years ago
Man, that would be great if we can add a step to summarize an article before posting it to social media
评论 #35265398 未加载
评论 #35264544 未加载
评论 #35265158 未加载
rashidaeabout 2 years ago
Awesome!!!