Document WhatsApp Forms usage in Glific#513
Conversation
Added comprehensive documentation for creating and using WhatsApp Forms in Glific, including steps, FAQs, and SQL snippets for data handling.
|
Warning Rate limit exceeded@mahajantejas has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 18 minutes and 45 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
WalkthroughAdds a new documentation page describing WhatsApp Forms in Glific: feature overview, creation and publishing workflow, HSM/template usage, sending and result handling, BigQuery integration with sample SQL, flow integration, lifecycle states, multilingual considerations, and FAQs. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related issues
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🚀 Deployed on https://deploy-preview-513--glific-docs.netlify.app |
There was a problem hiding this comment.
Actionable comments posted: 8
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/4. Product Features/WhatsApp Forms.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/4. Product Features/WhatsApp Forms.md
[uncategorized] ~124-~124: “Google” is a proper noun and needs to be capitalized.
Context: ...elp you extract the form responses to a google sheet, refer the next section <iframe ...
(A_GOOGLE)
[style] ~181-~181: Consider a more concise word here.
Context: ...h the form, the form has to published in order to be used in HSMs. 2. Once the form is pu...
(IN_ORDER_TO_PREMIUM)
[style] ~186-~186: Consider using “remains”.
Context: ..., even after it is deactivated, the HSM continues to remain valid for the users to fill. 7. Once a ...
(CONTINUE_TO_REMAIN)
[grammar] ~191-~191: Use a hyphen to join words.
Context: ...he forms have to be attached to language specific HSM. Follow this documentation ...
(QB_NEW_EN_HYPHEN)
[grammar] ~210-~210: Use a hyphen to join words.
Context: ...d it can be used to create WhatsApp form linked HSM message and it can be sent to...
(QB_NEW_EN_HYPHEN)
[style] ~214-~214: Consider using “remain”.
Context: ...which have the form linked already will continue to remain operational. 5. Why are there numbers ...
(CONTINUE_TO_REMAIN)
[grammar] ~222-~222: Use a hyphen to join words.
Context: ...word or clicking on the whatsapp keyword encoded link and starting the conversati...
(QB_NEW_EN_HYPHEN)
🪛 markdownlint-cli2 (0.18.1)
docs/4. Product Features/WhatsApp Forms.md
121-121: Hard tabs
Column: 30
(MD010, no-hard-tabs)
135-135: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
226-226: Bare URL used
(MD034, no-bare-urls)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Actionable comments posted: 4
♻️ Duplicate comments (2)
docs/4. Product Features/WhatsApp Forms.md (2)
176-176: Update instructions to reflect the corrected SQL.Line 176 should be updated to match the corrected SQL syntax where
form_nameis now a quoted string literal.-1. Change the form name in the line `wf.name = form_name` +1. Replace `'your-form-name'` with the actual name of your form in the WHERE clause
152-152: Fix SQL syntax error: quote the form_name value.Line 152 uses an unquoted identifier
form_namein the WHERE clause, which will fail at runtime. The value must be quoted as a string literal or replaced with the actual form name.- WHERE - wf.name = form_name + WHERE + wf.name = 'your-form-name' -- Replace with your actual form name
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/4. Product Features/WhatsApp Forms.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/4. Product Features/WhatsApp Forms.md
[style] ~213-~213: Consider using “remain”.
Context: ...which have the form linked already will continue to remain operational. 5. Why are there numbers ...
(CONTINUE_TO_REMAIN)
[grammar] ~221-~221: Use a hyphen to join words.
Context: ...word or clicking on the whatsapp keyword encoded link and starting the conversati...
(QB_NEW_EN_HYPHEN)
🪛 markdownlint-cli2 (0.18.1)
docs/4. Product Features/WhatsApp Forms.md
121-121: Hard tabs
Column: 30
(MD010, no-hard-tabs)
135-135: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Updated SQL query in WhatsApp Forms documentation to use a specific form name.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Added comprehensive documentation for creating and using WhatsApp Forms in Glific, including steps, FAQs, and SQL snippets for data handling.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.