Best answer

Zapier for GraphQL APIs?

  • 19 May 2020
  • 3 replies
  • 4066 views

Userlevel 1

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

Thanks for any and all advice!

icon

Best answer by ikbelkirasan 21 May 2020, 02:12

View original

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

Userlevel 7
Badge +11

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!

Userlevel 7
Badge +12

@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.

Userlevel 1

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