{"id":7182,"date":"2025-12-04T08:21:57","date_gmt":"2025-12-04T01:21:57","guid":{"rendered":"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/"},"modified":"2025-12-04T08:22:04","modified_gmt":"2025-12-04T01:22:04","slug":"salesforce-automation-lead-enrichment","status":"publish","type":"post","link":"https:\/\/inrealitysolutions.com\/id\/salesforce-automation-lead-enrichment\/","title":{"rendered":"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &#038; Engineer"},"content":{"rendered":"<p><img decoding=\"async\" src=\"\" alt=\"Cover Image\"><\/p>\n<h1 id=\"salesforce-automation-lead-enrichment-implementasi-langkah-demi-langkah-untuk-admin-engineer\">Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &amp; Engineer<\/h1>\n<ul class=\"key-takeaways\">\n<li>Percepat kualifikasi lead dan tingkatkan akurasi scoring dengan enrichment otomatis dari vendor pihak ketiga.<\/li>\n<li>Mulai POC di sandbox menggunakan Flow + Invocable Apex, lalu scale menggunakan middleware bila diperlukan.<\/li>\n<li>Terapkan kebijakan overwrite berdasarkan confidence score dan simpan audit trail (vendor + timestamp).<\/li>\n<li>Gunakan Named Credentials untuk autentikasi aman dan Enrichment_Log untuk monitoring\/retry.<\/li>\n<\/ul>\n<nav class=\"toc\" aria-label=\"Daftar Isi\">\n  <strong>Daftar Isi<\/strong><\/p>\n<ul>\n<li><a href=\"#salesforce-automation-lead-enrichment--pengantar-dan-ringkasan\">Pengantar &amp; Ringkasan<\/a><\/li>\n<li><a href=\"#apa-itu-lead-enrichment-vs-company-enrichment\">Lead Enrichment vs Company Enrichment<\/a><\/li>\n<li><a href=\"#vendor-clearbit-like--pemahaman-search-api\">Vendor &amp; Search API<\/a><\/li>\n<li><a href=\"#strategi-append-crm-vs-overwrite--kebijakan-data-audit\">Strategi Append vs Overwrite<\/a><\/li>\n<li><a href=\"#arsitektur-integrasi-salesforce-untuk-enrichment\">Arsitektur Integrasi<\/a><\/li>\n<li><a href=\"#implementasi-langkah-demi-langkah-cara-salesforce-workflow\">Implementasi Langkah-demi-Langkah<\/a><\/li>\n<li><a href=\"#contoh-skenario-end-to-end-singkat\">Contoh Skenario End-to-End<\/a><\/li>\n<li><a href=\"#testing-qa--monitoring\">Testing, QA &amp; Monitoring<\/a><\/li>\n<li><a href=\"#compliance--data-privacy\">Compliance &amp; Data Privacy<\/a><\/li>\n<li><a href=\"#checklist-implementasi-mvp\">Checklist Implementasi MVP<\/a><\/li>\n<li><a href=\"#mengapa-inreality-solutions-cocok-untuk-proyek-enrichment--otomasi-anda\">Mengapa InReality Solutions<\/a><\/li>\n<li><a href=\"#resources--referensi-research-findings\">Resources &amp; Referensi<\/a><\/li>\n<\/ul>\n<\/nav>\n<h2 id=\"salesforce-automation-lead-enrichment--pengantar-dan-ringkasan\">Salesforce Automation Lead Enrichment \u2014 Pengantar dan Ringkasan<\/h2>\n<p>Implementasi enrichment membantu tim sales &amp; marketing fokus pada prospek bernilai tinggi dengan data yang lebih lengkap (jabatan, perusahaan, ukuran, teknologi, social links). Artikel ini menjelaskan perbedaan lead enrichment vs company enrichment, opsi integrasi Salesforce (Flow, Apex Callouts, middleware), contoh kode Invocable Apex untuk real-time domain search, checklist implementasi, dan best practice compliance.<\/p>\n<p>Apa yang harus Anda lakukan selanjutnya (secara ringkas): mulai POC di sandbox dengan batch kecil, verifikasi provider data (contoh: <a href=\"https:\/\/clearbit.com\/docs\" target=\"_blank\" rel=\"noopener\">Clearbit<\/a>), lalu bergerak ke pilot real-time menggunakan Salesforce Flow + Invocable Apex.<\/p>\n<h2 id=\"apa-itu-lead-enrichment-vs-company-enrichment\">Apa itu Lead Enrichment vs Company Enrichment<\/h2>\n<h3 id=\"pengertian-lead-enrichment\">Pengertian Lead Enrichment<\/h3>\n<p>Lead enrichment mengisi data personal\/contact: job title, email kerja, LinkedIn URL, social profiles, atau sinyal minat. Nilai langsung: SDR cepat menilai relevansi dan mempersonalisasi outreach. Contoh field untuk Lead: Job_Title, LinkedIn_URL, Person_Seniority.<\/p>\n<p>Apa yang harus dilakukan: identifikasi field yang ingin Anda append dan buat custom fields audit (sumber + timestamp).<\/p>\n<h3 id=\"pengertian-company-enrichment\">Pengertian Company Enrichment<\/h3>\n<p>Company enrichment menambahkan informasi perusahaan: industry, number_of_employees, tech_stack, revenue_range (jika tersedia). Ini berguna untuk scoring\/segmentasi B2B (mis. B2B SaaS). Contoh mapping ke Account: Account.Industry, Account.NumberOfEmployees, Account.Technologies__c.<\/p>\n<p>Apa yang harus dilakukan: untuk domain-based lookup, prioritaskan company enrichment bila form hanya berisi email pribadi atau nama perusahaan tidak lengkap.<\/p>\n<h2 id=\"vendor-clearbit-like--pemahaman-search-api\">Vendor \u201cClearbit-like\u201d &amp; Pemahaman Search API<\/h2>\n<h3 id=\"ringkasan-vendor-contoh\">Ringkasan vendor contoh<\/h3>\n<p>Vendor umum: <a href=\"https:\/\/clearbit.com\/docs\" target=\"_blank\" rel=\"noopener\">Clearbit<\/a>, <a href=\"https:\/\/www.zoominfo.com\/business\/contact-data-api\" target=\"_blank\" rel=\"noopener\">ZoomInfo<\/a>, <a href=\"https:\/\/www.fullcontact.com\/developer\/docs\/\" target=\"_blank\" rel=\"noopener\">FullContact<\/a>, <a href=\"https:\/\/pipl.com\/dev\/documentation\/\" target=\"_blank\" rel=\"noopener\">Pipl<\/a> \u2014 masing-masing fokus data kontak\/perusahaan dan metode pencarian berbeda (domain, email, name). Pelajari dokumentasi API vendor sebelum commit ke kontrak. Template RFP &amp; panduan workflow: <a href=\"https:\/\/inrealitysolutions.com\/id\/template-rfp-automasi-ai-saas\/\" target=\"_blank\" rel=\"noopener\">InReality Solutions RFP template<\/a>.<\/p>\n<h3 id=\"struktur-umum-search-api\">Struktur umum Search API<\/h3>\n<p>Umumnya endpoint menerima parameter domain\/email dan mereturn JSON berisi company\/person fields plus confidence score. Contoh endpoint (Clearbit company lookup): <a href=\"https:\/\/clearbit.com\/docs#company-api\" target=\"_blank\" rel=\"noopener\">Clearbit Company API<\/a>.<\/p>\n<p>Apa yang harus dilakukan: uji response di Postman; pastikan Anda memahami fields penting dan confidence score untuk kebijakan overwrite.<\/p>\n<h2 id=\"strategi-append-crm-vs-overwrite--kebijakan-data-audit\">Strategi Append CRM vs Overwrite \u2014 Kebijakan Data &amp; Audit<\/h2>\n<h3 id=\"pendekatan-append-non-destructive\">Pendekatan Append (non-destructive)<\/h3>\n<p>Append menambahkan field baru tanpa menimpa data manual. Ideal untuk LinkedIn_URL, Source_Enrichment, Enrichment_Timestamp. Simpan juga Source (vendor) dan Confidence.<\/p>\n<h3 id=\"overwrite-merge-strategy\">Overwrite &amp; Merge Strategy<\/h3>\n<p>Atur aturan bisnis: jika confidence tinggi \u2192 overwrite; jika rendah \u2192 simpan di field audit dan tandai untuk review manual. Simpan audit trail (sumber + timestamp) untuk kepatuhan dan troubleshooting.<\/p>\n<p>Apa yang harus dilakukan: buat custom metadata untuk mapping dan aturan confidence agar mudah diubah tanpa deploy ulang.<\/p>\n<h2 id=\"arsitektur-integrasi-salesforce-untuk-enrichment\">Arsitektur Integrasi Salesforce untuk Enrichment<\/h2>\n<h3 id=\"opsi-integrasi-pilih-sesuai-skala\">Opsi integrasi (pilih sesuai skala)<\/h3>\n<ul>\n<li>Salesforce Flow + External Services: cocok untuk real-time enrichment ringan (lihat <a href=\"https:\/\/developer.salesforce.com\/docs\/atlas.en-us.salesforce_flow.meta\/salesforce_flow\/\" target=\"_blank\" rel=\"noopener\">Salesforce Flow docs<\/a>).<\/li>\n<li>Apex Callouts (invocable) untuk custom logic dan bulk handling (lihat <a href=\"https:\/\/developer.salesforce.com\/docs\/atlas.en-us.apexcode.meta\/apexcode\/apex_callouts.htm\" target=\"_blank\" rel=\"noopener\">Apex callouts doc<\/a>).<\/li>\n<li>Middleware (MuleSoft\/ETL) untuk volume besar atau orchestrasi LLM Agent \/ Agentic AI workflow. Panduan workflow: <a href=\"https:\/\/inrealitysolutions.com\/id\/workflow-automasi-saas-panduan\/\" target=\"_blank\" rel=\"noopener\">InReality Solutions workflow<\/a>.<\/li>\n<li>Platform Events untuk decoupled processing.<\/li>\n<\/ul>\n<p>Apa yang harus dilakukan: mulai POC dengan Flow + invocable Apex, lalu pertimbangkan middleware bila volume besar.<\/p>\n<h3 id=\"komponen-teknis-wajib\">Komponen teknis wajib<\/h3>\n<ul>\n<li>Named Credential &amp; Remote Site \/ External Credential (konfigurasi auth) \u2014 <a href=\"https:\/\/developer.salesforce.com\/docs\/atlas.en-us.apexcode.meta\/apexcode\/apex_callouts_named_credentials.htm\" target=\"_blank\" rel=\"noopener\">Named Credentials docs<\/a>.<\/li>\n<li>Invocable Apex \/ External Service action<\/li>\n<li>Custom object Enrichment_Log untuk audit + retry<\/li>\n<\/ul>\n<h2 id=\"implementasi-langkah-demi-langkah-cara-salesforce-workflow\">Implementasi Langkah-demi-Langkah (cara salesforce workflow)<\/h2>\n<h3 id=\"prasyarat-checklist-singkat\">Prasyarat &amp; checklist singkat<\/h3>\n<ul>\n<li>Salesforce org (sandbox untuk POC)<\/li>\n<li>Akun vendor data &amp; API key<\/li>\n<li>Daftar field target di Lead\/Account<\/li>\n<li>Profil admin &amp; akses API<\/li>\n<\/ul>\n<h3 id=\"setup-named-credential-singkat\">Setup Named Credential (singkat)<\/h3>\n<ol>\n<li>Setup \u2192 Named Credentials \u2192 New<\/li>\n<li>Label: Clearbit_API<\/li>\n<li>URL: https:\/\/api.clearbit.com<\/li>\n<li>Identity Type &amp; Auth sesuai vendor (API key\/OAuth)<\/li>\n<\/ol>\n<p>(Lihat dokumentasi Named Credentials di link resources.)<\/p>\n<h3 id=\"contoh-invocable-apex-sederhana\">Contoh Invocable Apex (sederhana)<\/h3>\n<p>Berikut potongan contoh untuk dipasang sebagai Action di Flow. Pastikan menyesuaikan error handling dan limits.<\/p>\n<pre><code>public with sharing class ClearbitEnrichment {\n    @InvocableMethod(label='Enrich Lead by Domain')\n    public static List<Id> enrichByDomain(List<String> domains) {\n        List<Id> results = new List<Id>();\n        Http http = new Http();\n        for (String domain : domains) {\n            HttpRequest req = new HttpRequest();\n            req.setEndpoint('callout:Clearbit_API\/v2\/companies\/find?domain=' + EncodingUtil.urlEncode(domain, 'UTF-8'));\n            req.setMethod('GET');\n            try {\n                HttpResponse res = http.send(req);\n                if (res.getStatusCode() == 200) {\n                    \/\/ parse JSON dan mapping ke Lead\/Account (implementasi detail di sini)\n                } else {\n                    \/\/ log di Enrichment_Log\n                }\n            } catch (Exception e) {\n                \/\/ error handling &amp; log\n            }\n        }\n        return results;\n    }\n}<\/code><\/pre>\n<p>(Rujuk <a href=\"https:\/\/developer.salesforce.com\/docs\/atlas.en-us.apexcode.meta\/apexcode\/apex_callouts.htm\" target=\"_blank\" rel=\"noopener\">Apex callouts doc<\/a> untuk detail implementasi dan test class.)<\/p>\n<h3 id=\"buat-record-triggered-flow\">Buat Record-Triggered Flow<\/h3>\n<p>Trigger: Lead on create\/update \u2192 validasi minimal \u2192 panggil Invocable Apex \u2192 decision berdasarkan confidence \u2192 append\/update Lead\/Account atau create Enrichment_Log untuk review.<\/p>\n<p>Apa yang harus dilakukan: uji di sandbox; jalankan batch kecil sebelum enable real-time.<\/p>\n<h2 id=\"contoh-skenario-end-to-end-singkat\">Contoh Skenario End-to-End (singkat)<\/h2>\n<p>Skenario 1 \u2014 B2B SaaS:<\/p>\n<ul>\n<li>Lead masuk via web form (email + company) \u2014 <a href=\"https:\/\/inrealitysolutions.com\/id\/google-sheets-automation-form-crm\/\" target=\"_blank\" rel=\"noopener\">form integration contoh<\/a><\/li>\n<li>Flow trigger \u2192 domain search \u2192 company enrichment \u2192 jika company.size memenuhi aturan \u2192 set Lead.Priority = High dan assign AE \u2192 log enrichment. Referensi scoring &amp; automasi: <a href=\"https:\/\/inrealitysolutions.com\/id\/lead-scoring-automasi-marketplace\/\" target=\"_blank\" rel=\"noopener\">Lead scoring automation<\/a>, <a href=\"https:\/\/inrealitysolutions.com\/id\/whatsapp-crm-automotive-guide\/\" target=\"_blank\" rel=\"noopener\">Contoh integrasi CRM<\/a><\/li>\n<\/ul>\n<p>Skenario 2 \u2014 E-Commerce (B2C):<\/p>\n<ul>\n<li>Email-based person enrichment \u2192 isi social\/profile \u2192 segmentasi campaign personalisasi.<\/li>\n<\/ul>\n<h2 id=\"testing-qa--monitoring\">Testing, QA &amp; Monitoring<\/h2>\n<ul>\n<li>Unit test Apex &amp; coverage (lihat Apex testing docs).<\/li>\n<li>Log failed calls di Enrichment_Log untuk retry.<\/li>\n<li>Dashboard KPI rekomendasi: rate enriched, success rate, avg confidence, leads influenced revenue.<\/li>\n<\/ul>\n<h2 id=\"compliance--data-privacy\">Compliance &amp; Data Privacy<\/h2>\n<p>Pastikan opt-out\/consent handling sesuai GDPR\/PDPL. Rujuk GDPR untuk pedoman global: <a href=\"https:\/\/gdpr.eu\/\" target=\"_blank\" rel=\"noopener\">GDPR overview<\/a>. Untuk kepatuhan lokal (PDPL), rujuk sumber resmi pemerintah saat diperlukan.<\/p>\n<h2 id=\"checklist-implementasi-mvp\">Checklist Implementasi MVP<\/h2>\n<ul>\n<li><label><input type=\"checkbox\" disabled> Setup Named Credential<\/label><\/li>\n<li><label><input type=\"checkbox\" disabled> Test API call (Postman)<\/label><\/li>\n<li><label><input type=\"checkbox\" disabled> Buat Invocable Apex \/ External Service<\/label><\/li>\n<li><label><input type=\"checkbox\" disabled> Buat Record-Triggered Flow<\/label><\/li>\n<li><label><input type=\"checkbox\" disabled> Mapping field &amp; Custom Metadata<\/label><\/li>\n<li><label><input type=\"checkbox\" disabled> Test edge cases &amp; unit tests<\/label><\/li>\n<li><label><input type=\"checkbox\" disabled> Setup Enrichment_Log dan monitoring<\/label><\/li>\n<\/ul>\n<section class=\"faq\" id=\"faq-singkat\">\n<h2 id=\"faq\">FAQ Singkat<\/h2>\n<details>\n<summary id=\"faq-apakah-enrichment-menempa-data-manual\">Q: Apakah enrichment menimpa data manual?<\/summary>\n<p>A: Atur sesuai policy: gunakan append default; overwrite hanya jika confidence tinggi dan sesuai aturan bisnis. Simpan audit trail untuk semua perubahan.<\/p>\n<\/details>\n<details>\n<summary id=\"faq-bagaimana-mengurangi-biaya-api\">Q: Bagaimana mengurangi biaya API?<\/summary>\n<p>A: Gunakan cache per-domain, batching untuk historical data, dan threshold untuk panggilan real-time. Monitor usage dan atur limits pada middleware atau Flow.<\/p>\n<\/details>\n<details>\n<summary id=\"faq-bagaimana-menguji-dan-memeriksa-kualitas-data\">Q: Bagaimana menguji &amp; memeriksa kualitas data?<\/summary>\n<p>A: Uji di sandbox dengan batch kecil, validasi response di Postman, buat unit tests untuk Apex, dan review sampel hasil enrichment manual sebelum roll-out.<\/p>\n<\/details>\n<details>\n<summary id=\"faq-apa-saja-komponen-keamanan-dan-etika\">Q: Apa saja komponen keamanan &amp; etika yang harus diperhatikan?<\/summary>\n<p>A: Pastikan Named Credentials aman, minimalkan data sensitif yang disimpan, patuhi GDPR\/PDPL, sediakan mekanisme opt-out, dan dokumentasikan sumber data.<\/p>\n<\/details>\n<details>\n<summary id=\"faq-kapan-harus-menggunakan-middleware\">Q: Kapan perlu menggunakan middleware daripada Flow\/Apex langsung?<\/summary>\n<p>A: Gunakan middleware untuk volume besar, orkestrasi multi-step, atau jika butuh integrasi dengan banyak vendor\/agentic AI. Untuk kasus ringan\/real-time, Flow + Invocable Apex biasanya cukup.<\/p>\n<\/details>\n<\/section>\n<h2 id=\"mengapa-inreality-solutions-cocok-untuk-proyek-enrichment--otomasi-anda\">Mengapa InReality Solutions Cocok untuk Proyek Enrichment &amp; Otomasi Anda<\/h2>\n<p>InReality Solutions menggabungkan keahlian Agentic AI dan Otomasi Proses Bisnis untuk integrasi Salesforce end-to-end, memastikan kepatuhan data, dan hasil yang dapat diukur. Kami membantu dari analisis proses hingga deployment dan monitoring. Ingin POC atau audit data? Book konsultasi gratis \/ request POC integrasi enrichment di Salesforce di <a href=\"https:\/\/inrealitysolutions.com\/id\/contact\/\">\/contact<\/a> untuk audit awal dan estimasi teknis.<\/p>\n<p>Ringkasan manfaat: Implementasi enrichment mempercepat kualifikasi lead dan meningkatkan efektivitas tim penjualan. Mulai dengan POC kecil, lalu scale ke real-time setelah validasi.<\/p>\n<h2 id=\"resources--referensi-research-findings\">Resources &amp; Referensi (Research findings)<\/h2>\n<ul>\n<li><a href=\"https:\/\/clearbit.com\/docs\" target=\"_blank\" rel=\"noopener\">Clearbit docs<\/a><\/li>\n<li><a href=\"https:\/\/clearbit.com\/pricing\" target=\"_blank\" rel=\"noopener\">Clearbit pricing<\/a><\/li>\n<li><a href=\"https:\/\/www.zoominfo.com\/business\/contact-data-api\" target=\"_blank\" rel=\"noopener\">ZoomInfo APIs<\/a><\/li>\n<li><a href=\"https:\/\/www.fullcontact.com\/developer\/docs\/\" target=\"_blank\" rel=\"noopener\">FullContact docs<\/a><\/li>\n<li><a href=\"https:\/\/pipl.com\/dev\/documentation\/\" target=\"_blank\" rel=\"noopener\">Pipl docs<\/a><\/li>\n<li><a href=\"https:\/\/developer.salesforce.com\/docs\/atlas.en-us.salesforce_flow.meta\/salesforce_flow\/\" target=\"_blank\" rel=\"noopener\">Salesforce Flow docs<\/a><\/li>\n<li><a href=\"https:\/\/developer.salesforce.com\/docs\/atlas.en-us.apexcode.meta\/apexcode\/apex_callouts.htm\" target=\"_blank\" rel=\"noopener\">Apex Callouts<\/a><\/li>\n<li><a href=\"https:\/\/developer.salesforce.com\/docs\/atlas.en-us.apexcode.meta\/apexcode\/apex_callouts_named_credentials.htm\" target=\"_blank\" rel=\"noopener\">Named Credentials<\/a><\/li>\n<li><a href=\"https:\/\/gdpr.eu\/\" target=\"_blank\" rel=\"noopener\">GDPR overview<\/a><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &amp; Engineer Percepat kualifikasi lead dan tingkatkan akurasi scoring dengan enrichment otomatis dari vendor pihak ketiga. Mulai POC di sandbox menggunakan Flow + Invocable Apex, lalu scale menggunakan middleware bila diperlukan. Terapkan kebijakan overwrite berdasarkan confidence score dan simpan audit trail (vendor + timestamp). Gunakan Named Credentials [&hellip;]<\/p>","protected":false},"author":16,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_canvas","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","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":"","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":"","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":""},"categories":[170],"tags":[],"class_list":["post-7182","post","type-post","status-publish","format-standard","hentry","category-ai-automations"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.5 (Yoast SEO v23.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &amp; Engineer - InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia<\/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:\/\/inrealitysolutions.com\/id\/salesforce-automation-lead-enrichment\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &amp; Engineer\" \/>\n<meta property=\"og:description\" content=\"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &amp; Engineer Percepat kualifikasi lead dan tingkatkan akurasi scoring dengan enrichment otomatis dari vendor pihak ketiga. Mulai POC di sandbox menggunakan Flow + Invocable Apex, lalu scale menggunakan middleware bila diperlukan. Terapkan kebijakan overwrite berdasarkan confidence score dan simpan audit trail (vendor + timestamp). Gunakan Named Credentials [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inrealitysolutions.com\/id\/salesforce-automation-lead-enrichment\/\" \/>\n<meta property=\"og:site_name\" content=\"InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/InRealitySolutions\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-04T01:21:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-04T01:22:04+00:00\" \/>\n<meta name=\"author\" content=\"Maya Ananta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Ditulis oleh\" \/>\n\t<meta name=\"twitter:data1\" content=\"Maya Ananta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/\"},\"author\":{\"name\":\"Maya Ananta\",\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#\/schema\/person\/8bf31cc88af0e2066d9d0f57dd52a80a\"},\"headline\":\"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &#038; Engineer\",\"datePublished\":\"2025-12-04T01:21:57+00:00\",\"dateModified\":\"2025-12-04T01:22:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/\"},\"wordCount\":1152,\"publisher\":{\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#organization\"},\"articleSection\":[\"AI Automations\"],\"inLanguage\":\"id\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/\",\"url\":\"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/\",\"name\":\"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin & Engineer - InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia\",\"isPartOf\":{\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#website\"},\"datePublished\":\"2025-12-04T01:21:57+00:00\",\"dateModified\":\"2025-12-04T01:22:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/inrealitysolutions.com\/id\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &#038; Engineer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#website\",\"url\":\"https:\/\/inrealitysolutions.com\/id\/\",\"name\":\"InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia\",\"description\":\"Transforming Businesses Through AR\/VR, Virtual Tours &amp; AI Innovation\",\"publisher\":{\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/inrealitysolutions.com\/id\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#organization\",\"name\":\"InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia\",\"url\":\"https:\/\/inrealitysolutions.com\/id\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/inrealitysolutions.com\/wp-content\/uploads\/2021\/09\/Inreality-Solutions-logo.png\",\"contentUrl\":\"https:\/\/inrealitysolutions.com\/wp-content\/uploads\/2021\/09\/Inreality-Solutions-logo.png\",\"width\":1006,\"height\":319,\"caption\":\"InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia\"},\"image\":{\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/InRealitySolutions\/\",\"https:\/\/www.linkedin.com\/company\/inreality-solutions\/\",\"https:\/\/www.instagram.com\/inreality_solutions\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#\/schema\/person\/8bf31cc88af0e2066d9d0f57dd52a80a\",\"name\":\"Maya Ananta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/inrealitysolutions.com\/id\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/48f96fb33f8c03241bdaccaf1a39bbc773261c3363a2dc04d2d46adccd9b6c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/48f96fb33f8c03241bdaccaf1a39bbc773261c3363a2dc04d2d46adccd9b6c70?s=96&d=mm&r=g\",\"caption\":\"Maya Ananta\"},\"url\":\"https:\/\/inrealitysolutions.com\/id\/author\/mayaananta\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin & Engineer - InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia","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:\/\/inrealitysolutions.com\/id\/salesforce-automation-lead-enrichment\/","og_locale":"id_ID","og_type":"article","og_title":"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin & Engineer","og_description":"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &amp; Engineer Percepat kualifikasi lead dan tingkatkan akurasi scoring dengan enrichment otomatis dari vendor pihak ketiga. Mulai POC di sandbox menggunakan Flow + Invocable Apex, lalu scale menggunakan middleware bila diperlukan. Terapkan kebijakan overwrite berdasarkan confidence score dan simpan audit trail (vendor + timestamp). Gunakan Named Credentials [&hellip;]","og_url":"https:\/\/inrealitysolutions.com\/id\/salesforce-automation-lead-enrichment\/","og_site_name":"InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia","article_publisher":"https:\/\/www.facebook.com\/InRealitySolutions\/","article_published_time":"2025-12-04T01:21:57+00:00","article_modified_time":"2025-12-04T01:22:04+00:00","author":"Maya Ananta","twitter_card":"summary_large_image","twitter_misc":{"Ditulis oleh":"Maya Ananta","Estimasi waktu membaca":"6 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/#article","isPartOf":{"@id":"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/"},"author":{"name":"Maya Ananta","@id":"https:\/\/inrealitysolutions.com\/id\/#\/schema\/person\/8bf31cc88af0e2066d9d0f57dd52a80a"},"headline":"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &#038; Engineer","datePublished":"2025-12-04T01:21:57+00:00","dateModified":"2025-12-04T01:22:04+00:00","mainEntityOfPage":{"@id":"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/"},"wordCount":1152,"publisher":{"@id":"https:\/\/inrealitysolutions.com\/id\/#organization"},"articleSection":["AI Automations"],"inLanguage":"id"},{"@type":"WebPage","@id":"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/","url":"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/","name":"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin & Engineer - InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia","isPartOf":{"@id":"https:\/\/inrealitysolutions.com\/id\/#website"},"datePublished":"2025-12-04T01:21:57+00:00","dateModified":"2025-12-04T01:22:04+00:00","breadcrumb":{"@id":"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/inrealitysolutions.com\/salesforce-automation-lead-enrichment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/inrealitysolutions.com\/id\/"},{"@type":"ListItem","position":2,"name":"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &#038; Engineer"}]},{"@type":"WebSite","@id":"https:\/\/inrealitysolutions.com\/id\/#website","url":"https:\/\/inrealitysolutions.com\/id\/","name":"InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia","description":"Transforming Businesses Through AR\/VR, Virtual Tours &amp; AI Innovation","publisher":{"@id":"https:\/\/inrealitysolutions.com\/id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/inrealitysolutions.com\/id\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/inrealitysolutions.com\/id\/#organization","name":"InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia","url":"https:\/\/inrealitysolutions.com\/id\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/inrealitysolutions.com\/id\/#\/schema\/logo\/image\/","url":"https:\/\/inrealitysolutions.com\/wp-content\/uploads\/2021\/09\/Inreality-Solutions-logo.png","contentUrl":"https:\/\/inrealitysolutions.com\/wp-content\/uploads\/2021\/09\/Inreality-Solutions-logo.png","width":1006,"height":319,"caption":"InReality Solutions \u2014 AR\/VR, Virtual Tours &amp; AI Automations Indonesia"},"image":{"@id":"https:\/\/inrealitysolutions.com\/id\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/InRealitySolutions\/","https:\/\/www.linkedin.com\/company\/inreality-solutions\/","https:\/\/www.instagram.com\/inreality_solutions\/"]},{"@type":"Person","@id":"https:\/\/inrealitysolutions.com\/id\/#\/schema\/person\/8bf31cc88af0e2066d9d0f57dd52a80a","name":"Maya Ananta","image":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/inrealitysolutions.com\/id\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/48f96fb33f8c03241bdaccaf1a39bbc773261c3363a2dc04d2d46adccd9b6c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/48f96fb33f8c03241bdaccaf1a39bbc773261c3363a2dc04d2d46adccd9b6c70?s=96&d=mm&r=g","caption":"Maya Ananta"},"url":"https:\/\/inrealitysolutions.com\/id\/author\/mayaananta\/"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Maya Ananta","author_link":"https:\/\/inrealitysolutions.com\/id\/author\/mayaananta\/"},"uagb_comment_info":0,"uagb_excerpt":"Salesforce Automation Lead Enrichment: Implementasi Langkah-demi-Langkah untuk Admin &amp; Engineer Percepat kualifikasi lead dan tingkatkan akurasi scoring dengan enrichment otomatis dari vendor pihak ketiga. Mulai POC di sandbox menggunakan Flow + Invocable Apex, lalu scale menggunakan middleware bila diperlukan. Terapkan kebijakan overwrite berdasarkan confidence score dan simpan audit trail (vendor + timestamp). Gunakan Named Credentials&hellip;","_links":{"self":[{"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/posts\/7182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/comments?post=7182"}],"version-history":[{"count":1,"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/posts\/7182\/revisions"}],"predecessor-version":[{"id":7183,"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/posts\/7182\/revisions\/7183"}],"wp:attachment":[{"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/media?parent=7182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/categories?post=7182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inrealitysolutions.com\/id\/wp-json\/wp\/v2\/tags?post=7182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}