website logo
HomeVideo TutorialsLive DemoRoadmapAPI DocumentationSignup
⌘K
Getting started with us !!
User onboarding
Necessary Platform Setup
Member Section
Add team members on platform
Dept. wise access control
Explore More features
Call Group Section
Overview about Call Group creation
Add members in call group
Explore More features
Call Report Descriptions
Incoming call reports status
Outgoing call reports status
IVR Journey Section
Setup IVR Journey
IVR Journey Video Training
Security Section
Security configuration
Notification control
"Manage" Section
Custom templates
Softphone Configuration
Softphone- Basics
Softphone- Do's & Don't
Steps to Setup VPN
WebRTC User Registration
How to Use WebRTC
Auto Answer function
Integration Section
API Reference
Webhooks Integration
Zoho Suite Integration
Leadsquard Integration
Google Sheet Integration
Razorpay Integration
"Other Tools" Section
Blacklist Number
Download centre
Custom Branding
1. How to create Custom Subdomains
2. How to Add SSL to your Custom Domain
3. Business Branding
Outbound Call Types
Click2Call- Direct from report
Click2Call- Manually
Bulk Voice Push ( Key Based)
Auto Survey (Key capture)
Auto Dialer- Bulk Click2Call
Bulk Voice Push (OBD)
Frequently Asked Q & A
1. What is Desk Phone?
2. What is Call coins Minutes?
3. What is sms coins?
4. What happen when coins finish before assigned time?
5. What If my plan validity expires?
6. How can I gets the Invoices?
7. What is Webhook Access in this platform?
8. How to do Live Call Tracking through admin dashboard?
9. Can we have multiple IVR account in single login?
10. What is call recording Feature ?
11. What is Bulk Voice Broadcast?
12. How to check Back-Track Call History?
13. What is Caller Number Masking?
14. What is Member/Agent level Caller Number Masking?
15. What is Account level Caller Number Masking?
16. What is Super Admin Control?
17. Can Super Admin See the Caller Number Masking?
18. Is there an extra charge for custom SMS and Voice template?
19. Can I change my Virtual number anytime?
20. Can I change my outgoing System Landline number if it will mark as spam in true-caller or other 3rd party mobile phone application?
21. What if I want to change multi language IVR later?
Docs powered by archbee 

Webhooks Integration

4min

In today's digital era, where corporate norms and procedures are constantly expanding, it is not uncommon to use a variety of different applications and apps. However, it's crucial that these two (or more) applications synchronise or interact with one another flawlessly. CallerDesk provides API and Webhooks to enable such swifter communication. Webhooks and API, however, operate in different ways. To give one easy example, when you ask API to do something, it will do it. Webhooks, on the other hand, will carry out the same function when specific events occur or specified requirements/situations are achieved. In addition to automating processes, Webhooks also saves a tonne of manual work and is quite simple to design and utilise. Let's explore to fully comprehend,

How Do Webhooks Work?

To put it simply, a Webhook is an HTTP callback or an HTTP POST that notifies a server of an occurrence.

In other words, Webhooks facilitate communication between two apps by sending "event-notifications" via HTTP POST (CallerDesk Platform + other integrated application). When a "event" happens, it merely sends a message (including all the valuable data) over a URL to the third party application. Usually, the third-party programme provides this URL. In CallerDesk Platform, you can choose specific occurrences or circumstances that will permit communication between the Webhook and the integrated third-party application.

What Are the Benefits of Using Webhooks?

Webhooks should be used if you want your two (or more) applications to work in concurrently. Webhooks are very user-friendly, flexible, and customizable. In other words, a webhook can be used for either a single event or a collection of events.

Additionally, Webhooks save a lot of manual work because they deliver real-time notifications and instantly synchronise with the integrated 3rd party application.

APIs Vs Webhooks  

APIs deliver you the data when you ask for it but Webhooks eliminate the requirement for a user to send a request. As soon as the data is available, you get it.

Example

Using APIs, you must keep polling every few seconds until a new call is received if you want to determine whether a new call lead has been received or not. However, if you're utilising Webhooks, you may set up a webhook event called "call report" to get alerts whenever a caller connects with the IVR.



Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
API Reference
NEXT
What Is Webhook Event
Docs powered by archbee 
TABLE OF CONTENTS
How Do Webhooks Work?
What Are the Benefits of Using Webhooks?
APIs Vs Webhooks