Webhook


Take advantage of real-time notifications and data updates and utilize trigger events to automate your workloads

Real time integrations

Type:

Feature

Platform

Lite, Flow

Category

Base

Documentation

visit documentation

What is it?

In simple terms, webhooks provide instant real time notifications.

A webhook in web development is a method of augmenting or altering the behavior of a web page or web application with custom callbacks. Webhooks are triggered by some event, such as receiving a new sales order or a comment being posted to a blog. When that event occurs, the source site makes an HTTP request to the URL configured for the webhook. Users can configure them to cause events on one site to invoke behavior on another.

What does it do?

Webhooks in the Spojit Flow platform allow 3rd party applications and software platforms to start a process (Spojit workflow).

Each workflow in Spojit comes with a unique URL which can be called by any application, software platform, or piece of code by making a HTTP request and providing some data.

When Spojit platform receives a webhook request, it starts the associated process workflow giving you access to the initial set of data from the event which occurred.

Use Cases

Many software platforms offer and support webhooks out of the box (eg. Wordpress, WooCommerce, Shopify or Slack). Common use-cases include

Real-Time synchronization of data

  • When a new sales order is created in online store, synchronize in ERP
  • When a new file is uploaded to an FTP server, update website products
  • When a new customer subscribes to a mailing list, synchronize in CRM
  • When stock changes (price update, new product) in ERP, synchronize in online store

Real-Time notifications

  • When goods are dispatched, send tracking email or sms to a customer
  • When products are back in stock, notify customers
  • When stock is low, notify purchasing department
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.