A single-page reference for completing Meta WABA verification for NetWebMedia. Fields with fixed values are pre-filled and shouldn't change. Editable inputs are placeholders Carlos fills before submitting to Meta. Internal use only
Meta verifies these against your business registration documents. They must match exactly — even punctuation. The "Display Name" must align with the legal name (Meta enforces a similarity rule).
| Legal Business Name | |
|---|---|
| Display Name (WABA-facing) | |
| Doing Business As (DBA) | |
| Business Type | |
| Country of Registration | |
| Business Registration Number | |
| Business Category | |
| Year Founded |
Meta uses these for follow-up correspondence and the public-facing WhatsApp Business profile.
| Business Address (line 1) | |
|---|---|
| Business Address (line 2) | |
| City | |
| State / Region | |
| Postal Code | |
| Country | |
| Business Email | |
| Business Phone (Twilio purchased) | |
| Business Website |
This is what users see when they open a chat with us. Meta reviews it for guideline compliance.
| Profile Display Name | |
|---|---|
| About (148 char max) | |
| Profile Photo | |
| Business Description (longer) | |
| Industry | |
| Business Hours (America/Santiago) |
Upload one of these as proof of business legitimacy. Meta reviews within 1–7 business days.
Tick each item before submitting to Meta. Skipping any of these is the #1 cause of rejection.
Once Meta approves, wire the production credentials into NWM. Then run the flush.
WA_PHONE_ID (the new verified phone number ID)WA_META_TOKEN (system user permanent token)WA_META_APP_SECRET (app secret)netwebmedia/netwebmedia repo settings.git commit --allow-empty -m "deploy: WABA verification complete" && git push origin maincurl -X GET 'https://netwebmedia.com/crm-vanilla/api/?r=wa_flush&action=count' -H 'X-Auth-Token: <your-admin-token>'POST /crm-vanilla/api/?r=wa_flush&action=send with body {"dry_run": true}dry_run and run the live flush. Confirmed subscribers graduate from pending_double_opt_in to confirmed automatically.Submit these three under "Message Templates" → "Create Template". Category for all three: Utility (not Marketing — utility templates have looser approval rules).
weekly_aeo_insightniche_specific_auditcampaign_followupWorksheet generated 2026-05-01 — companion to _deploy/social-channel-activation.md §3. The flush handler at /crm-vanilla/api/?r=wa_flush is live as of this deploy and works in dry-run mode immediately. Live sends require the post-approval wiring in §6.