{"id":183,"date":"2024-08-13T09:14:21","date_gmt":"2024-08-13T09:14:21","guid":{"rendered":"https:\/\/apidocs.leadrat.com\/?post_type=docs&#038;p=183"},"modified":"2024-08-13T13:13:21","modified_gmt":"2024-08-13T13:13:21","password":"","slug":"technical-documentation-for-crm-api-integration-with-third-party-providers","status":"publish","type":"docs","link":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/","title":{"rendered":"API Integration with Third-Party Providers"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Introduction:<\/strong><\/h2>\n\n\n\n<p>The Leadrat CRM receives leads from various third-party sources such as Magic bricks, Housing.com, Quicker Homes, Estate Dekho, Roof and Floor, Property Wala, Real Estate India, Just Lead, and Common Floor. To enable this functionality, it is essential to integrate third-party platforms with the CRM via API.Leadrat provides curl for integration which is merged in third-party applications webhook to send data in bulk to CRM. This integration facilitates seamless data exchange and transfer, enhances automation, and enables business to extend the capabilities of their CRM. By using this API, business can automate processes, synchronize data, and enhance their operational efficiency.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Perquisites:<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in to the CRM tenant using the provided credentials.<\/li>\n\n\n\n<li>Ensure that the user has Admin access rights to initiate the API integration process.<\/li>\n\n\n\n<li>Access global configuration settings within the CRM interface.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Integration Procedure:<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select desired third-party source for API integration.<\/li>\n\n\n\n<li>Create an account on the selected third-party platform.<\/li>\n\n\n\n<li>Different accounts can be created for different number of third parties.<\/li>\n\n\n\n<li>Create and fill in the required account details and automatically an excel file will be downloaded.<\/li>\n\n\n\n<li>The downloaded Excel file contains the API information like,\n<ol start=\"1\" style=\"list-style-type:lower-alpha\" class=\"wp-block-list\">\n<li>cURL-API endpoint, API key.<\/li>\n\n\n\n<li>POST request for pushing leads to CRM.<\/li>\n\n\n\n<li>Integration manual<\/li>\n\n\n\n<li>\u00a0Authentication type<\/li>\n\n\n\n<li>Success and failure response.<\/li>\n\n\n\n<li>Parameters<\/li>\n\n\n\n<li>CRM Name<\/li>\n\n\n\n<li>Method (POST)<\/li>\n<\/ol>\n<\/li>\n\n\n\n<li>Populate the Excel file with the necessary details, ensuring accuracy, and adjust parameters if required.<\/li>\n\n\n\n<li>Share Excel file with third-party provider as a reference for integration.<\/li>\n\n\n\n<li>Upon successful API integration, leads are automatically added to the CRM as per the specified parameters.<\/li>\n\n\n\n<li>When the parameters are hit, leads gets added to the CRM and parameters not specified are added as notes for the lead.<\/li>\n\n\n\n<li>Leads can be assigned to primary and secondary users within the CRM, allowing for efficient lead management.<\/li>\n<\/ul>\n\n\n\n<p><strong>Note:<\/strong> Third parties like Housing.com, Real Estate India and Just lead pull type integration is required, so we use username, password and user id for integration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">API Details:<\/h2>\n\n\n\n<p>The API details include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>cURL command for making HTTP requests<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location --request POST  https:\/\/connect.leadrat.com\/api\/v1\/integration\/EstateDekho -H \"API-Key: ZXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\" -H \"Content-Type: application\/json\" -d '{\n  \"name\": \"leadname\",\n  \"state\": \"leadstate\",\n  \"city\": \"leadcity\",\n  \"location\": \"leadlocality\",\n  \"budget\": \"leadbudget\",\n  \"notes\": \"comments\",\n  \"email\": \"leademailid\",\n  \"countryCode\": \"leadcountrycode\",\n  \"mobile\": \"leadmobilenumber\",\n  \"project\": \"projectname\",\n  \"property\": \"propertyname\",\n  \"leadExpectedBudget\": \"leadexpectedbudget\",\n  \"propertyType\": \"propertytype\",\n  \"submittedDate\": \"dd-mm-yyyy\",\n  \"submittedTime\": \"hh-mm-ss\",\n  \"subsource\": \"subsourcename\",\n  \"leadStatus\": \"Schedule Site Visit or Schedule Meeting or Booked or Booking Cancel\",\n  \"callRecordingUrl\": \"callrecordingURL\",\n  \"leadScheduledDate\": \"dd-mm-yyyy\",\n  \"leadScheduleTime\": \"hh-mm-ss\",\n  \"bhkType\": \"Simplex\/Duplex\/PentHouse\/Others\",\n  \"leadBookedDate\": \"dd-mm-yyyy\",\n  \"leadBookedTime\": \"hh-mm-ss\",\n  \"additionalProperties\": {\n    \"EnquiredFor\": \"Buy\/Sale\/Rent\",\n    \"BHKType\": \"Simplex\/Duplex\/PentHouse\/Others\",\n    \"NoOfBHK\": \"0\",\n    \"key1\": \"value1\",\n    \"key2\": \"value1\"\n  }\n}'<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Integration manual for reference<br><em><code>CRM Integration doc for reference<\/code><\/em><\/li>\n\n\n\n<li>Authentication type<br><em>API key<\/em><\/li>\n\n\n\n<li>Success and failure response messages<br><code>Failure: 400 Bad Request<br>Success :<br>{<br>\"succeeded\": true,<br>\"message\": null,<br>\"errors\": null,<br>\"data\": true<br>}<\/code><\/li>\n\n\n\n<li>CRM name<br><em><code>Leadrat<\/code><\/em><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Summary:<\/strong><\/h2>\n\n\n\n<p>In summary, the CRM API integration with third-party providers involves configuring the CRM to interact with external APIs, enabling seamless lead capture and management from various sources. Through careful documentation and collaboration, the integration process ensures efficient data exchange and enhances the CRM&#8217;s functionality for lead tracking and conversion.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction: The Leadrat CRM receives leads from various third-party sources such as Magic bricks, Housing.com, Quicker Homes, Estate Dekho, Roof [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_category":[16],"doc_tag":[],"class_list":["post-183","docs","type-docs","status-publish","hentry","doc_category-technical-documentation-for-api-integration-with-third-party-providers"],"year_month":"2026-05","word_count":507,"total_views":"74","reactions":{"happy":"1","normal":"0","sad":"0"},"author_info":{"name":"goleadrat@gmail.com","author_nicename":"goleadratgmail-com","author_url":"https:\/\/apidocs.leadrat.com\/index.php\/author\/goleadratgmail-com\/"},"doc_category_info":[{"term_name":"Technical Documentation for API Integration with Third-Party Providers","term_url":"https:\/\/apidocs.leadrat.com\/index.php\/docs-category\/technical-documentation-for-api-integration-with-third-party-providers\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>API Integration with Third-Party Providers - Leadrat Help Center<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Integration with Third-Party Providers - Leadrat Help Center\" \/>\n<meta property=\"og:description\" content=\"Introduction: The Leadrat CRM receives leads from various third-party sources such as Magic bricks, Housing.com, Quicker Homes, Estate Dekho, Roof [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/\" \/>\n<meta property=\"og:site_name\" content=\"Leadrat Help Center\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-13T13:13:21+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-third-party-providers\\\/\",\"url\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-third-party-providers\\\/\",\"name\":\"API Integration with Third-Party Providers - Leadrat Help Center\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#website\"},\"datePublished\":\"2024-08-13T09:14:21+00:00\",\"dateModified\":\"2024-08-13T13:13:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-third-party-providers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-third-party-providers\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-third-party-providers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/apidocs.leadrat.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"API Integration with Third-Party Providers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#website\",\"url\":\"https:\\\/\\\/apidocs.leadrat.com\\\/\",\"name\":\"Leadrat Help Center\",\"description\":\"Your go-to guide for using Leadrat \u2013 FAQs, tutorials, and expert support.\",\"publisher\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/apidocs.leadrat.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#organization\",\"name\":\"Leadrat Help Center\",\"url\":\"https:\\\/\\\/apidocs.leadrat.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/apidocs.leadrat.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Leadrat-Logo-01-2048x575-1.png\",\"contentUrl\":\"https:\\\/\\\/apidocs.leadrat.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Leadrat-Logo-01-2048x575-1.png\",\"width\":2048,\"height\":575,\"caption\":\"Leadrat Help Center\"},\"image\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"API Integration with Third-Party Providers - Leadrat Help Center","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/","og_locale":"en_US","og_type":"article","og_title":"API Integration with Third-Party Providers - Leadrat Help Center","og_description":"Introduction: The Leadrat CRM receives leads from various third-party sources such as Magic bricks, Housing.com, Quicker Homes, Estate Dekho, Roof [&hellip;]","og_url":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/","og_site_name":"Leadrat Help Center","article_modified_time":"2024-08-13T13:13:21+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/","url":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/","name":"API Integration with Third-Party Providers - Leadrat Help Center","isPartOf":{"@id":"https:\/\/apidocs.leadrat.com\/#website"},"datePublished":"2024-08-13T09:14:21+00:00","dateModified":"2024-08-13T13:13:21+00:00","breadcrumb":{"@id":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-third-party-providers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/apidocs.leadrat.com\/"},{"@type":"ListItem","position":2,"name":"API Integration with Third-Party Providers"}]},{"@type":"WebSite","@id":"https:\/\/apidocs.leadrat.com\/#website","url":"https:\/\/apidocs.leadrat.com\/","name":"Leadrat Help Center","description":"Your go-to guide for using Leadrat \u2013 FAQs, tutorials, and expert support.","publisher":{"@id":"https:\/\/apidocs.leadrat.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/apidocs.leadrat.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/apidocs.leadrat.com\/#organization","name":"Leadrat Help Center","url":"https:\/\/apidocs.leadrat.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/apidocs.leadrat.com\/#\/schema\/logo\/image\/","url":"https:\/\/apidocs.leadrat.com\/wp-content\/uploads\/2024\/06\/Leadrat-Logo-01-2048x575-1.png","contentUrl":"https:\/\/apidocs.leadrat.com\/wp-content\/uploads\/2024\/06\/Leadrat-Logo-01-2048x575-1.png","width":2048,"height":575,"caption":"Leadrat Help Center"},"image":{"@id":"https:\/\/apidocs.leadrat.com\/#\/schema\/logo\/image\/"}}]}},"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs\/183","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/comments?post=183"}],"version-history":[{"count":2,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs\/183\/revisions"}],"predecessor-version":[{"id":206,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs\/183\/revisions\/206"}],"wp:attachment":[{"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/media?parent=183"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/doc_category?post=183"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/doc_tag?post=183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}