{{ t('connect_waba') }}
{{ t('whatsapp_business_account') }}
{{-- Step - 1 : WhatsApp Integration Setup --}} @if ($step == 1)

{{ t('wp_integration_step1') }}

@if (!$admin_webhook_connected) Step 1 of 2 @endif
{{ t('wp_business_id') }}
{{ t('wp_access_token') }}
{{ t('config') }}
@endif {{-- Step - 2 : Webhook Setup (only if admin webhook not connected) --}} @if ($step == 2)

{{ t('wp_integration_step2') }}

Step 2 of 2

{{ t('webhook_setup_required') }}

{{ t('webhook_setup_description') }}

{{ t('webhook_fb_app_id') }}
{{ t('webhook_fb_app_secret') }}

{{ t('webhook_requirements') }}

  • • {{ t('webhook_requirement_1') }}
  • • {{ t('webhook_requirement_2') }}
  • • {{ t('webhook_requirement_3') }}
{{ t('connect_webhook') }}
@endif

@if ($step == 1) {{ t('connection_requirements') }} @else {{ t('webhook_setup_guide') }} @endif

@if ($step == 1)

{{ t('connection_information') }}

  • 1

    {{ t('valid_mobile_number') }}

    {{ t('phone_number_register_meta') }}

  • 2

    {{ t('facebook_developer_account') }}

    {{ t('register_facebook_account') }}

  • 3

    {{ t('whatsapp_business_profile') }}

    {{ t('add_phone_number_to_verify') }}

  • 4

    {{ t('system_user_access_token') }}

    {{ t('create_system_user') }}

  • 5

    {{ t('verify_your_setup') }}

    {{ t('whatsapp_cloud_api_desc') }}

{{ t('need_help') }}

{{ t('for_detailed_instructions') }} {{ t('cloud_api_documentation') }}

@else {{-- Webhook setup guide --}}

{{ t('webhook_setup_information') }}

  • 1

    {{ t('create_facebook_app') }}

    {{ t('create_app_in_facebook_developers') }}

  • 2

    {{ t('get_app_credentials') }}

    {{ t('copy_app_id_and_secret') }}

  • 3

    {{ t('configure_webhook_url') }}

    {{ t('webhook_url_will_be') }}: {{ route('whatsapp.webhook') }}

  • 4

    {{ t('webhook_verification') }}

    {{ t('webhook_will_be_verified_automatically') }}

{{ t('webhook_configuration') }}

{{ t('webhook_url') }}: {{ route('whatsapp.webhook') }}

{{ t('subscription_fields') }}: messages, message_template_status_update

{{ t('webhook_help') }}

{{ t('webhook_setup_help_text') }} {{ t('webhook_documentation') }}

@endif @if (isset($is_whatsmark_connected) && !$is_whatsmark_connected && $step == 1)

{{ t('connection_status') }}

{{ t('business_api_not_connected') }}

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

{{ t('scan_connect_whatsapp') }}

WhatsApp QR Code

{{ t('scan_qr_code') }}

@endif