Skip to content
Merged
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
18 changes: 10 additions & 8 deletions docs/2. Pre Onboarding/02. Gupshup Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,17 @@ This is something internal and not visible to your end users & also **it cannot
<img width="770" alt="image" src="https://github.com/user-attachments/assets/0b81b393-0016-47e7-9f12-bda6eafcf686" />


26. Configure read receipts in the Gupshup account. Please refer to [Configure read receipts in Gupshup account](https://glific.github.io/docs/docs/FAQ/Configure%20read%20receipts%20in%20Gupshup%20account./) for detailed steps.
26. On the app name click on the `overview arrow` beside the app name(as shown in 1st screenshot), go to Webhooks and Enable all the message events (as shown in the below second screenshot).

27. Upload a display picture so it can be visible to your end users.Please refere [Update my profile picture of BOT](https://glific.github.io/docs/docs/FAQ/Update%20my%20profile%20picture%20of%20BOT/)
<img width="1050" alt="image" src="https://github.com/user-attachments/assets/cb70dbb3-12e8-4ad8-9b9b-e09dee793ab8" />



<img width="692" height="463" alt="image" src="https://github.com/user-attachments/assets/d5dd0207-d48f-42dd-ade6-7593f4f514cf" />

Comment on lines +185 to +192
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Clarify Step 26 wording and spacing.

The sentence is hard to parse ("app name(as...") and repeats phrases. Please rephrase with proper spacing for clarity.

-26.  On the app name click on the `overview arrow` beside the app name(as shown in the below second screenshot), go to Webhooks and Enable all the message events (as shown in the below second screenshot).
+26. Click the overview arrow beside your app name (as shown in the first screenshot), open **Webhooks**, and enable all message events (as shown in the second screenshot below).
📝 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
26. On the app name click on the `overview arrow` beside the app name(as shown in 1st screenshot), go to Webhooks and Enable all the message events (as shown in the below second screenshot).
27. Upload a display picture so it can be visible to your end users.Please refere [Update my profile picture of BOT](https://glific.github.io/docs/docs/FAQ/Update%20my%20profile%20picture%20of%20BOT/)
<img width="1050" alt="image" src="https://github.com/user-attachments/assets/cb70dbb3-12e8-4ad8-9b9b-e09dee793ab8" />
<img width="692" height="463" alt="image" src="https://github.com/user-attachments/assets/d5dd0207-d48f-42dd-ade6-7593f4f514cf" />
26. Click the overview arrow beside your app name (as shown in the first screenshot), open **Webhooks**, and enable all message events (as shown in the second screenshot below).
<img width="1050" alt="image" src="https://github.com/user-attachments/assets/cb70dbb3-12e8-4ad8-9b9b-e09dee793ab8" />
<img width="692" height="463" alt="image" src="https://github.com/user-attachments/assets/d5dd0207-d48f-42dd-ade6-7593f4f514cf" />
🧰 Tools
🪛 LanguageTool

[grammar] ~185-~185: There might be a mistake here.
Context: ...iew arrow` beside the app name(as shown in 1st screenshot), go to Webhooks and Ena...

(QB_NEW_EN)

🤖 Prompt for AI Agents
In docs/2. Pre Onboarding/02. Gupshup Setup.md around lines 185 to 192, Step
26's sentence is cramped and repetitive ("app name(as..." and duplicated "as
shown"); rephrase it into one or two clear sentences with proper spacing and
punctuation, e.g. state that the user should click the overview arrow beside the
app name, navigate to Webhooks, and enable all message events; remove the
duplicate "as shown" and ensure screenshots are referenced once with a short
caption.



27. Please refer to [add display picture ](https://docs.gupshup.io/docs/profile)
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Remove the extra space inside the link text.

markdownlint (MD039) flags the trailing space before the closing bracket.

-27. Please refer to [add display picture ](https://docs.gupshup.io/docs/profile)
+27. Please refer to [add display picture](https://docs.gupshup.io/docs/profile)
📝 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
27. Please refer to [add display picture ](https://docs.gupshup.io/docs/profile)
27. Please refer to [add display picture](https://docs.gupshup.io/docs/profile)
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

195-195: Spaces inside link text

(MD039, no-space-in-links)

🤖 Prompt for AI Agents
In docs/2. Pre Onboarding/02. Gupshup Setup.md around line 195, the markdown
link text contains an extra trailing space before the closing bracket ("add
display picture "); remove that trailing space so the link text reads "add
display picture" to satisfy markdownlint MD039; update the line to use the
corrected link text while keeping the same URL.


28. Then go to the Security Centre page on `Facebook business manager`. You should find the `start verification` button activated. In case it doesn&#39;t get activated instantly, you may give it some time. If it&#39;s taking longer than a few hours, contact us.

Expand All @@ -203,13 +211,7 @@ This is something internal and not visible to your end users & also **it cannot
32. Once done, Facebook will take 3-4 working days to review and you will receive an email once this is done. The button in the Security Centre will also have changed. Please reach out to us in case it&#39;s taking more than a week. We&#39;ll reach out to FB to expedite the process.


### Configure Read Receipts in the Gupshup Account

Please refer to [Configure read receipts in Gupshup account](https://docs.gupshup.io/docs/webhooks-2) for detailed steps.

### Add Display picture

Please refer to [add display picture ](https://docs.gupshup.io/docs/profile)

### FAQ

Expand Down