Content Basics: Character Limits and Counter

Great message content is the fastest way to improve flow completion and data quality. When your messages are short, clear, and predictable, contacts respond faster—and your flows collect cleaner results. In this guide, you’ll learn the essentials for keeping messages within channel limits, improving completion rates with the right framing, setting clear response expectations, using response rules to collect structured data, and writing content that matches your audience and language style.

Write messages that get replies (fast path)

If you just need the essentials, follow this:

  1. Keep messages within channel limits using the character counter
  2. Set expectations in the first message (time / number of questions)
  3. Be explicit about the response format (examples + options)
  4. Use response rules + handle the Other path
  5. Loop “Other” back to the question to recover mistakes
  6. Adapt tone and wording to your audience

You’re done. If your messages are short, your expected formats are clear, and “Other” responses are handled, your flows will collect cleaner data.

Step-by-Step Process

1
Keep messages within channel limits

RapidPro.app supports long text in a Send Message action, but real channels often have their own limits.

  1. Write your message in a Send Message action.
  2. Check the character counter below the message field (if available in your UI).
  3. If you are sending SMS, remember that long messages may be split into multiple SMS segments depending on the channel.

[CAPTURE: Send Message node showing the message input and a character counter beneath it.]

⚙️
Technical Detail: Even if the platform allows long text, SMS often uses segmentation (for example, ~160 characters per segment in common GSM contexts). Other channels (WhatsApp, social apps) can have different behaviors and limits.

💡
Tip: If a message feels long, split it into two short messages—or reduce it to one question at a time.

2
Set expectations early to increase completion rates

Contacts are more likely to finish a flow when they understand what it is and how long it will take.

  1. In your first message, clearly explain:
    • What the service is for
    • What the contact should do next
  2. If possible, include the approximate time or number of questions, for example:
    • “This will take about 2 minutes.”
    • “You’ll answer 5 quick questions.”

[CAPTURE: First message in a flow showing a short introduction plus an estimated duration.]

💡
Tip: Educating your audience outside the flow (training sessions, posters, radio, demos) reduces how much you must explain inside each message.

3
Follow basic messaging standards (STOP / HELP)

Depending on your channel and country regulations, you may need opt-out and help keywords in your messaging.

  1. Include opt-out language early (often in the first message), such as:
    • “Reply STOP to unsubscribe.”
  2. Include assistance language such as:
    • “Reply HELP for assistance.”

[CAPTURE: A first message that includes STOP and HELP instructions at the end.]

⚠️
Warning: Requirements vary by country and channel provider. Always align your messaging with local regulations and your provider’s compliance guidelines.

4
Make the conversation feel clearly two-way

Your contact should immediately understand they can reply and the system will respond.

  1. Use questions that require a reply.
  2. Where relevant, start flows using keyword triggers so the contact clearly initiates the conversation (example: they text “START”).
  3. Keep prompts short so it feels like a real chat.

[CAPTURE: A flow entry message that instructs contacts to reply with a keyword to start.]

💡
Tip: Two-way messaging reduces confusion and decreases “uncategorized” replies.

5
Be clear about the response format you expect

Clarity reduces messy data.

  1. Ask one question per message whenever possible.
  2. Provide examples of valid answers, especially for structured data like dates:
    • “Enter your appointment date (DD/MM/YYYY). Example: 31/12/2025.”
  3. If you need multiple-choice input, list the options clearly:
    • “Reply 1 for Yes, 2 for No.”

[CAPTURE: A question message showing clear expected responses and an example format.]

💡
Tip: If you expect a date, always tell users the format. Don’t assume everyone uses the same convention.

6
Use response rules to improve data quality

Response rules help you accept only valid answers and categorize everything else safely.

  1. In your Wait for Response node, configure a response rule such as:
    • Multiple choice (specific allowed words)
    • Numeric range
    • Anything else supported in your editor
  2. Save the response into a clear result name (example: Water Source).
  3. Use an Other path to catch unexpected responses.

[CAPTURE: Wait for Response node configured with multiple-choice rules and a result name.]

⚙️
Technical Detail: An “all of the words” rule typically means responses must match the allowed set exactly; anything else is routed to Other for handling.

⚠️
Warning: If you don’t handle “Other” responses, contacts may get stuck or the flow may continue with poor data.

7
Redirect errant responses (without breaking the flow)

Even with clear messages, some contacts will reply with the wrong format.

  1. Create a connection from the Other exit to a message that restates the expected format, for example:
    • “Sorry, I didn’t understand. Please reply with: Well, Tap, Stream, or Water Point.”
  2. Connect that clarification message back to the original question node.

[CAPTURE: Flow editor showing an “Other” path that goes to a clarification message and loops back to the main question.]

💡
Tip: Keep the clarification message polite and short. Avoid blaming the user—just restate the options.

8
Adapt language to your audience

Good content is not only “correct”—it must feel natural to your users.

  1. Choose words that fit your audience:
    • Youth vs adults
    • Technical vs simple vocabulary
  2. Use local terminology and common abbreviations (when appropriate).
  3. Ensure the tone is respectful and culturally appropriate.

[CAPTURE: Two versions of the same question: one formal and one using localized language.]

💡
Tip: If you operate in multiple languages, translate messages carefully and test with native speakers. Small wording differences can change response rates significantly.

Common Issues & Quick Fixes

Problem: Contacts stop replying midway through the flow.

Fix: Add a short expectation in the first message (“This takes 2 minutes” / “5 questions”). Reduce message length and complexity. Avoid sending multiple questions at once. Add a friendly reminder when someone replies incorrectly using the “Other” path.

Problem: Responses are messy or hard to analyze.

Fix: Use response rules in Wait for Response nodes. Provide multiple-choice options in the message itself. Add an Other loop to restate the expected format. Use consistent result names (e.g., water_source, age, village) across flows.

Problem: Contacts misunderstand date inputs.

Fix: Always provide the exact expected format (e.g., DD/MM/YYYY) and one example date. Keep the format consistent across all flows.

Problem: Messages exceed channel limits or get split unexpectedly.

Fix: Shorten messages and split long text into separate messages. Keep explanations mainly in the first message, then keep the rest short. Use variables to personalize without adding long text.

⚠️
Warning: Some carriers may flag large-scale broadcasts with highly repetitive content. Consider varying content slightly (for example using @contact.first_name) when broadcasting.

Problem: The flow feels “robotic” or not appropriate for the audience.

Fix: Use simpler words and local expressions where appropriate. Match tone to the audience (youth-friendly vs formal). Add a quick “HELP” instruction for guidance. Test messages with a small pilot group and revise based on feedback.