Sending leads to Jaldi via Webhooks - Connect to website lead forms

Created by Saqib Jabbar, Modified on Wed, 17 Sep, 2025 at 1:59 PM by Saqib Jabbar

Introduction

You can use Jaldi webhooks to automatically send leads to your campaigns and auto-assign leads to your sales agents. The webhook can be integrated into a website form or in another application where you are gathering lead details. You will need a web developer to connect the webhook with your lead forms.

Steps: Create a Webhook Campaign

1. In the campaign section, click on create a new campaign and then select Add web form campaign. 2. Create a name for your Jaldi campaign and tap on next. 3. Select the agents you want to assign leads from this campaign. Once done, tap on next. Note: Jaldi uses a round-robin distribution system (Alternate lead distribution). 4. You will be able to see the campaign_id, API key, and endpoint URL on the next page. You will need these details to send requests to Jaldi via your website form. Tap on next once you have copied these details. Note: All details on integrating the webhook with Jaldi are available on this page. You will be able to access these details later as well from the campaign details page. 5. Click on Finish to complete creating the campaign. Note: You can access the API Key, campaign_id, and endpoint URL on the campaign details page once the campaign has been created. Example request The Jaldi webhook can work with any system that supports REST-based APIs. An example request in Javascript is shown below.

					
				

Steps: Connect and get leads data from Jaldi via API

The following API can be used to retrieve leads from your Jaldi account.
  • URL: https://api.jalditech.com/add_on/webhook/fetch_crm_data
  • Request type: POST
  • Body: None
Headers
  • Authorization: "Bearer " ( From Step 3 )
Query Parameters:    
Name Type Description
last_update_from String Filter the leads based on last updated time by giving from datetime in the format "YYYY-MM-DD hh:mm"
last_update_to String Filter the leads based on last updated time by giving end datetime in the format "YYYY-MM-DD hh:mm"
  Example request An example request in Javascript is shown below.

					
				

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article