Connectly Documentation
  • 👋Welcome to Connectly.ai
  • 🚀Quick Start
    • Prerequisites
    • Authentication
    • Send WhatsApp template message
    • Send WhatsApp session message
  • 📣Campaigns
    • Campaign Sendout
      • Send Campaigns
  • 🤖Sofia AI
    • How to use Sofia AI?
    • Sofia AI API
      • Reference
        • Core Concepts
        • sales_assistant_v2/invoke/v1
  • 📱Message API
    • Message Service API
      • MessageService
        • Send template message
        • Send session message
      • Error codes
    • Webhook API
      • WebhookService
        • Create a webhook registration by event topic
        • Update an existing webhook registration by event topic
        • Get webhook registrations for business
        • Delete a webhook registration for business
      • Webhook Payload
        • Delivery Status Error Codes
        • Payload Media Types
  • 🤖Business Management
    • Business Management API
      • Template Management
        • Create a template
        • Get templates
      • Quality Signals
  • 📱Integrations
    • Integrations
      • WebEngage Integration
      • Message your customers on Zendesk through Connectly
      • Message your customer on Intercom through Connectly
    • [Alpha] Moengage
      • MessageService
        • Send Campaign via API
  • 📊Analytics
    • Analytics
      • [Alpha] Campaign report
      • Reports API
        • Webhooks configuration
  • 👀FAQ
  • Migrating WhatsApp Accounts
  • How to use time delay?
Powered by GitBook
On this page
  1. Business Management
  2. Business Management API

Quality Signals

PreviousGet templatesNextIntegrations

Last updated 2 years ago

Fetch quality signals such as message limit tier and quality score. According to Meta, there are four messaging limit levels:

  • 1K business-initiated conversations with unique customers in a rolling 24-hour period.

  • 10K business-initiated conversations with unique customers in a rolling 24-hour period.

  • 100K business-initiated conversations with unique customers in a rolling 24-hour period.

  • An unlimited number of business-initiated conversations in a rolling 24-hour period.

Notice that message limit tier changes only when there is an update. Therefore yours might appear as unspecified initially.

You can read more about those definitions at .

GET /v1/businesses/{businessId}/get/quality_signals

Path Parameters

Name
Type
Description

businessId

String

{
    // Response
}

A sample response looks like this:

{
    "entity": {
        "signals": [
            {
                "whatsappQualitySignals": {
                    "phoneNumber": "+16501234567",
                    "wabaId": "649852411234567",
                    "messagesLimitTier": "WHATS_APP_MESSAGE_LIMIT_TIER_UNSPECIFIED",
                    "qualityScore": "WHATS_APP_QUALITY_SCORE_HIGH"
                }
            }
        ]
    }
}

🤖
https://developers.facebook.com/docs/whatsapp/messaging-limits