Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/8. FAQ/Updating Your WhatsApp Business Profile Info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<h3>
<table>
<tr>
<td><b>3 minutes read</b></td>
<td style={{ paddingLeft: '40px' }}><b>Level: Beginner </b></td>
<td style={{ paddingLeft: '40px' }}><b>Last Updated: July 2026</b></td>
</tr>
</table>
</h3>

# Updating Your WhatsApp Business Profile Info
Comment on lines +1 to +11

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Place the H1 before the metadata block.

The file currently starts with an <h3> metadata block, triggering markdownlint MD041 and potentially weakening document structure.

Proposed fix
+ # Updating Your WhatsApp Business Profile Info
+
  <h3>
   ...
  </h3>
-
- # Updating Your WhatsApp Business Profile Info
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<h3>
<table>
<tr>
<td><b>3 minutes read</b></td>
<td style={{ paddingLeft: '40px' }}><b>Level: Beginner </b></td>
<td style={{ paddingLeft: '40px' }}><b>Last Updated: July 2026</b></td>
</tr>
</table>
</h3>
# Updating Your WhatsApp Business Profile Info
# Updating Your WhatsApp Business Profile Info
<h3>
<table>
<tr>
<td><b>3 minutes read</b></td>
<td style={{ paddingLeft: '40px' }}><b>Level: Beginner </b></td>
<td style={{ paddingLeft: '40px' }}><b>Last Updated: July 2026</b></td>
</tr>
</table>
</h3>
🧰 Tools
🪛 markdownlint-cli2 (0.23.1)

[warning] 1-1: First line in a file should be a top-level heading

(MD041, first-line-heading, first-line-h1)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/8`. FAQ/Updating Your WhatsApp Business Profile Info.md around lines 1 -
11, Move the “Updating Your WhatsApp Business Profile Info” H1 heading before
the metadata <h3> table so it is the document’s first content. Preserve the
existing metadata block and its contents after the heading.

Source: Linters/SAST tools


When a contact taps on your chatbot's name in WhatsApp, they see a business profile - your description, address, email, and website links. This information isn't managed in Glific. It's part of your WhatsApp Business Profile, which you manage through Meta's [WhatsApp Manager](https://business.facebook.com/latest/whatsapp_manager/phone_numbers/) - using the same Meta Business Account connected to your chatbot's WhatsApp number when you [set up Gupshup](https://glific.github.io/docs/docs/Pre%20Onboarding/Gupshup%20Setup/) (the WhatsApp Business API provider Glific uses to send and receive messages).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when you [set up Gupshup](https://glific.github.io/docs/docs/Pre%20Onboarding/Gupshup%20Setup/) (the WhatsApp Business API provider Glific uses to send and receive messages). this is irrelevant na?

Suggesting to remove this - as now it is confusing because there are many terms outside of glific.


## What you can update

- Profile photo
- Business description (the short summary shown at the top of the profile)
- Website URLs (your primary website, plus any additional ones)
- Business email address
- Business address
- Business category
- Contact details (phone number)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== candidate file context =="
cat -n "docs/8. FAQ/Updating Your WhatsApp Business Profile Info.md" | sed -n '1,80p'

echo "== related search for WhatsApp profile / phone number setup docs =="
rg -n "Contact details|phone number|chatbot|organization|Gupshup|Updating Your WhatsApp Business Profile" docs -S || true

echo "== repository files with FAQ path =="
git ls-files | rg "docs/8\. FAQ/Updating Your WhatsApp Business Profile Info.md|docs.*Gupshup|docs.*Pre Onboarding|FAQ|Phone"

Repository: glific/docs

Length of output: 50367


Distinguish between selecting and changing the chatbot number.

In the profile update flow, the chatbot phone number is used to select the profile; contacting details for that business profile are the editable field. Clarify this or otherwise avoid presenting the chatbot number as an item to edit.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/8`. FAQ/Updating Your WhatsApp Business Profile Info.md at line 23,
Update the FAQ’s profile update instructions to distinguish the chatbot phone
number used to select the business profile from the editable contact details
field; remove or reword “Contact details (phone number)” so it does not imply
the chatbot number can be changed.


## Steps to update your business profile

1. Go to [WhatsApp Manager](https://business.facebook.com/latest/whatsapp_manager/phone_numbers/) in Meta Business Manager, and log in with the Meta Business Account linked to your chatbot's WhatsApp number.
2. Under `Phone numbers`, select your chatbot's WhatsApp number, then open its `Profile`.
3. Update whichever fields you need - photo, description, website, email, address, category, or contact details.
4. Save your changes.

Note: These updates go to WhatsApp directly, not through Glific, so there's nothing further to configure in Glific for this to take effect. It can take a little time for the changes to show up consistently across Android, iOS, Web, and Desktop WhatsApp for your contacts. Unlike changing your WhatsApp Business display name, these profile updates don't need Meta's verification, so they take effect as soon as you save.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Resolve the contradictory propagation wording.

“Take effect as soon as you save” conflicts with the preceding statement that updates may take time to appear consistently. Say that no separate verification is required, but propagation can still take time.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/8`. FAQ/Updating Your WhatsApp Business Profile Info.md at line 32,
Update the propagation note in “Updating Your WhatsApp Business Profile Info” to
remove the claim that profile updates take effect immediately; state instead
that Meta verification is not required, while acknowledging that changes may
still take time to appear consistently across WhatsApp clients.

Loading