{"id":3421,"date":"2025-08-18T09:55:29","date_gmt":"2025-08-18T07:55:29","guid":{"rendered":"https:\/\/sprintcx.net\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/"},"modified":"2025-08-18T12:24:30","modified_gmt":"2025-08-18T10:24:30","slug":"zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren","status":"publish","type":"post","link":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/","title":{"rendered":"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren"},"content":{"rendered":"<h2>Zoho CRM &amp; Marketing Automation: Dynamische E-Mail-Signaturen per Deluge-Skript umsetzen<\/h2>\n<p>Die Personalisierung im E-Mail-Marketing ist l\u00e4ngst kein optionales Extra mehr, sondern ein entscheidender Faktor f\u00fcr den Erfolg deiner Kampagnen. Deine Kunden erwarten relevante und pers\u00f6nliche Ansprache. W\u00e4hrend <a href=\"\/de\/zoho-marketing-automation\/\" target=\"_blank\">Zoho Marketing Automation<\/a> in Verbindung mit <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> bereits von Haus aus starke Personalisierungsoptionen bietet, st\u00f6\u00dft man bei sehr spezifischen Anforderungen schnell an die Grenzen der Standard-Synchronisation. Genau hier zeigt sich die wahre St\u00e4rke des Zoho-\u00d6kosystems: die flexible Anpassbarkeit durch APIs und die hauseigene Skriptsprache Deluge.<\/p>\n<p>In diesem Fachartikel tauchen wir tief in eine typische Herausforderung ein: Wie kannst du E-Mails in Marketing Automation nicht nur mit dem Namen des zust\u00e4ndigen Vertrieblers (Lead-Owner) versehen, sondern eine komplette, dynamische Signatur inklusive Profilbild, Kontaktdaten und sogar einem WhatsApp-Link einf\u00fcgen? Wir zeigen dir, wie du diese anspruchsvolle Aufgabe mit einer cleveren Kombination aus Custom Functions in Zoho CRM und den richtigen Einstellungen in Marketing Automation l\u00f6st.<\/p>\n<h3>Das Praxisbeispiel: Personalisierte E-Mails jenseits des Standards<\/h3>\n<p>Stell dir folgendes Szenario vor: Ein Unternehmen m\u00f6chte seine Leads \u00fcber eine mehrstufige E-Mail-Journey in <a href=\"\/de\/zoho-marketing-automation\/\" target=\"_blank\">Zoho Marketing Automation<\/a> pflegen. Die Anforderung ist, dass jede E-Mail so aussehen soll, als k\u00e4me sie direkt vom pers\u00f6nlich zugewiesenen Vertriebsmitarbeiter aus dem <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a>. Eine einfache Text-Signatur reicht dabei nicht aus.<\/p>\n<p>Die konkreten Anforderungen an die dynamische Signatur sind:<\/p>\n<ul>\n<li>Vollst\u00e4ndiger Name des Lead-Owners<\/li>\n<li>E-Mail-Adresse des Lead-Owners<\/li>\n<li>Direkte Telefonnummer<\/li>\n<li>Ein pers\u00f6nlicher WhatsApp-Link<\/li>\n<li><strong>Das Profilbild des Lead-Owners<\/strong>, das im Zoho CRM hinterlegt ist<\/li>\n<\/ul>\n<p>Die Standard-Synchronisation zwischen Zoho CRM und Marketing Automation \u00fcbertr\u00e4gt zwar die ID des Lead-Owners, aber nicht all diese detaillierten Informationen \u2013 insbesondere das Profilbild stellt eine H\u00fcrde dar. Der direkte Zugriff auf die Benutzerdatenbank des CRMs aus Marketing Automation heraus ist f\u00fcr solche Zwecke nicht vorgesehen. Die L\u00f6sung liegt darin, die ben\u00f6tigten Daten direkt am Lead-Datensatz im CRM zu speichern und sie von dort aus zu synchronisieren.<\/p>\n<h3>Schritt-f\u00fcr-Schritt-Anleitung: Deine L\u00f6sung mit Zoho CRM und Deluge<\/h3>\n<p>Um diese Herausforderung zu meistern, bereiten wir die Daten im Zoho CRM mit einer Deluge Custom Function auf. Diese Funktion sammelt alle ben\u00f6tigten Informationen des Lead-Owners und speichert sie in neu erstellten, benutzerdefinierten Feldern im Lead-Modul. Diese Felder werden dann mit Marketing Automation synchronisiert und k\u00f6nnen dort als Merge-Tags verwendet werden.<\/p>\n<h4>Schritt 1: Datenbasis im Zoho CRM schaffen<\/h4>\n<p>Der erste Schritt ist die Vorbereitung des Lead-Moduls im CRM. Navigiere zu <em>Einstellungen &gt; Anpassung &gt; Module und Felder &gt; Leads &gt; Felder<\/em> und erstelle die folgenden benutzerdefinierten Felder:<\/p>\n<ul>\n<li><strong>Lead Owner Name:<\/strong> Einzeiliger Text<\/li>\n<li><strong>Lead Owner Email:<\/strong> E-Mail<\/li>\n<li><strong>Lead Owner Phone:<\/strong> Telefon<\/li>\n<li><strong>Lead Owner WhatsApp Link:<\/strong> URL<\/li>\n<li><strong>Lead Owner Image URL:<\/strong> URL (Dieses Feld ist entscheidend f\u00fcr das Bild)<\/li>\n<\/ul>\n<p>Diese Felder dienen als Container f\u00fcr die Informationen, die wir sp\u00e4ter per Skript bef\u00fcllen werden.<\/p>\n<h4>Schritt 2: Die Logik \u2013 Die Deluge Custom Function<\/h4>\n<p>Das Herzst\u00fcck unserer L\u00f6sung ist eine Custom Function, die in Zoho CRM erstellt wird. Diese Funktion durchl\u00e4uft die Leads, identifiziert den jeweiligen Owner und ruft dessen Detailinformationen ab \u2013 inklusive der schwer zug\u00e4nglichen Bild-URL. Um die Bild-URL eines CRM-Benutzers zu erhalten, m\u00fcssen wir die Zoho CRM API nutzen, da diese Information nicht direkt \u00fcber die Standard-Deluge-Befehle verf\u00fcgbar ist.<\/p>\n<p>Navigiere zu <em>Einstellungen &gt; Entwicklerbereich &gt; Funktionen &gt; Neue Funktion<\/em>. Gib der Funktion einen Namen (z.B. `updateLeadOwnerDetails`) und w\u00e4hle als Skriptsprache &#8222;Deluge&#8220;.<\/p>\n<h4>Schritt 3: Das Deluge-Skript im Detail<\/h4>\n<p>Das folgende Skript ist f\u00fcr eine Massenaktualisierung konzipiert. Es verarbeitet Leads in Schleifen von 200 Datens\u00e4tzen, um die API-Limits von Zoho nicht zu \u00fcberschreiten (sog. &#8222;Governor Limits&#8220;). Bevor du das Skript verwendest, stelle sicher, dass du eine Zoho OAuth-Verbindung mit den Scopes `ZohoCRM.users.READ` und `ZohoCRM.modules.leads.UPDATE` erstellt hast. Nenne diese Verbindung z.B. `crm_connection`.<\/p>\n<pre><code>\n\/\/ Funktion zur Massenaktualisierung von Lead-Owner-Details\n\/\/ Wichtig: Dieses Skript als \"Standalone\" Funktion erstellen\n\n\/\/ Initialisierung der Variablen\npage = 1;\nmoreRecords = true;\nleadsToUpdate = list();\n\n\/\/ Schleife, um alle Leads in Bl\u00f6cken von 200 zu verarbeiten\nwhile(moreRecords)\n{\n    \/\/ Alle Leads der aktuellen Seite abrufen\n    leadList = zoho.crm.getRecords(\"Leads\", page, 200);\n    \n    \/\/ Pr\u00fcfen, ob noch Datens\u00e4tze vorhanden sind\n    if(leadList.size() &gt; 0)\n    {\n        \/\/ Durch die Liste der abgerufenen Leads iterieren\n        for each lead in leadList\n        {\n            leadMap = Map();\n            leadMap.put(\"id\", lead.get(\"id\"));\n            ownerInfo = lead.get(\"Owner\");\n            \n            if(ownerInfo != null)\n            {\n                ownerId = ownerInfo.get(\"id\");\n                \n                \/\/ Benutzerdetails \u00fcber die ID abrufen\n                userInfo = zoho.crm.getUser(ownerId);\n                \n                if(userInfo != null)\n                {\n                    \/\/ Daten aus dem User-Objekt extrahieren\n                    leadMap.put(\"Lead_Owner_Name\", userInfo.get(\"full_name\"));\n                    leadMap.put(\"Lead_Owner_Email\", userInfo.get(\"email\"));\n                    leadMap.put(\"Lead_Owner_Phone\", userInfo.get(\"phone\"));\n                    \n                    \/\/ WhatsApp-Link konstruieren (Beispiel)\n                    if(userInfo.get(\"mobile\") != null)\n                    {\n                        whatsapp_number = userInfo.get(\"mobile\").replaceAll(\"[^0-9]\",\"\");\n                        leadMap.put(\"Lead_Owner_WhatsApp_Link\", \"https:\/\/wa.me\/\" + whatsapp_number);\n                    }\n                    \n                    \/\/ API-Aufruf zur Abfrage des Benutzerbildes\n                    \/\/ Ersetze 'crm_connection' mit dem Namen deiner Zoho OAuth-Verbindung\n                    try \n                    {\n                        photoResponse = invokeurl\n                        [\n                            url: \"https:\/\/www.zohoapis.com\/crm\/v2\/users\/\" + ownerId + \"\/photo\"\n                            type: GET\n                            connection: \"crm_connection\"\n                        ];\n                        \n                        \/\/ Die API gibt bei Erfolg einen 302-Redirect auf die eigentliche Bild-URL zur\u00fcck.\n                        \/\/ Wir fangen die Location aus dem Header ab.\n                        imageUrl = photoResponse.getResponseHeaders().get(\"Location\");\n                        if(imageUrl != null)\n                        {\n                            leadMap.put(\"Lead_Owner_Image_URL\", imageUrl);\n                        }\n                    }\n                    catch (e)\n                    {\n                        info \"Fehler beim Abrufen des Bildes f\u00fcr User ID \" + ownerId + \": \" + e;\n                    }\n                }\n            }\n            leadsToUpdate.add(leadMap);\n        }\n        \n        \/\/ Massenaktualisierung der 200 Leads durchf\u00fchren\n        if(leadsToUpdate.size() &gt; 0)\n        {\n            updateResponse = zoho.crm.bulkUpdate(\"Leads\", leadsToUpdate);\n            info updateResponse;\n            leadsToUpdate.clear();\n        }\n        page = page + 1;\n    }\n    else\n    {\n        moreRecords = false;\n    }\n}\n\ninfo \"Massenaktualisierung der Lead-Owner-Details abgeschlossen.\";\n<\/code><\/pre>\n<p>Du kannst diese Funktion manuell ausf\u00fchren oder sie \u00fcber einen Zeitplan (z.B. einmal t\u00e4glich) automatisch starten lassen, um sicherzustellen, dass die Daten immer aktuell sind.<\/p>\n<h4>Schritt 4: Synchronisation mit Zoho Marketing Automation<\/h4>\n<p>Nun, da die Daten im CRM aufbereitet sind, musst du die Synchronisation mit <a href=\"\/de\/zoho-marketing-automation\/\" target=\"_blank\">Zoho Marketing Automation<\/a> einrichten oder anpassen.<\/p>\n<ol>\n<li>Gehe in Marketing Automation zu <em>Kontakte &gt; Kontakte synchronisieren<\/em>.<\/li>\n<li>W\u00e4hle deine bestehende CRM-Synchronisation aus oder erstelle eine neue.<\/li>\n<li>Im Schritt &#8222;Felder zuordnen&#8220; musst du die neu erstellten Felder aus dem CRM den entsprechenden Feldern in Marketing Automation zuordnen. Erstelle bei Bedarf auch hier benutzerdefinierte Felder.<\/li>\n<li>Stelle sicher, dass die Synchronisation aktiv ist und f\u00fchre sie einmal manuell aus, um die neuen Daten zu \u00fcbertragen.<\/li>\n<\/ol>\n<h4>Schritt 5: Merge-Tags in Marketing Automation verwenden<\/h4>\n<p>Der letzte Schritt ist der einfachste. Erstelle oder bearbeite deine E-Mail-Vorlage oder Journey-E-Mail in Marketing Automation. An der Stelle, an der die Signatur erscheinen soll, f\u00fcgst du die entsprechenden Merge-Tags ein:<\/p>\n<p><strong>Beispiel f\u00fcr eine HTML-Signatur:<\/strong><\/p>\n<pre><code>\n&lt;table&gt;\n  &lt;tr&gt;\n    &lt;td style=\"padding-right: 15px;\"&gt;\n      &lt;img src=\"$[Leads.LeadOwnerImageURL]$\" alt=\"Profilbild\" width=\"80\" style=\"border-radius: 50%;\"&gt;\n    &lt;\/td&gt;\n    &lt;td&gt;\n      &lt;strong&gt;$[Leads.LeadOwnerName]$&lt;\/strong&gt;&lt;br&gt;\n      E-Mail: &lt;a href=\"mailto:$[Leads.LeadOwnerEmail]$\"&gt;$[Leads.LeadOwnerEmail]$&lt;\/a&gt;&lt;br&gt;\n      Telefon: $[Leads.LeadOwnerPhone]$&lt;br&gt;\n      &lt;a href=\"$[Leads.LeadOwnerWhatsAppLink]$\"&gt;Kontakt via WhatsApp&lt;\/a&gt;\n    &lt;\/td&gt;\n  &lt;\/tr&gt;\n&lt;\/table&gt;\n<\/code><\/pre>\n<p>Damit ist die L\u00f6sung implementiert. Jede E-Mail, die \u00fcber diese Vorlage versendet wird, zieht sich dynamisch die korrekten und vollst\u00e4ndigen Signatur-Daten des jeweiligen Lead-Owners aus dem CRM.<\/p>\n<h3>Tipps und Best Practices<\/h3>\n<ul>\n<li><strong>Datenqualit\u00e4t ist entscheidend:<\/strong> Die gr\u00f6\u00dfte Schwachstelle dieses Prozesses ist eine schlechte Datenbasis. Was passiert, wenn ein Lead einem deaktivierten oder gel\u00f6schten Benutzer zugeordnet ist? Das Skript wird f\u00fcr diesen Lead keine Daten finden. Erstelle im CRM eine benutzerdefinierte Ansicht namens &#8222;Leads mit inaktiven Ownern&#8220;. \u00dcberpr\u00fcfe diese Ansicht regelm\u00e4\u00dfig und weise die Leads neuen, aktiven Mitarbeitern zu. Dies ist eine unerl\u00e4ssliche &#8222;Hausaufgabe&#8220;, bevor du solche Automatisierungen startest.<\/li>\n<li><strong>Pragmatisch starten:<\/strong> Wenn die Umsetzung der Bild-Personalisierung anfangs zu komplex oder das Budget knapp ist, starte mit einer einfacheren Version. Sende die E-Mails zun\u00e4chst von einer generischen Absenderadresse (z.B. `info@deinefirma.de`) ohne personalisierte Signatur. So kannst du deine Marketing-Journey bereits nutzen und die volle Personalisierung als zweite Ausbaustufe nachr\u00fcsten.<\/li>\n<li><strong>Fehlerbehandlung und Logging:<\/strong> Unser Beispielskript enth\u00e4lt ein grundlegendes `info`-Statement bei Fehlern. F\u00fcr den produktiven Einsatz solltest du eine robustere Fehlerbehandlung implementieren, z.B. das Senden einer Benachrichtigung an einen Admin \u00fcber <a href=\"https:\/\/www.zoho.com\/de\/cliq\/\" target=\"_blank\">Zoho Cliq<\/a> oder das Schreiben von Fehlern in ein benutzerdefiniertes Modul.<\/li>\n<li><strong>Alternative mit Zoho Flow:<\/strong> F\u00fcr einfachere Feld-Updates (ohne API-Aufrufe f\u00fcr das Bild) k\u00f6nnte auch <a href=\"\/de\/zoho-flow\/\" target=\"_blank\">Zoho Flow<\/a> eine valide Low-Code-Alternative sein. Ein Flow k\u00f6nnte bei der Zuweisung eines Leads ausgel\u00f6st werden und die Textfelder automatisch bef\u00fcllen. F\u00fcr die Bild-URL ist Deluge jedoch die m\u00e4chtigere und direktere L\u00f6sung.<\/li>\n<\/ul>\n<h3>Zus\u00e4tzliche Hinweise: Das \u00d6kosystem erweitern<\/h3>\n<p>Diese Integration ist nur der Anfang. Du kannst den Prozess mit weiteren Zoho-Apps anreichern:<\/p>\n<ul>\n<li><strong><a href=\"\/de\/zoho-analytics\/\" target=\"_blank\">Zoho Analytics<\/a>:<\/strong> Synchronisiere deine CRM- und Marketing-Automation-Daten mit Analytics. Erstelle ein Dashboard, das die \u00d6ffnungs- und Klickraten pro Vertriebsmitarbeiter anzeigt. So siehst du, wessen personalisierte E-Mails am besten performen.<\/li>\n<li><strong><a href=\"https:\/\/www.zoho.com\/de\/cliq\/\" target=\"_blank\">Zoho Cliq<\/a>:<\/strong> Erweitere die Journey in Marketing Automation. Wenn ein Lead auf einen Link in einer personalisierten E-Mail klickt, sende automatisch eine Benachrichtigung an den jeweiligen Lead-Owner in dessen Cliq-Kanal mit dem Hinweis: &#8222;Dein Lead $[Leads.FirstName]$ hat gerade auf den Link in der Kampagne X geklickt. Zeit f\u00fcr einen Anruf!&#8220;<\/li>\n<li><strong>Office 365 \/ Google Workspace:<\/strong> Denke daran, dass f\u00fcr eine hohe Zustellbarkeit deiner E-Mails die Absenderdom\u00e4ne korrekt authentifiziert sein muss (SPF, DKIM). Stelle sicher, dass dies in den Einstellungen von Zoho Marketing Automation f\u00fcr die Domains deiner Vertriebsmitarbeiter eingerichtet ist.<\/li>\n<\/ul>\n<h3>Fazit<\/h3>\n<p>Die Anforderung, eine vollst\u00e4ndig personalisierte Signatur inklusive dynamischem Bild in Marketing-E-Mails zu integrieren, mag auf den ersten Blick komplex erscheinen. Doch sie zeigt eindrucksvoll die St\u00e4rke des Zoho-\u00d6kosystems. Durch die intelligente Nutzung von benutzerdefinierten Feldern und einer leistungsstarken Deluge-Funktion im <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a> kannst du die Daten so aufbereiten, wie du sie ben\u00f6tigst. <a href=\"\/de\/zoho-marketing-automation\/\" target=\"_blank\">Zoho Marketing Automation<\/a> wird so zu einem noch m\u00e4chtigeren Werkzeug f\u00fcr eine hyper-personalisierte Kundenansprache.<\/p>\n<p>Diese L\u00f6sung \u00fcberwindet nicht nur eine technische H\u00fcrde, sondern unterstreicht auch eine wichtige Philosophie: Lass dich nicht von den Standardfunktionen einschr\u00e4nken. Mit Werkzeugen wie Deluge, APIs und der nahtlosen Integration der Zoho-Apps untereinander kannst du nahezu jeden denkbaren Gesch\u00e4ftsprozess abbilden und automatisieren.<\/p>\n<p><strong>Verwendete Zoho Apps:<\/strong> <a href=\"\/de\/zoho-crm\/\" target=\"_blank\">Zoho CRM<\/a>, <a href=\"\/de\/zoho-marketing-automation\/\" target=\"_blank\">Zoho Marketing Automation<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Optimiere deine Zoho E-Mails mit dynamischen Signaturen und personalisierten Inhalten f\u00fcr maximale Wirkung.<\/p>\n","protected":false},"author":1,"featured_media":3452,"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,136,282,171,819,107,150,889,520,702,213,850,199,173,96,562,194,130,407],"class_list":["post-3421","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-zoho","tag-api","tag-automatisierung","tag-benutzerdefinierte-felder","tag-crm-integration","tag-custom-functions","tag-deluge","tag-deluge-script","tag-dynamische-e-mail-signaturen","tag-e-mail-marketing","tag-integration","tag-marketing-automation","tag-personalisierung","tag-workflow","tag-workflow-automation","tag-zoho-crm","tag-zoho-crm-api","tag-zoho-integration","tag-zoho-marketing-automation","tag-zoho-okosystem","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>Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren - 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=\"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren - SprintCX\" \/>\n<meta property=\"og:description\" content=\"Optimiere deine Zoho E-Mails mit dynamischen Signaturen und personalisierten Inhalten f\u00fcr maximale Wirkung.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/\" \/>\n<meta property=\"og:site_name\" content=\"SprintCX\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-18T07:55:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-18T10:24:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/08\/1755698072-68a5d398ad7ff.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=\"8\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/\"},\"author\":{\"name\":\"Gregor\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#\\\/schema\\\/person\\\/33a4ba085d0b86874d45522b74c193eb\"},\"headline\":\"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren\",\"datePublished\":\"2025-08-18T07:55:29+00:00\",\"dateModified\":\"2025-08-18T10:24:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/\"},\"wordCount\":1328,\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/1755698072-68a5d398ad7ff.png\",\"keywords\":[\"API\",\"Automatisierung\",\"Benutzerdefinierte Felder\",\"CRM Integration\",\"Custom Functions\",\"Deluge\",\"Deluge Script\",\"Dynamische E-Mail-Signaturen\",\"E-Mail-Marketing\",\"Integration\",\"Marketing Automation\",\"Personalisierung\",\"Workflow\",\"Workflow Automation\",\"Zoho CRM\",\"Zoho CRM API\",\"Zoho Integration\",\"Zoho Marketing Automation\",\"Zoho \u00d6kosystem\"],\"articleSection\":[\"Zoho Tutorials\"],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/\",\"url\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/\",\"name\":\"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren - SprintCX\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/1755698072-68a5d398ad7ff.png\",\"datePublished\":\"2025-08-18T07:55:29+00:00\",\"dateModified\":\"2025-08-18T10:24:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/1755698072-68a5d398ad7ff.png\",\"contentUrl\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/1755698072-68a5d398ad7ff.png\",\"width\":1408,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wordpress.sprintcx.net\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren\"}]},{\"@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":"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren - 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":"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren - SprintCX","og_description":"Optimiere deine Zoho E-Mails mit dynamischen Signaturen und personalisierten Inhalten f\u00fcr maximale Wirkung.","og_url":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/","og_site_name":"SprintCX","article_published_time":"2025-08-18T07:55:29+00:00","article_modified_time":"2025-08-18T10:24:30+00:00","og_image":[{"width":1408,"height":768,"url":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/08\/1755698072-68a5d398ad7ff.png","type":"image\/png"}],"author":"Gregor","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Gregor","Gesch\u00e4tzte Lesezeit":"8\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/#article","isPartOf":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/"},"author":{"name":"Gregor","@id":"https:\/\/wordpress.sprintcx.net\/de\/#\/schema\/person\/33a4ba085d0b86874d45522b74c193eb"},"headline":"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren","datePublished":"2025-08-18T07:55:29+00:00","dateModified":"2025-08-18T10:24:30+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/"},"wordCount":1328,"publisher":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/#organization"},"image":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/#primaryimage"},"thumbnailUrl":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/08\/1755698072-68a5d398ad7ff.png","keywords":["API","Automatisierung","Benutzerdefinierte Felder","CRM Integration","Custom Functions","Deluge","Deluge Script","Dynamische E-Mail-Signaturen","E-Mail-Marketing","Integration","Marketing Automation","Personalisierung","Workflow","Workflow Automation","Zoho CRM","Zoho CRM API","Zoho Integration","Zoho Marketing Automation","Zoho \u00d6kosystem"],"articleSection":["Zoho Tutorials"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/","url":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/","name":"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren - SprintCX","isPartOf":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/#primaryimage"},"image":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/#primaryimage"},"thumbnailUrl":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/08\/1755698072-68a5d398ad7ff.png","datePublished":"2025-08-18T07:55:29+00:00","dateModified":"2025-08-18T10:24:30+00:00","breadcrumb":{"@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/#primaryimage","url":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/08\/1755698072-68a5d398ad7ff.png","contentUrl":"https:\/\/wordpress.sprintcx.net\/wp-content\/uploads\/2025\/08\/1755698072-68a5d398ad7ff.png","width":1408,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.sprintcx.net\/de\/zoho-crm-custom-functions-und-deluge-dynamische-e-mail-signatur-in-marketing-automation-implementieren\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress.sprintcx.net\/de\/"},{"@type":"ListItem","position":2,"name":"Zoho CRM Custom Functions und Deluge: Dynamische E-Mail-Signatur in Marketing Automation implementieren"}]},{"@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\/3421","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=3421"}],"version-history":[{"count":1,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/posts\/3421\/revisions"}],"predecessor-version":[{"id":3422,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/posts\/3421\/revisions\/3422"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/media\/3452"}],"wp:attachment":[{"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/media?parent=3421"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/categories?post=3421"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.sprintcx.net\/de\/wp-json\/wp\/v2\/tags?post=3421"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}