Skip to main content

2 posts tagged with "integration"

View All Tags

API vs REST API: Simple Guide with Clear Differences and Examples

· 11 min read
Jones
Co-Founder and Architect @ Codehooks

An API is an interface that lets software communicate by defining how to make requests and receive responses. A REST API is a specific kind of API that follows REST principles over HTTP—using methods like GET, POST, PUT, and DELETE to work with resources. All REST APIs are APIs, but not all APIs are REST.

Confused? Don't worry. In this post, you'll learn everything about the API and REST API domain—from core concepts and key differences to how REST+JSON became the web's standard. We'll explore why REST APIs dominate today's development landscape, compare different backend service models, and finally show you how to build your own APIs in practice using Codehooks.io.

Send bulk emails using Mailgun and serverless Javascript hooks

· 8 min read
Jones
Co-Founder and Architect @ Codehooks

Email remains the top communication tool for businesses. Either, if you need to create simple direct emails messages, or schedule templated bulk messages to customers - we all need flexible tools to communicate effectively with our customers.

This blog post shows how you can create a serverless background application for sending bulk HTML emails using the popular Mailgun SaaS.