{{ t('connect_waba') }}
{{ t('whatsapp_business_account') }}
{{-- Step - 1 : Facebook Developer Account & Facebook App --}}

{{ t('connect_with_facebook_step1') }}

{{ t('fb_app_id') }}
{{ t('help') }}
@if ($is_webhook_connected == 0)
{{ t('webhook') }}
@else
{{ t('disconnect_account') }}
@endif
{{-- Step - 2 : WhatsApp Integration Setup --}}

{{ t('wp_integration_step2') }}

{{ t('wp_business_id') }}
{{ t('wp_access_token') }}
@if (checkPermission('connect_account.connect')) {{ t('config') }}
@endif

Connection Requirements

You will require the following information to activate your WhatsApp Business Cloud API:

  • 1

    Valid Mobile Number

    A phone number that will be registered on Meta.

  • 2

    Facebook Developer Account

    Register on Facebook for Developers, create a Business App, and add the WhatsApp product.

  • 3

    WhatsApp Business Profile

    Add a phone number, verify it, and enable live mode.

  • 4

    System User & Access Token

    Create a system user, assign permissions, and generate a permanent access token.

  • 5

    Verify Your Setup

    Use our WhatsApp Cloud API debug tool to check if everything is configured correctly.

Need Help?

For detailed instructions, visit the WhatsApp Cloud API Documentation

@if (isset($is_whatsmark_connected) && !$is_whatsmark_connected)

Connection Status

Your WhatsApp Business API is not connected. Complete the steps above to establish a connection.

@endif @if (isset($wm_default_phone_number) && $wm_default_phone_number)

Scan to Connect with WhatsApp

WhatsApp QR Code

Scan this QR code to quickly connect with your WhatsApp Business account

@endif