Business
A Business represents your top-level Convo account. It is the entity that owns your subscription, holds billing information, and acts as the parent for all your Projects. Key properties of a Business:business_id— A unique identifier assigned to your Business. You use this ID when making requests through the Partner API.- Billing currency — All invoices and credit purchases are settled in the currency configured for your Business.
- Timezone — The Business timezone is used for scheduling broadcasts and reporting.
- Multiple Projects — A single Business can own many Projects, making it straightforward to manage separate WhatsApp numbers for different brands, regions, or use cases under one account.
Project
A Project is the operational unit in Convo. Every Project is linked to exactly one WhatsApp Business phone number and carries its own configuration, quota, and credit balance. Key properties of a Project:Project Status Values
WhatsApp Number Details
Each Project exposes metadata about the WhatsApp Business number it manages:Messaging Tiers
WhatsApp automatically upgrades your tier as you build a positive sending history. Maintaining a high quality rating accelerates this progression.
Finding Your IDs
project_id
You can locate yourproject_id in two ways:
1
From the Dashboard URL
Open the Convo dashboard and navigate to the Project you want to work with. The URL will contain your
project_id:2
From the Settings Page
Inside your Project, go to Settings → General. Your
project_id is displayed in the Project Information section and can be copied directly.business_id
Yourbusiness_id is available in your Account Settings page, accessible from the top-right user menu in the Convo dashboard. It is also returned in the response body when you authenticate via the Partner API.
Sandbox ModeWhen a Project’s
sandbox field is true, the linked WhatsApp number has not yet completed Meta’s verification process. In sandbox mode you can explore the API and test integrations, but outbound messages are restricted to a small set of pre-approved test numbers. Once verification is complete, sandbox switches to false and full messaging capabilities become available.