NeoDove
  • Quick help portal
  • NeoDove Onboarding
  • Admin Portal
    • Create and Manage Users
      • How to Add a New User?
      • How to Add Users in Bulk?
      • How to Edit Users?
      • How to Deactivate Users?
      • How to Reset a User Account Password?
      • How to View all the Assigned Campaigns of a User?
      • How to Re-Assign the complete leads of a User irrespective of all the Campaigns?
      • How to Disable Lead Assignment?
      • How to Delete Users?
      • How to Define the Roles and Permissions of a User?
      • FAQs (Create and Manage Users)
    • Pipeline
      • How to create a campaign?
        • Lead Distribution Settings
        • Engagement Form
          • Creating Whatsapp Message Templates
      • Edit a Campaign
      • Edit an Engagement Form
      • How to do the HTML Email Setup
      • Upload Leads
      • View Tasks
      • Delete a Campaign
      • Copy a Campaign
      • View Lead Summary
        • Bulk Actions
        • Advance Filters - Lead Summary
      • View Call Logs
      • FAQs (Pipelines and Campaigns)
      • Move and Copy Leads - Campaigns
    • Contacts
      • What are Custom Contact Properties ?
      • How to Upload Contacts?
      • How to Add Walk-In Leads?
      • FAQs (Contacts or Data Upload)
    • Reports
      • User Report
      • User Activity Report
      • Lead Disposition Report
      • Message Activity Report
      • User Call Report
      • Follow-Up Report
      • Login Report
      • Campaign Report
      • Campaign Lead Report
      • Campaign Stage Report
      • FAQs
    • Trends
    • Integrations
      • Google Sheets Integration
        • Steps to integrate Google Sheets
        • Do’s and Don'ts of Google Sheet Integration.
        • Common Scenarios for errors in Google Sheet Integration
        • FAQs on Google Sheet Integration
      • Facebook integration
        • Steps to Integrate Facebook Ads
          • How to test your Facebook Integration?
        • How to Segregate the leads of different Facebook Ad Campaign in NeoDove?
        • Common Scenarios for errors in Facebook Integration
        • FAQs on Facebook Integration
      • Google Ads Integration
      • Google Form Integration
      • JustDial Integration
      • Sulekha Integration
      • Sarv Integration
      • HubSpot Integration
      • WIX Integration
      • WooCommerce Integration
      • Razorpay Integration
      • Homeonline Integration
      • 99Acres Integration
      • Housing.com Integration
      • Magicbricks Integration
      • Custom Integration
      • IndiaMart Integration
        • IndiaMart Integration Push Method
      • Shopify Integration
      • Pabbly Integration
      • WhatsApp API Integration
      • Trade India Integration
      • Webhook
      • Aisensy Integration
      • Interakt Integration
      • Wati Integration
      • DoubleTick Integration
      • Zoho Integration
    • Marketplace - Value Added Services
      • IVR Services
        • PSTN (Sim-Based IVR Call)
        • SoftPhone or VOIP (Internet-Based Calling)
        • Basic Differences (PSTN & SoftPhone)
        • IVR FAQs
      • WhatsApp API Services
        • Facebook Business Manager Account
          • Facebook Business Manager Account Verification
          • Whatsapp Display Name Verification
      • SMS API
      • TRAI
    • Workflows
      • Workflow Send Webhook Functionality
    • Profile
    • Custom Lead Form
    • Billing and Subscription
    • Settings
  • NeoDove Web Application
    • Sign In
    • HomePage
    • Calling Leads
      • Calling Leads Priority-wise
      • Calling Leads Campaign-wise
      • Calling Leads Through ‘My Leads’
      • Calling Leads Through Filters
    • Dispose Lead
      • Yes Connected
      • Not Connected
    • My Tasks
      • Assigned to me
      • Reported by me
    • My Reports
    • Call Logs
    • Walk-In Leads
    • Notifications
    • Change Language
    • Message Us
    • FAQs (Web Application)
  • NeoDove Mobile Application
    • Sign In
    • Homepage
    • Calling Leads
      • Calling Leads Priority-wise
      • Calling Leads Campaign-wise
      • Calling Leads Through ‘My Leads’
      • Calling Leads Through 'Filters'
    • Dispose Lead
      • Yes Connected
      • Not Connected
    • My Tasks
      • Assigned to Me
      • Reported by me
    • My Reports
    • Call Logs
    • Walk-In Leads
    • Notifications
    • Change Language
    • Contact Support
    • Refer And Earn
    • FAQs (Mobile Application)
    • GSM Call Recording Setup Guide
  • Product Updates
    • November 2024
    • October 2024
    • September 2024
    • August 2024
    • July 2024
    • June 2024
    • May 2024
    • April 2024
    • February 2024
    • January 2024
    • October 2023
      • Remarks in Dispose History
      • Attach File Limit Updated
      • Integrations Page Redesign
    • September 2023
      • Find out if your leads are even being attempted or not?
      • Dropdown CCP mapping
      • Switch between call logs and lead summary
      • Admin application
      • Editable role names
      • Product update icon on dashboard
      • Admin dashboard redesign
      • App Permissions
    • August 2023
      • Introducing Chat Support for Admins
      • Ability to copy a phone number from an Incoming VOIP call Pop-up
      • Search Contact Shortcut key.
      • Interactive Lead Tags: Simplifying Campaign Category Navigation
      • Add Walk-in leads from Admin Portal
      • Lead Dispose - Quick Follow up options
      • Hourly Report Download
      • User call report: aggregate stats for date range
      • Browser notification for incoming call for VOIP
      • Admin: View All Campaigns: Clickable Category name
Powered by GitBook
On this page
  • Here’s how it works:
  • Example:
  • Benefits:
  • Steps:

Was this helpful?

  1. Admin Portal
  2. Integrations

Webhook

Let us understand about the webhook

A webhook is a method used to automatically transfer data from NeoDove to another application as it happens in real-time.

Essentially, it is a way for NeoDove to provide other applications with real-time information.

Webhooks are typically used to notify your system of an event or change that occurred, without the need for your system to constantly poll for updates.

Here’s how it works:


  1. Setup: You configure a NeoDove webhook by providing a URL endpoint on any of your particular software's or application's server where you want to receive data.

  2. Trigger: An event occurs in the source application (e.g., a new lead gets created or updated, an order is placed, a payment is processed).

  3. Notification: NeoDove makes an HTTP request (usually a POST) to the webhook URL, sending data about the event in the requested application.

  4. Processing: Your particular application's server receives the data and processes it according to your needs (e.g., updating a database, sending a notification, triggering a workflow).

Example:


Imagine you have an e-commerce website and you want to keep your inventory system updated in real-time when an order is placed. You can set up a webhook in your NeoDove portal that triggers an HTTP POST request to your inventory system’s URL endpoint whenever a new order is placed. The inventory system receives the order details and adjusts the stock levels accordingly.

Benefits:


  • Real-time Data Transfer: Immediate notification and data transfer as events occur.

  • Efficiency: Reduces the need for constant polling or checking for updates, saving bandwidth and resources.

  • Automation: Enables automatic and seamless workflows between NeoDove and different applications and services.

Steps:


  1. Go to the Integrations section, present on the left side-bar of your screen.

  1. Once clicked, then need to click on the "Webhook" option.

  1. Post that, a new window will appear where you need to select the events on which the lead should behave or get triggered to some other software from NeoDove.

  • Trigger - 1 - Lead Create (If you want the lead to be created in other software when it is being created in NeoDove)

  • Trigger - 2 - Lead Dispose (If you want the lead to be created in other software when it is being disposed in NeoDove)

  • Trigger - 3 - Lead Delete (If you want the lead to be created in other software when it is being deleted in NeoDove)

  1. After selecting the triggering events, need to put the "Webhook URL" for the software where you want the lead to be created.

  1. Then you need to click on the "Save" button to get the Webhook added and ensure to "Turn it On" as well for the webhook to work properly.

  1. After the webhook gets added successfully, you would be able to check the lead event status also for your analysis.

Last updated 7 months ago

Was this helpful?

Log in to your NeoDove account ()

https://connect.neodove.com/login