{% extends "layouts/base.html" %} {% block title %}WhatsApp Settings{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

WhatsApp Settings

WhatsApp API Credentials Setup
  1. Go to Meta Developers
  2. Click "My Apps" and create a new app or select existing
  3. Select "Business" as the app type
  4. In App Dashboard:
    • Go to "Settings" > "Basic"
    • Copy the "App ID" and "App Secret"
    • Add "WhatsApp" product to your app
    • Go to "WhatsApp" > "API Setup"
    • Copy the "Phone Number ID" for your registered number
    • Generate "Permanent Access Token" (System User Access Token recommended)
Found in Meta Developers Console > Settings > Basic
Found in Meta Developers Console > Settings > Basic
+
Your registered WhatsApp Business number without the '+' sign
Found in WhatsApp > API Setup > Phone Number ID
Use a System User Access Token for permanent access
Webhook Configuration
Callback URL: {{ base_url }}/webhook
Verify Token: {{ company.whatsapp_verify_token }}
Configure these in WhatsApp > Webhook settings
{% if company.whatsapp_token_updated_at %}
Token Status
Last Updated: {{ company.whatsapp_token_updated_at.strftime('%Y-%m-%d %H:%M:%S') }}
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}