← Back to MessagingDocumentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why Templates?
Meta requires template approval to prevent spam and ensure businesses send only relevant, valuable messages to customers. Templates can be used for notifications, customer support, marketing, and authentication messages.Template Use Cases
- Order confirmations and shipping updates
- Appointment reminders and confirmations
- Payment receipts and billing notifications
- Account alerts and security notifications
- Marketing promotions (with opt-in)
Template Categories
Meta categorizes templates based on their purpose:UTILITY
Transactional messages providing important updates about ongoing transactions or customer accounts. Examples:- Order status updates
- Delivery notifications
- Account changes
- Payment confirmations
MARKETING
Promotional messages including offers, announcements, and product recommendations. Examples:- New product launches
- Seasonal promotions
- Event invitations
- Flash sales
Marketing templates have stricter approval requirements and quality rating impacts.
AUTHENTICATION
One-time passcodes (OTP) for user authentication and verification. Examples:- Login verification codes
- Password reset codes
- Two-factor authentication
Authentication templates have expedited approval and special button types.
Creating Templates
Via Vobiz Console
- Navigate to Templates - Go to Messaging → Templates and click Create Template.
- Basic Information - Enter the template name (lowercase, no spaces, use underscores), category (Utility, Marketing, or Authentication), and language (60+ supported).
- Template Content - Compose your message with optional header (text/image/video/document), required body (max 1,024 characters), optional footer, and up to 3 buttons.
- Add Variables - Use
{{1}},{{2}}, etc. for dynamic content. - Submit for Approval - Review and submit to Meta for approval.
Via API
Template Components
Header (Optional)
Add visual impact with:- Text - Bold heading (60 characters max).
- Image - JPEG or PNG (max 5MB).
- Video - MP4 (max 16MB).
- Document - PDF (max 100MB).
Body (Required)
Main message content:- Up to 1,024 characters.
- Supports variables
{{1}}through{{9}}. - Markdown formatting:
*bold*,_italic_. - Line breaks supported.
Footer (Optional)
Small text at bottom:- Up to 60 characters.
- No variables allowed.
- Often used for disclaimers or opt-out info.
Buttons (Optional)
Up to 3 buttons. Choose from:- Quick Reply - User taps to send predefined text back. Example:
{ type: 'QUICK_REPLY', text: 'Yes, confirm' }. - URL - Opens a website (can include variables). Example:
{ type: 'URL', text: 'View', url: 'https://...' }. - Phone Number - Initiates a phone call. Example:
{ type: 'PHONE_NUMBER', text: 'Call Us', phone: '+1234567890' }. - Copy Code (Authentication only) - One-tap to copy OTP code. Example:
{ type: 'COPY_CODE', example: '123456' }.
Example Template Structure
Approval Process
All templates must be approved by Meta before use. The approval process typically takes a few hours to 24 hours.Approval Timeline
- Submitted - Template sent to Meta for review.
- Pending (1–24 hours) - Meta reviews content for policy compliance.
- Approved - Template ready to use in campaigns and messages.
Common Rejection Reasons
- Spelling/grammar errors - Templates must be professionally written.
- Unclear purpose - Message intent must be obvious.
- Misleading content - No deceptive or false information.
- Poor variable usage - Variables must make sense in context.
- Policy violations - Content violates WhatsApp Business Policy.
- Marketing as utility - Don’t categorize promotional content as utility.
Resubmitting Rejected Templates
If your template is rejected, review the rejection reason, make the necessary corrections, and resubmit. You can edit and resubmit templates any number of times.Using Templates
Send Template via Console
- Open a conversation in the inbox.
- Click the template icon in the message composer.
- Select an approved template from the list.
- Fill in variable values.
- Preview and send.
Send Template via API
Template Best Practices
- Use clear, concise language - Write professionally with proper grammar. Avoid abbreviations, slang, or overly casual language.
- Provide context with variables - Include sample values when submitting to show Meta how variables will be used. Example:
"Your order {{1}}"with sample"Your order #12345". - Choose the right category - Utility for transactional, Marketing for promotional. Miscategorization leads to rejection.
- Add value with every message - Templates should provide clear value: updates, important information, or requested content.
- Include opt-out information - For marketing templates, include clear opt-out instructions in the footer.
- Test before mass sending - Send test messages to verify variables populate correctly before using in campaigns.