What is a webhook API?

What is a webhook API?

A webhook is sometimes called a web callback or push API. It's a way for one system to send real-time information to another system - data is exchanged immediately an event happens.

In a typical standard API, one system will keep asking another for new data - so when processing real-time data, you have to keep asking (or polling) for new data continuously. Webhooks are therefore much more efficient for both systems.

Setting up a webhook connection between two systems is straightforward and quick when following the methodical steps required.

And to keep the data secure, we use https secure connections and authentication tokens.
    • Related Articles

    • What is the webhook format?

      Our webhook API is a simple, industry-standard method of linking different systems together to let you send out an NPS survey in response to an event on a different system. For example, you could: Link your helpdesk system to SightMill using webhooks ...
    • Does SightMill have an API?

      Yes, we support an API concept called webhooks. Webhooks are an industry-standard, lightweight technology used to pass data between platforms in response to events. As more and more applications use real-time information and events, webhooks are ...
    • How do webhooks work in practice?

      Let's take an example of integrating SightMill with Salesforce CRM so that SightMill will generate and send out an NPS email survey when you change your contact settings in Salesforce to show the contact has bought your product. (Note: to send ...
    • How to send surveys from a web page - using javascript and webhooks

      You might have a requirement to send an NPS survey directly from an action on your website or software platform. A few examples are when you need to: Send an email survey if a user clicks on a button on your website Send an email survey if a customer ...
    • How to use webhooks to trigger SightMill to send an email survey

      You can link your CRM or application directly to SightMill so that an email survey is sent by SightMill when triggered directly from your application. This is a great way to send an email survey after, for example, a customer service call or when a ...