Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
November 11, 2022 01:56 pm GMT

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, or Node-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 it should work?

I am curious to know!


Original Link: https://dev.to/superface/how-do-you-glue-apis-together-3jep

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To