The Ultimate Guide to Webhooksby@jerrychang
740 reads

The Ultimate Guide to Webhooks

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

A common technique, recommended by many 3rd party services, is using a webhook. This technique allows us to keep the data in both systems in alignment over time as they change by using an HTTP request. The webhook is nothing special, it is leveraging the HTTP protocol in order to transfer the data over the network to keep data in alignment. It uses what is referred to as a “push model”, where updates from the 3rd-party service is pushed to the receiving endpoint (your application)

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - The Ultimate Guide to Webhooks
Jerry HackerNoon profile picture

@jerrychang

Jerry

cloud, aws, javascript, react, dev tips


Receive Stories from @jerrychang

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!