feat: Add WhatsApp lead enrichment and Brazilian phone collection - #957
Closed
juliolimacostavalladares wants to merge 3 commits into
Closed
juliolimacostavalladares wants to merge 3 commits into
juliolimacostavalladares wants to merge 3 commits into
Conversation
Author
|
Closing PR as requested; development will be maintained in our fork. |
|
Send me a video on how to set it up the last time i was trying yo set it up
for linked it did work
…On Tue, 8 Sept 2026, 17:14 juliolimacostavalladares, < ***@***.***> wrote:
*juliolimacostavalladares* left a comment (eracle/OpenOutreach#957)
<#957 (comment)>
Closing PR as requested; development will be maintained in our fork.
—
Reply to this email directly, view it on GitHub
<#957?email_source=notifications&email_token=BNWMHN4LFBATGT5VQ2RTQHT5OAO6PA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNJYG42DEMJXHE32M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#issuecomment-5587421797>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNWMHN55C3CXL2KRUFEBWTD5OAO6PAVCNFSNUABEKJSXA33TNF2G64TZHM3TAMRXGEYTQMR3JFZXG5LFHM2TGOBYGUYTCMJSGKQXMAQ>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/BNWMHNZTKOAKCZII2ZYQQ4L5OAO6PA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNJYG42DEMJXHE32M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSVGM33PORSXEX3JN5ZQ>
and Android
<https://github.com/notifications/mobile/android/BNWMHNZV7F5VOZKEEPGREV35OAO6PA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKNJYG42DEMJXHE32M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSXGM33PORSXEX3BNZSHE33JMQ>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
1. WhatsApp Lead Enrichment & Data Collection
openoutreach/whatsapp.pymodule providing:+55 (DD) 9XXXX-XXXX).https://wa.me/55...).enrich_all_leads().2. CRM & Lead Discovery Integration
openoutreach/adapters.py:_generate_leads_via_llmand fallback leads to includecontact_whatsapp.source_fields_forduring lead creation so new discovered leads automatically preserve their WhatsApp number inlead.source_fields["whatsapp"].3. Web Dashboard & REST API
POST /api/enrich/whatsappfor on-demand batch enrichment of all leads.GET /api/leadsandGET /api/dashboard:whatsappand direct chat linkwhatsapp_url.?status=whatsapp).stats.whatsappand funnel step "WhatsApp encontrados".whatsappcolumn (name,email,whatsapp,...) with formula injection safety..wa-badgewith click-to-chat link.4. CLI Tooling
openoutreach enrich-whatsapp [--no-llm]command to enrich captured leads directly from the terminal.5. Automated Tests
tests/test_whatsapp.pywith 8 comprehensive unit and integration tests.52 passed).