Shoppers Stop sees 2X jump in CRM revenue contribution with WebEngage. You can too. Take a demo now!

5 Mins Read

8,498 Views

Understanding Webhook – A Beginner’s Guide For Marketers

What is a WebHook
What is a WebHook
Home - Blog - Understanding Webhook – A Beginner’s Guide For Marketers

A quick analogy

Let’s understand WebHook with an example. Imagine that someone pressed the time machine and the clock is turned 25 years back where the internet is still not a thing and the attention span of humans is larger than a dolphin.

I have a bank account running, and I like to get updates whenever there is an activity in my account, like credit or debit.

Now, to get an update from the bank I have to call them and ask for it. A bank staff, on the other hand, would review my account and inform me accordingly. This process would be repeated each time I need an update.

Seeing their employees going through the same pattern every time a customer calls, the bank comes up with an idea.

They decide to launch a callback plan wherein they would themselves call the customer whenever there is an activity in their account. Customers needn’t call now.

Table of Contents:

  1. What are WebHooks?
  2. How exactly WebHook works?
  3. A simple WebHook example
  4. Some more real-life examples

What are WebHooks?

Simply put, those callbacks of yesteryear, which updated customers, are the WebHooks of today.

WebHook is a programming mechanism to receive data, that originates in some external system, in real-time. In this case, that system is the bank account.

For instance, say, you are using WebEngage to create an onsite lead generation survey. Now suppose, as soon a user submits the survey, you want the data to be passed on to an external destination like your warehouse or CRM such as Salesforce.

There are two ways to accomplish that,

  • manually download the list periodically, in absence of an automated data pipeline, and upload it to your external system. Not really efficient, is it?
  • Or, set up an API that would constantly poll WebEngage for data at a certain interval. But even that is inefficient because a) it is not real-time b) it is highly probable that there has been no submission since the last polling.

Difference between webhook and API

Then, there is a third way- WebHook. With WebHook you would be able to pass data as soon as it happens. Like, notifying the customer as soon as the transaction happens.

How exactly WebHooks work?

A WebHook is nothing but an HTTP callback. A WebHook provider makes an HTTP callback to a URL that has to be configured by the system which receives the data. That URL is called WebHook endpoint, it should be public and like I said it belongs to the receiving system.

The callback is triggered whenever there is an event in the WebHook provider about which it wants to notify the other system. The data that is passed during the callback, is mostly in the form of JSON or XML format. Depending on the WebHook provider there could be more options like the kind of events you want to be notified about, the format of data, etc.

Need some headspace to chew this over? You would be able to connect the dots by going through the following example

A simple WebHook example

Take an example from WebEngage product itself which provides WebHook.

So, whenever there is a survey submit event, WebEngage would make an HTTP POST request to the URL fed above. Below is an example of a simple payload that is generated when someone submits the survey.

{
    'qualified_lead': {
        'contact': {
            'email': 'jon@snow.inc',
            'tel': '+01-2222-333'
        },
        'industry': 'ECommerce',
        'purpose': 'Growth hacking'
    }
}

There is not a universally common format to send the data. There are certain providers which provide options around the data format you want the data in. But in its absence, you would have to write an intermediate program to transform that data into the format that you could pump into your system.

That’s WebHook, guys.

So, if we sum everything up we get the final definition of WebHook as, “WebHooks are HTTP callbacks to feed data, usually in JSON and XML, to the system of your choosing in real-time.”

Simple, right?

To understand how WebHook fits in the entire bank analogy, let’s recall it again.

  • In the bank’s case, the application is the bank account,
  • URL is the customer,
  • WebHook is the call made by the bank staff to the customer and
  • JSON/XML is the information or data passed.

Some more real-life examples

Foursquare – Foursquare notifies applications using their WebHook when users checks in.
Stripe – Delivers various payment-related events like payment completed, payment failed, recurring payment disabled, etc
Papertrail – Provides real-time alerting for server health monitoring.

Hope that this was helpful.

Experience the future of user engagement with industry-defining features and quality customer support! Request a demo now.

Author

Content Marketer, 

Webengage

Ajit is a Marketing Manager at WebEngage. He is a power user who writes about marketing automation and everything about the customer engagement sphere. He previosuly worked as a Digital Marketing Executive at Zepo.in

Related Articles

Scroll to Top

We approached WebEngage when we were unhappy with a competitor's product. We wanted excellent service, which is one of WebEngage's intrinsic values. From Oberoi Hotels & EazyDiner to The Postcard Hotel, we're a 100% WebEngage client!

Kapil Chopra

Founder - EazyDiner & The PostCard hotel

Global brands trust WebEngage

global-brands
reviews-security-partners

Supercharge Your Startup's Growth

The Program helped us scale our business faster and bring down acquisition costs with time.

ankit-agarwal-testimonial

Ankit Agarwal

Founder, PHOOL

Become a Partner

Grab your copy