Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Superface profile imageJan Vlnas
Jan Vlnas forSuperface

Posted on

     

How do you glue APIs together?

Say you want to connect two or more APIs, for example:

  • Whenever someone submits a form on our website, add their contact to HubSpot (or other CRM) and email them.
  • When someone gives a star to my repository on GitHub, send me a Telegram message.
  • Post a tweet when there's a new post on our blog.

How do you connect these different API integrations together?

Do you use some low-code platform like Zapier,n8n, orNode-RED? Or do you prefer to “glue” the code manually? Or do you have a magical framework which does the hard work for you?

And importantly, how much you like/hate your current approach, and how do you think itshould work?

I am curious to know!

Top comments(1)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
jnv profile image
Jan Vlnas
  • Location
    Prague, Czech Republic
  • Pronouns
    he/him
  • Joined

Usually, I useIFTTT for simple, personal integrations, like “When I clap to an article on Medium, post it to Twitter” or “When I like a song on Spotify, add it to a monthly playlist”.

But for production applications, I typically wire up APIs manually. Recently, I foundReshuffle library, which seems like a pretty nice approach to build workflows between APIs with code, sadly it seems the development has stopped. Do you know something similar? (Not just for Node.js, can be in any language.)

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Connect GPTs to APIs

Connect your GPTs to APIs using a single GPT Action

More fromSuperface

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp