{"id":177,"date":"2024-08-13T07:49:51","date_gmt":"2024-08-13T07:49:51","guid":{"rendered":"https:\/\/apidocs.leadrat.com\/?post_type=docs&#038;p=177"},"modified":"2024-08-13T13:55:47","modified_gmt":"2024-08-13T13:55:47","password":"","slug":"technical-documentation-for-crm-api-integration-with-websites","status":"publish","type":"docs","link":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-websites\/","title":{"rendered":"API Integration with Websites."},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Introduction:<\/strong><\/h2>\n\n\n\n<p>The Leadrat CRM receives leads from websites. To enable this functionality, it&#8217;s essential to integrate websites with the CRM via API. Leadrat CRM provides an API for integration, it allows website applications to interact with the CRM&#8217;s data and functionalities programmatically. This integration facilitates seamless data exchange and transfer, enhances automation, and enables business to extend the capability 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<ol start=\"1\" class=\"wp-block-list\">\n<li>Select the website option for API integration.<\/li>\n\n\n\n<li>Click on Add Account, enter the name of the account.<\/li>\n\n\n\n<li>For multiple websites, one account is created, the website names are added in \u201csub source\u201d parameter in cURL.<\/li>\n\n\n\n<li>Leads will be generated through multiple forms on different websites.<\/li>\n\n\n\n<li>Create and fill in the account details and automatically the excel file will be downloaded.<\/li>\n\n\n\n<li>Upon download completion, open the Excel file containing the API integration details, including:\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 the concerned website as a reference for integration.<\/li>\n\n\n\n<li>Upon successful API integration, leads are automatically 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\n\n\n<li>Once we map the project name in Project parameter in cURL, the project gets automatically added in the CRM under project module.<\/li>\n<\/ol>\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\/Website -H   \"API-Key: OXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\" -H \"Content-Type:   application\/json\" -d   \u2018{\n    \"name\": \"Leadname\u201d,\n    \"state\": \"leadstate\",\n    \"city\": \"Leadcity\",\n    \"location\": \"leadlocality\",\n    \"budget\": \"Propertybudget\",\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    \"additionalProperties\"\n      \u201csource\"\": \"\"sourcename\"\",\n    \"\"subSource\"\": \"\"subsourcename\"\",\n    \"\"agencyName\"\": \"\"\"agencyname\",\n    \"\"leadScheduledDate\"\": \"\"dd-mm-yyyy\"\",\n    \"\"leadScheduleTime\"\": \"\"hh-mm-ss\"\",\n    \"\"leadStatus\"\": \"\"Schedule Site Visit or Schedule Meeting or Booked or Booking Cancel\"\",\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><code>API key<\/code><\/em><\/li>\n\n\n\n<li>Success and failure response messages<br><code><em>Failure: 400 Bad Request<\/em><br><em>Success: 200 OK<\/em><\/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\">Summary:<\/h2>\n\n\n\n<p>In summary, the CRM API integration with websites 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 websites. To enable this functionality, it&#8217;s essential to integrate websites with the CRM [&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":[15],"doc_tag":[],"class_list":["post-177","docs","type-docs","status-publish","hentry","doc_category-technical-documentation-for-website"],"year_month":"2026-05","word_count":488,"total_views":"69","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 Website","term_url":"https:\/\/apidocs.leadrat.com\/index.php\/docs-category\/technical-documentation-for-website\/"}],"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 Websites. - 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-websites\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"API Integration with Websites. - Leadrat Help Center\" \/>\n<meta property=\"og:description\" content=\"Introduction: The Leadrat CRM receives leads from websites. To enable this functionality, it&#8217;s essential to integrate websites with the CRM [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-websites\/\" \/>\n<meta property=\"og:site_name\" content=\"Leadrat Help Center\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-13T13:55:47+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=\"2 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-websites\\\/\",\"url\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-websites\\\/\",\"name\":\"API Integration with Websites. - Leadrat Help Center\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/#website\"},\"datePublished\":\"2024-08-13T07:49:51+00:00\",\"dateModified\":\"2024-08-13T13:55:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-websites\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-websites\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apidocs.leadrat.com\\\/index.php\\\/docs\\\/technical-documentation-for-crm-api-integration-with-websites\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/apidocs.leadrat.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"API Integration with Websites.\"}]},{\"@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 Websites. - 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-websites\/","og_locale":"en_US","og_type":"article","og_title":"API Integration with Websites. - Leadrat Help Center","og_description":"Introduction: The Leadrat CRM receives leads from websites. To enable this functionality, it&#8217;s essential to integrate websites with the CRM [&hellip;]","og_url":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-websites\/","og_site_name":"Leadrat Help Center","article_modified_time":"2024-08-13T13:55:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-websites\/","url":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-websites\/","name":"API Integration with Websites. - Leadrat Help Center","isPartOf":{"@id":"https:\/\/apidocs.leadrat.com\/#website"},"datePublished":"2024-08-13T07:49:51+00:00","dateModified":"2024-08-13T13:55:47+00:00","breadcrumb":{"@id":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-websites\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-websites\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/apidocs.leadrat.com\/index.php\/docs\/technical-documentation-for-crm-api-integration-with-websites\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/apidocs.leadrat.com\/"},{"@type":"ListItem","position":2,"name":"API Integration with Websites."}]},{"@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\/177","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=177"}],"version-history":[{"count":2,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs\/177\/revisions"}],"predecessor-version":[{"id":207,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/docs\/177\/revisions\/207"}],"wp:attachment":[{"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/media?parent=177"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/doc_category?post=177"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/apidocs.leadrat.com\/index.php\/wp-json\/wp\/v2\/doc_tag?post=177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}