Skip to main content
Best answer

Zapier for GraphQL APIs?

  • May 19, 2020
  • 3 replies
  • 5038 views

Does anyone know if Zapier works with GraphQL APIs? If so, how? 

Thanks for any and all advice!

Best answer by ikbelkirasan

@mgavaudan - Maybe you should build a custom CLI integration to use GraphQL. You’ll be able to use any GraphQL library for Node.js. An alternative would be to send your GraphQL query using fetch in a Code step.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

nicksimard
Forum|alt.badge.img+11
  • Zapier Staff
  • May 20, 2020

HI @mgavaudan!

Would you be able to elaborate on that? Is this in reference to creating an integration on the Zapier platform? And do you have any API documentation we could take a look at? Thanks!


ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Solution Partner
  • Answer
  • May 21, 2020

@mgavaudan - Maybe you should build a custom CLI integration to use GraphQL. You’ll be able to use any GraphQL library for Node.js. An alternative would be to send your GraphQL query using fetch in a Code step.


  • Author
  • Beginner
  • May 26, 2020

Thanks @ikbelkirasan, I think I’ll do the second suggestion.