{"id":2354,"date":"2025-06-02T11:11:26","date_gmt":"2025-06-02T09:11:26","guid":{"rendered":"https:\/\/sprintcx.net\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/"},"modified":"2025-06-02T15:20:08","modified_gmt":"2025-06-02T13:20:08","slug":"lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren","status":"publish","type":"post","link":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/","title":{"rendered":"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren"},"content":{"rendered":"<h2>Zoho-Automatisierung auf dem n\u00e4chsten Level: Ma\u00dfgeschneiderte Prozesse mit Custom Functions, APIs und cleveren Verkn\u00fcpfungen<\/h2>\n<p>Du nutzt <a href=\"https:\/\/www.zoho.com\/de\/one\/\" target=\"_blank\">Zoho One<\/a> oder einzelne Zoho Apps und m\u00f6chtest das volle Potenzial aussch\u00f6pfen? Standardkonfigurationen sto\u00dfen oft an ihre Grenzen, wenn es um spezifische Unternehmensprozesse geht. Dann sind manuelle Workarounds, doppelte Dateneingabe und ineffiziente Abl\u00e4ufe die Folge. Doch das muss nicht sein! Zoho bietet m\u00e4chtige Werkzeuge, um Dein System exakt an Deine Bed\u00fcrfnisse anzupassen. In diesem Artikel zeige ich Dir, wie Du mit Custom Functions in <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a>, der intelligenten Verkn\u00fcpfung verschiedener Zoho Apps und der Anbindung externer Dienste via APIs Deine Prozesse optimierst und echten Mehrwert schaffst.<\/p>\n<h3>Warum individuelle Anpassungen in Zoho so wichtig sind<\/h3>\n<p>Jedes Unternehmen ist einzigartig. Eine Standardsoftware kann unm\u00f6glich alle spezifischen Anforderungen abdecken. Die Herausforderung besteht oft darin, Daten zwischen verschiedenen Systemen oder Modulen synchron zu halten, manuelle Eingriffe zu minimieren und komplexe Gesch\u00e4ftslogiken abzubilden. Stell Dir vor, ein neuer Lead kommt \u00fcber Deine Website rein, die Person oder die zugeh\u00f6rige Firma existiert aber bereits als Kontakt oder Account in Deinem <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a>. Ohne Anpassung m\u00fcsstest Du jetzt m\u00fchsam Daten abgleichen und manuell \u00fcbertragen \u2013 ein zeitaufw\u00e4ndiger und fehleranf\u00e4lliger Prozess.<\/p>\n<h3>Praxisbeispiel: Automatische Lead-Anreicherung und Multi-Deal-Erstellung<\/h3>\n<p>Ein typisches Szenario im Vertrieb: Ein neuer Lead wird erfasst. Die E-Mail-Adresse des Leads ist bekannt. Es soll automatisch gepr\u00fcft werden, ob bereits ein Kontakt mit dieser E-Mail-Adresse oder ein Account mit einer passenden Domain im <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> existiert. Falls ja, sollen relevante Informationen (z.B. Account-Manager, bisherige Interaktionen, verkn\u00fcpfter Account) direkt im Lead angezeigt oder verkn\u00fcpft werden. Geht dieser Lead in die Qualifizierungsphase \u00fcber, sollen nicht nur ein, sondern gleich mehrere Deals f\u00fcr verschiedene Projektphasen oder Produktbereiche (z.B. Vorprojekt, Umsetzung, Betrieb, Lizenzen f\u00fcr Software wie <a href=\"https:\/\/pimcore.com\/de\" target=\"_blank\">PIMCore<\/a>) automatisch erstellt und mit dem konvertierten Kontakt und Account verkn\u00fcpft werden. Dies spart enorm Zeit und stellt sicher, dass keine Verkaufschance \u00fcbersehen wird.<\/p>\n<h3>Schritt-f\u00fcr-Schritt Anleitung zur L\u00f6sung mit Zoho CRM<\/h3>\n<p>Lass uns dieses Praxisbeispiel aufgreifen und eine L\u00f6sung mit den Bordmitteln von <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a>, insbesondere Custom Functions (geschrieben in Deluge) und <a href=\"\/de\/zoho-crm\/help\/blueprint\/\" target=\"_blank\">Blueprints<\/a>, skizzieren.<\/p>\n<h4>1. Analyse und Planung der Datenfl\u00fcsse<\/h4>\n<p>Bevor Du mit der Implementierung beginnst, definiere genau:<\/p>\n<ul>\n<li><strong>Trigger:<\/strong> Wann soll die Automatisierung starten? (z.B. bei Erstellung eines neuen Leads, bei \u00c4nderung eines Lead-Status).<\/li>\n<li><strong>Datenabgleich:<\/strong> Welche Felder sollen zwischen Lead, Kontakt und Account verglichen und \u00fcbernommen werden? (z.B. E-Mail, Firma, Telefonnummer). Erstelle ggf. benutzerdefinierte Lookup-Felder im Lead-Modul f\u00fcr &#8222;Vorhandener Kontakt&#8220; und &#8222;Vorhandener Account&#8220;.<\/li>\n<li><strong>Multi-Deal-Logik:<\/strong> Welche Deals sollen erstellt werden? Wie sollen deren Namen, Betr\u00e4ge, Phasen und Abschlussdaten initial bef\u00fcllt werden? Sollen diese Werte fest definiert oder dynamisch aus dem Lead \u00fcbernommen werden?<\/li>\n<li><strong>Blueprint-Integration:<\/strong> An welcher Stelle im Lead-Konvertierungsprozess (Blueprint) soll die Multi-Deal-Erstellung erfolgen?<\/li>\n<\/ul>\n<h4>2. Custom Function zur automatischen Lead-Verkn\u00fcpfung<\/h4>\n<p>Mit einer Custom Function in <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> kannst Du bei der Erstellung oder Bearbeitung eines Leads pr\u00fcfen, ob bereits passende Eintr\u00e4ge existieren.<\/p>\n<p><strong>Beispielhafter Deluge-Code (vereinfacht):<\/strong><\/p>\n<pre><code>\n\/\/ Custom Function Name: checkAndLinkExistingEntities\n\/\/ Argument: leadId (String)\n\/\/ R\u00fcckgabewert: void\n\nleadDetails = zoho.crm.getRecordById(\"Leads\", input.leadId.toLong());\nleadEmail = ifnull(leadDetails.get(\"Email\"),\"\");\nleadCompany = ifnull(leadDetails.get(\"Company\"),\"\");\n\nupdateMap = Map();\nfoundContact = false;\nfoundAccount = false;\n\n\/\/ 1. Suche nach existierendem Kontakt via E-Mail\nif(!leadEmail.isEmpty())\n{\n    contactSearch = zoho.crm.searchRecords(\"Contacts\", \"(Email:equals:\" + leadEmail + \")\");\n    if(contactSearch.size() &gt; 0)\n    {\n        existingContact = contactSearch.get(0);\n        updateMap.put(\"Vorhandener_Kontakt\", existingContact.get(\"id\")); \/\/ Benutzerdefiniertes Lookup-Feld im Lead\n        \/\/ Optional: Weitere Felder vom Kontakt in den Lead \u00fcbernehmen\n        \/\/ updateMap.put(\"Phone\", existingContact.get(\"Phone\")); \n        foundContact = true;\n        \n        \/\/ Pr\u00fcfe, ob der Kontakt einen verkn\u00fcpften Account hat\n        if(existingContact.get(\"Account_Name\") != null)\n        {\n            existingAccountId = existingContact.get(\"Account_Name\").get(\"id\");\n            updateMap.put(\"Vorhandener_Account\", existingAccountId); \/\/ Benutzerdefiniertes Lookup-Feld im Lead\n            foundAccount = true;\n        }\n    }\n}\n\n\/\/ 2. Falls kein Account \u00fcber Kontakt gefunden, suche Account via Firmenname (vorsichtig verwenden, da ungenauer)\nif(!foundAccount &amp;&amp; !leadCompany.isEmpty())\n{\n    accountSearch = zoho.crm.searchRecords(\"Accounts\", \"(Account_Name:equals:\" + leadCompany + \")\");\n    if(accountSearch.size() &gt; 0)\n    {\n        existingAccount = accountSearch.get(0);\n        updateMap.put(\"Vorhandener_Account\", existingAccount.get(\"id\"));\n        foundAccount = true;\n    }\n}\n\n\/\/ Update Lead-Datensatz, wenn etwas gefunden wurde\nif(updateMap.size() &gt; 0)\n{\n    updateResponse = zoho.crm.updateRecord(\"Leads\", input.leadId.toLong(), updateMap);\n    info \"Lead Update Response: \" + updateResponse;\n}\n<\/code><\/pre>\n<p>Diese Funktion kann durch einen Workflow-Regel getriggert werden, z.B. &#8222;Bei Erstellung eines Leads&#8220;.<\/p>\n<h4>3. Blueprint f\u00fcr den Lead-Prozess definieren<\/h4>\n<p>Ein <a href=\"\/de\/zoho-crm\/help\/blueprint\/\" target=\"_blank\">Blueprint<\/a> in <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> hilft Dir, Deinen Lead-Management-Prozess zu standardisieren. Definiere klare Phasen (z.B. &#8222;Neu&#8220;, &#8222;Kontaktiert&#8220;, &#8222;Qualifiziert&#8220;, &#8222;Nicht qualifiziert&#8220;).<\/p>\n<p>F\u00fcr &#8222;Nicht qualifizierte&#8220; Leads: Konfiguriere den Blueprint so, dass beim \u00dcbergang in diesen Status der Lead zu einem Kontakt (ohne Deal) konvertiert wird. So bleiben die Daten f\u00fcr Marketingzwecke (z.B. in <a href=\"\/de\/zoho-campaigns\/\" target=\"_blank\">Zoho Campaigns<\/a> oder <a href=\"\/de\/zoho-marketing-automation\/\">Zoho Marketing Automation<\/a>) erhalten. Du kannst hier auch automatisch einen Tag setzen lassen.<\/p>\n<h4>4. Custom Function zur Multi-Deal-Erstellung im Blueprint<\/h4>\n<p>Beim \u00dcbergang des Leads in den Status &#8222;Qualifiziert&#8220; und der anschlie\u00dfenden Konvertierung kannst Du eine weitere Custom Function ausl\u00f6sen.<\/p>\n<p><strong>Beispielhafter Deluge-Code (Konzept f\u00fcr die Erstellung von vier Deals):<\/strong><\/p>\n<pre><code>\n\/\/ Custom Function Name: createMultipleDealsAfterConversion\n\/\/ Argumente: contactId (String), accountId (String), leadData (Map - urspr\u00fcngliche Lead-Daten)\n\/\/ Wird im \"After\" Bereich einer Blueprint Transition (Konvertierung) aufgerufen\n\n\/\/ Annahme: leadData enth\u00e4lt die relevanten Felder des urspr\u00fcnglichen Leads\noriginalLeadCompany = ifnull(input.leadData.get(\"Company\"), \"N\/A\");\npotentialAmountBase = ifnull(input.leadData.get(\"Annual_Revenue\"), 0.0).toDecimal(); \/\/ Beispiel f\u00fcr Betragsbasis\n\n\/\/ Deal-Vorlagen (Namen, Phasen, Wahrscheinlichkeiten etc. anpassen)\ndealTemplates = [\n    {\"Name\": \"Vorprojekt - \", \"Stage\": \"Analyse\", \"Probability\": 20, \"Factor\": 0.1},\n    {\"Name\": \"Umsetzungsprojekt - \", \"Stage\": \"Angebot\", \"Probability\": 50, \"Factor\": 0.5},\n    {\"Name\": \"Betriebsvertrag - \", \"Stage\": \"Bedarfsermittlung\", \"Probability\": 30, \"Factor\": 0.3},\n    {\"Name\": \"PIMCore Lizenz - \", \"Stage\": \"Qualifizierung\", \"Probability\": 40, \"Factor\": 0.1} \/\/ Beispiel PIMCore Lizenz\n];\n\nfor each template in dealTemplates\n{\n    dealMap = Map();\n    dealMap.put(\"Deal_Name\", template.get(\"Name\") + originalLeadCompany);\n    dealMap.put(\"Stage\", template.get(\"Stage\"));\n    dealMap.put(\"Account_Name\", input.accountId.toLong());\n    dealMap.put(\"Contact_Name\", input.contactId.toLong()); \/\/ Optional, wenn Deal direkt mit Kontakt verkn\u00fcpft wird\n    dealMap.put(\"Closing_Date\", zoho.currentdate.addDays(60)); \/\/ Beispiel\n    \n    \/\/ Dynamischer Betrag basierend auf einem Lead-Feld und Faktor\n    dealAmount = potentialAmountBase * template.get(\"Factor\");\n    if(dealAmount &lt; 100) \/\/ Mindestbetrag\n    {\n        dealAmount = 100;\n    }\n    dealMap.put(&quot;Amount&quot;, dealAmount);\n    \n    \/\/ Hier k\u00f6nnten weitere spezifische Felder pro Deal gesetzt werden\n    \/\/ z.B. \u00fcber ein benutzerdefiniertes Feld &quot;Deal_Typ&quot;\n    \/\/ dealMap.put(&quot;Deal_Typ&quot;, template.get(&quot;Name&quot;).left(template.get(&quot;Name&quot;).indexOf(&quot; - &quot;)));\n\n\n    try\n    {\n        createResp = zoho.crm.createRecord(&quot;Deals&quot;, dealMap);\n        info &quot;Deal &#039;&quot; + template.get(&quot;Name&quot;) + &quot;&#039; created: &quot; + createResp;\n    }\n    catch (e)\n    {\n        error &quot;Error creating deal &#039;&quot; + template.get(&quot;Name&quot;) + &quot;&#039;: &quot; + e;\n    }\n}\n<\/code><\/pre>\n<p>Diese Funktion wird im Blueprint bei der Transition, die zur Konvertierung f\u00fchrt, im Bereich &#8222;Aktionen danach&#8220; (After) eingebunden.<\/p>\n<h4>5. E-Mail-Archivierung f\u00fcr ausscheidende Mitarbeiter<\/h4>\n<p>Ein h\u00e4ufiges Problem: Ein Mitarbeiter verl\u00e4sst das Unternehmen, seine E-Mail-Korrespondenz ist aber wichtig. Hier bietet sich eine Kombination aus Deinem E-Mail-Provider (z.B. <a href=\"https:\/\/workspace.google.com\/\" target=\"_blank\">Google Workspace<\/a> oder Microsoft 365) und Zoho an:<\/p>\n<ol>\n<li>Lege bei Deinem E-Mail-Provider ein zentrales Archiv-Postfach an (z.B. <code>archiv@deinedomain.de<\/code>).<\/li>\n<li>\u00dcbertrage die E-Mails des ausscheidenden Mitarbeiters in dieses Archiv-Postfach (die meisten Provider bieten hierf\u00fcr Tools oder Anleitungen).<\/li>\n<li>Verbinde dieses Archiv-Postfach per IMAP mit einem dedizierten Zoho-User (z.B. ein neuer User &#8222;Archiv-Mail&#8220; in Deiner Zoho-Organisation, der eine <a href=\"https:\/\/www.zoho.com\/de\/mail\/\">Zoho Mail<\/a> Lizenz ben\u00f6tigt) oder tempor\u00e4r mit einem Admin-Account.<\/li>\n<li><a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> wird die E-Mails aus diesem Postfach indexieren und automatisch den passenden Leads, Kontakten und Deals zuordnen, basierend auf Absender- und Empf\u00e4ngeradressen.<\/li>\n<\/ol>\n<p>Wichtig: Konfiguriere unter <em>Setup &gt; Kan\u00e4le &gt; E-Mail &gt; E-Mail-Konfiguration &gt; E-Mail-Freigabe &gt; Domains excluded<\/em> Deine internen Domains, um zu verhindern, dass interne E-Mail-Kommunikation unn\u00f6tig im CRM f\u00fcr alle sichtbar wird.<\/p>\n<h4>6. Telefonie-Integration (z.B. mit Sipgate)<\/h4>\n<p>Wenn Du VoIP-Telefonie wie <a href=\"https:\/\/www.sipgate.de\/\" target=\"_blank\">Sipgate<\/a> nutzt, kannst Du diese ebenfalls in <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> integrieren:<\/p>\n<ul>\n<li><strong><a href=\"\/de\/zoho-crm\/help\/zoho-phonebridge\/\" target=\"_blank\">Zoho PhoneBridge<\/a>:<\/strong> Die offizielle L\u00f6sung von Zoho, um Deine Telefonanlage mit dem CRM zu verbinden. Erm\u00f6glicht Click-to-Call, Anruf-Pop-ups bei eingehenden Anrufen und automatische Anrufprotokollierung. F\u00fcr <a href=\"https:\/\/www.sipgate.de\/\" target=\"_blank\">Sipgate<\/a> gibt es oft direkte Integrationen oder Konnektoren.<\/li>\n<li><strong>Drittanbieter-Apps:<\/strong> Es gibt auch Apps wie die &#8222;Clink&#8220;-App, die eine Br\u00fccke zwischen <a href=\"https:\/\/www.sipgate.de\/\" target=\"_blank\">Sipgate<\/a> und Zoho schlagen k\u00f6nnen.<\/li>\n<\/ul>\n<p>So hast Du Deine gesamte Kommunikationshistorie an einem Ort.<\/p>\n<h3>Tipps und Best Practices<\/h3>\n<ul>\n<li><strong>Sorgf\u00e4ltige Planung:<\/strong> Definiere Deine Prozesse und Datenmodelle genau, bevor Du mit der Programmierung von Custom Functions beginnst.<\/li>\n<li><strong>Testen, Testen, Testen:<\/strong> Nutze die Sandbox-Umgebung von <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> intensiv, um Deine Skripte und Blueprints zu testen, bevor Du sie produktiv schaltest.<\/li>\n<li><strong>Fehlerbehandlung:<\/strong> Implementiere in Deinen Deluge-Skripten eine robuste Fehlerbehandlung (<code>try...catch<\/code> Bl\u00f6cke), um unerwartetes Verhalten abzufangen und nachvollziehen zu k\u00f6nnen. Nutze <code>info<\/code> Statements f\u00fcr Debugging-Zwecke.<\/li>\n<li><strong>Dokumentation:<\/strong> Kommentiere Deinen Code und dokumentiere Deine Custom Functions und Blueprints. Das erleichtert die Wartung und sp\u00e4tere Anpassungen.<\/li>\n<li><strong>API-Limits beachten:<\/strong> Zoho hat Limits f\u00fcr API-Aufrufe und Custom Function Ausf\u00fchrungen. Optimiere Deine Skripte, um diese nicht unn\u00f6tig zu belasten (z.B. durch Sammel-Updates statt vieler Einzel-Updates).<\/li>\n<li><strong>Modularit\u00e4t:<\/strong> Schreibe kleinere, wiederverwendbare Funktionen, anstatt riesige, monolithische Skripte.<\/li>\n<li><strong>Account-Typen:<\/strong> Nutze im Accounts-Modul das Feld &#8222;Account-Typ&#8220; (z.B. Kunde, Partner, Lieferant), um Deine Kontakte besser zu segmentieren. Mache es ggf. zum Pflichtfeld. Das &#8222;Vendors&#8220;-Modul ist prim\u00e4r f\u00fcr die Verkn\u00fcpfung mit <a href=\"\/de\/zoho-books\/\">Zoho Books<\/a> f\u00fcr Eingangsrechnungen gedacht.<\/li>\n<li><strong>Datensicherheit bei E-Mail-Integration:<\/strong> Stelle sicher, dass die &#8222;Domains excluded&#8220;-Einstellung f\u00fcr alle User korrekt konfiguriert ist, um die interne E-Mail-Kommunikation privat zu halten.<\/li>\n<\/ul>\n<h3>Zus\u00e4tzliche Hinweise und Erweiterungsm\u00f6glichkeiten<\/h3>\n<p>Das Zoho-\u00d6kosystem bietet noch weit mehr M\u00f6glichkeiten:<\/p>\n<ul>\n<li><strong><a href=\"\/de\/zoho-flow\/\">Zoho Flow<\/a>:<\/strong> F\u00fcr komplexere Integrationen, auch mit hunderten von Drittanbieter-Anwendungen (z.B. <a href=\"https:\/\/www.slack.com\" target=\"_blank\">Slack<\/a>, <a href=\"https:\/\/trello.com\/\" target=\"_blank\">Trello<\/a>, Buchhaltungstools wie <a href=\"https:\/\/www.lexoffice.de\/\" target=\"_blank\">Lexoffice<\/a> oder <a href=\"https:\/\/sevdesk.de\/\" target=\"_blank\">sevDesk<\/a>), oft ohne eine Zeile Code schreiben zu m\u00fcssen.<\/li>\n<li><strong><a href=\"\/de\/zoho-creator\/\">Zoho Creator<\/a>:<\/strong> Wenn Du komplett eigene Anwendungen oder sehr spezifische Modulerweiterungen ben\u00f6tigst, die \u00fcber die Anpassungsm\u00f6glichkeiten von <a href=\"\/de\/zoho-crm\/\">Zoho CRM<\/a> hinausgehen.<\/li>\n<li><strong><a href=\"https:\/\/catalyst.zoho.com\/\" target=\"_blank\">Zoho Catalyst<\/a>:<\/strong> Eine Serverless-Plattform, um anspruchsvolle Backend-Logiken, Microservices oder eigene APIs zu entwickeln, die mit Deinen Zoho-Anwendungen interagieren.<\/li>\n<li><strong>Externe APIs anbinden:<\/strong> \u00dcber Custom Functions kannst Du via <code>invokeurl<\/code> Befehl praktisch jede externe REST-API ansprechen, um Daten aus ERP-Systemen (z.B. <a href=\"https:\/\/www.sap.com\/germany\/products\/erp.html\" target=\"_blank\">SAP<\/a>, <a href=\"https:\/\/www.microsoft.com\/de-de\/dynamics-365\" target=\"_blank\">Microsoft Dynamics<\/a>), Projektmanagement-Tools wie <a href=\"https:\/\/jira.atlassian.com\/\" target=\"_blank\">Jira<\/a> oder anderen Fachanwendungen zu lesen oder dorthin zu schreiben.<\/li>\n<li><strong>Webhooks:<\/strong> Konfiguriere Webhooks in Zoho, um andere Systeme in Echtzeit \u00fcber Ereignisse (z.B. neuer Deal erstellt) zu informieren, oder empfange Webhooks von externen Diensten, um Aktionen in Zoho auszul\u00f6sen.<\/li>\n<li><strong>Dokumentenmanagement:<\/strong> F\u00fcr Dokumente wie NDAs oder Vertr\u00e4ge, die mit Metadaten (z.B. Ablaufdatum) und Erinnerungen verkn\u00fcpft werden sollen, ist es oft besser, statt einfacher Attachments Links zu Dokumenten (z.B. in <a href=\"https:\/\/www.zoho.com\/de\/workdrive\/\">Zoho WorkDrive<\/a> oder einem externen DMS wie <a href=\"https:\/\/www.google.com\/drive\/\" target=\"_blank\">Google Drive<\/a>) zu speichern und die Metadaten in separaten Feldern im <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> zu pflegen.<\/li>\n<\/ul>\n<h3>Fazit: Dein Zoho, Deine Regeln!<\/h3>\n<p>Die wahre St\u00e4rke von Zoho liegt in seiner Flexibilit\u00e4t und Anpassbarkeit. Durch den gezielten Einsatz von Custom Functions, die intelligente Nutzung von Blueprints und die Integration mit anderen Zoho Apps sowie externen Diensten \u00fcber APIs und Webhooks kannst Du Dir eine Systemlandschaft schaffen, die exakt auf Deine Unternehmensprozesse zugeschnitten ist. Die vorgestellten Beispiele zur Lead-Anreicherung, Multi-Deal-Erstellung und E-Mail-Archivierung sind nur der Anfang. Der Aufwand, sich in Deluge einzuarbeiten und Prozesse zu automatisieren, zahlt sich durch massive Zeitersparnis, h\u00f6here Datenqualit\u00e4t und effizientere Abl\u00e4ufe schnell aus. Trau Dich, \u00fcber den Standard hinauszudenken und das volle Potenzial Deiner Zoho-Umgebung zu entfesseln!<\/p>\n<h4>Verwendete und erw\u00e4hnte Zoho Apps in diesem Artikel:<\/h4>\n<ul>\n<li><a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> (inkl. Custom Functions, Blueprints, PhoneBridge)<\/li>\n<li><a href=\"https:\/\/www.zoho.com\/de\/mail\/\">Zoho Mail<\/a><\/li>\n<li><a href=\"\/de\/zoho-campaigns\/\" target=\"_blank\">Zoho Campaigns<\/a><\/li>\n<li><a href=\"\/de\/zoho-marketing-automation\/\">Zoho Marketing Automation<\/a><\/li>\n<li><a href=\"\/de\/zoho-books\/\">Zoho Books<\/a><\/li>\n<li><a href=\"\/de\/zoho-flow\/\">Zoho Flow<\/a><\/li>\n<li><a href=\"\/de\/zoho-creator\/\">Zoho Creator<\/a><\/li>\n<li><a href=\"https:\/\/catalyst.zoho.com\/\" target=\"_blank\">Zoho Catalyst<\/a><\/li>\n<li><a href=\"https:\/\/www.zoho.com\/de\/workdrive\/\">Zoho WorkDrive<\/a><\/li>\n<li><a href=\"https:\/\/www.zoho.com\/de\/one\/\" target=\"_blank\">Zoho One<\/a> (als umfassende Suite)<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Erfahre, wie Du Zoho CRM durch Custom Functions und APIs individualisieren kannst, um Deinen Arbeitsalltag effizienter zu gestalten.<\/p>\n","protected":false},"author":1,"featured_media":2364,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","osh_disable_topbar_sticky":"default","osh_disable_header_sticky":"default","osh_sticky_header_style":"default","osh_sticky_header_effect":"","osh_custom_sticky_logo":0,"osh_custom_retina_sticky_logo":0,"osh_custom_sticky_logo_height":0,"osh_background_color":"","osh_links_color":"","osh_links_hover_color":"","osh_links_active_color":"","osh_links_bg_color":"","osh_links_hover_bg_color":"","osh_links_active_bg_color":"","osh_menu_social_links_color":"","osh_menu_social_hover_links_color":"","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[1],"tags":[102,434,171,185,107,150,699,101,199,173,604,108,615,600,110,96,97,130,104,120],"class_list":["post-2354","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-zoho","tag-api","tag-blueprint","tag-crm-integration","tag-custom-function","tag-deluge","tag-deluge-script","tag-pimcore","tag-prozessautomatisierung","tag-workflow","tag-workflow-automation","tag-zoho","tag-zoho-books","tag-zoho-campaigns","tag-zoho-catalyst","tag-zoho-creator","tag-zoho-crm","tag-zoho-flow","tag-zoho-marketing-automation","tag-zoho-one","tag-zoho-workdrive","entry","has-media"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren - SprintCX<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren - SprintCX\" \/>\n<meta property=\"og:description\" content=\"Erfahre, wie Du Zoho CRM durch Custom Functions und APIs individualisieren kannst, um Deinen Arbeitsalltag effizienter zu gestalten.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/\" \/>\n<meta property=\"og:site_name\" content=\"SprintCX\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-02T09:11:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-02T13:20:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/06\/1748931599-683e940fed963.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1408\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Gregor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gregor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"9\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/\"},\"author\":{\"name\":\"Gregor\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#\\\/schema\\\/person\\\/33a4ba085d0b86874d45522b74c193eb\"},\"headline\":\"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren\",\"datePublished\":\"2025-06-02T09:11:26+00:00\",\"dateModified\":\"2025-06-02T13:20:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/\"},\"wordCount\":1437,\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/1748931599-683e940fed963.png\",\"keywords\":[\"API\",\"Blueprint\",\"CRM Integration\",\"Custom Function\",\"Deluge\",\"Deluge Script\",\"PIMCore\",\"Prozessautomatisierung\",\"Workflow\",\"Workflow Automation\",\"Zoho\",\"Zoho Books\",\"Zoho Campaigns\",\"Zoho Catalyst\",\"Zoho Creator\",\"Zoho CRM\",\"Zoho Flow\",\"Zoho Marketing Automation\",\"Zoho One\",\"Zoho WorkDrive\"],\"articleSection\":[\"Zoho Tutorials\"],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/\",\"url\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/\",\"name\":\"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren - SprintCX\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/1748931599-683e940fed963.png\",\"datePublished\":\"2025-06-02T09:11:26+00:00\",\"dateModified\":\"2025-06-02T13:20:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/1748931599-683e940fed963.png\",\"contentUrl\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/1748931599-683e940fed963.png\",\"width\":1408,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/\",\"name\":\"SprintCX\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#organization\",\"name\":\"SprintCX\",\"url\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/cropped-ChatGPT-Image-6.-Mai-2025-09_53_42.png\",\"contentUrl\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/cropped-ChatGPT-Image-6.-Mai-2025-09_53_42.png\",\"width\":846,\"height\":828,\"caption\":\"SprintCX\"},\"image\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/gregor-sprint\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#\\\/schema\\\/person\\\/33a4ba085d0b86874d45522b74c193eb\",\"name\":\"Gregor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/890daf3cadca0407ae6752f5d3c0f4a1bbb2ce129b70d5e65fbefcc86deba987?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/890daf3cadca0407ae6752f5d3c0f4a1bbb2ce129b70d5e65fbefcc86deba987?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/890daf3cadca0407ae6752f5d3c0f4a1bbb2ce129b70d5e65fbefcc86deba987?s=96&d=mm&r=g\",\"caption\":\"Gregor\"},\"sameAs\":[\"https:\\\/\\\/sprintcx.net\"],\"url\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/author\\\/gregor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren - SprintCX","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"de_DE","og_type":"article","og_title":"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren - SprintCX","og_description":"Erfahre, wie Du Zoho CRM durch Custom Functions und APIs individualisieren kannst, um Deinen Arbeitsalltag effizienter zu gestalten.","og_url":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/","og_site_name":"SprintCX","article_published_time":"2025-06-02T09:11:26+00:00","article_modified_time":"2025-06-02T13:20:08+00:00","og_image":[{"width":1408,"height":768,"url":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/06\/1748931599-683e940fed963.png","type":"image\/png"}],"author":"Gregor","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Gregor","Gesch\u00e4tzte Lesezeit":"9\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/#article","isPartOf":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/"},"author":{"name":"Gregor","@id":"https:\/\/wordpress.sprintcx.net\/de\/#\/schema\/person\/33a4ba085d0b86874d45522b74c193eb"},"headline":"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren","datePublished":"2025-06-02T09:11:26+00:00","dateModified":"2025-06-02T13:20:08+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/"},"wordCount":1437,"publisher":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/#organization"},"image":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/#primaryimage"},"thumbnailUrl":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/06\/1748931599-683e940fed963.png","keywords":["API","Blueprint","CRM Integration","Custom Function","Deluge","Deluge Script","PIMCore","Prozessautomatisierung","Workflow","Workflow Automation","Zoho","Zoho Books","Zoho Campaigns","Zoho Catalyst","Zoho Creator","Zoho CRM","Zoho Flow","Zoho Marketing Automation","Zoho One","Zoho WorkDrive"],"articleSection":["Zoho Tutorials"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/","url":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/","name":"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren - SprintCX","isPartOf":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/#primaryimage"},"image":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/#primaryimage"},"thumbnailUrl":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/06\/1748931599-683e940fed963.png","datePublished":"2025-06-02T09:11:26+00:00","dateModified":"2025-06-02T13:20:08+00:00","breadcrumb":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/#primaryimage","url":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/06\/1748931599-683e940fed963.png","contentUrl":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/06\/1748931599-683e940fed963.png","width":1408,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.sprintcx.net\/de\/lead-management-mit-zoho-crm-custom-functions-apis-und-blueprints-automatisieren\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress.sprintcx.net\/de\/"},{"@type":"ListItem","position":2,"name":"Lead-Management mit Zoho CRM Custom Functions, APIs und Blueprints automatisieren"}]},{"@type":"WebSite","@id":"https:\/\/wordpress.sprintcx.net\/de\/#website","url":"https:\/\/wordpress.sprintcx.net\/de\/","name":"SprintCX","description":"","publisher":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordpress.sprintcx.net\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/wordpress.sprintcx.net\/de\/#organization","name":"SprintCX","url":"https:\/\/wordpress.sprintcx.net\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/wordpress.sprintcx.net\/de\/#\/schema\/logo\/image\/","url":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/05\/cropped-ChatGPT-Image-6.-Mai-2025-09_53_42.png","contentUrl":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/05\/cropped-ChatGPT-Image-6.-Mai-2025-09_53_42.png","width":846,"height":828,"caption":"SprintCX"},"image":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/gregor-sprint\/"]},{"@type":"Person","@id":"https:\/\/wordpress.sprintcx.net\/de\/#\/schema\/person\/33a4ba085d0b86874d45522b74c193eb","name":"Gregor","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/890daf3cadca0407ae6752f5d3c0f4a1bbb2ce129b70d5e65fbefcc86deba987?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/890daf3cadca0407ae6752f5d3c0f4a1bbb2ce129b70d5e65fbefcc86deba987?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/890daf3cadca0407ae6752f5d3c0f4a1bbb2ce129b70d5e65fbefcc86deba987?s=96&d=mm&r=g","caption":"Gregor"},"sameAs":["https:\/\/sprintcx.net"],"url":"https:\/\/wordpress.sprintcx.net\/de\/author\/gregor\/"}]}},"_links":{"self":[{"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/posts\/2354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/comments?post=2354"}],"version-history":[{"count":1,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/posts\/2354\/revisions"}],"predecessor-version":[{"id":2355,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/posts\/2354\/revisions\/2355"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/media\/2364"}],"wp:attachment":[{"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/media?parent=2354"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/categories?post=2354"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/tags?post=2354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}