@extends('layouts.app') @section('title', 'Add Messenger Integration') @section('content')

Add New Messenger Integration

@csrf
@error('name')

{{ $message }}

@enderror
@error('type')

{{ $message }}

@enderror

Webhook URL: After creating the integration, you'll need to configure your messenger to send updates to the webhook URL displayed on the next page.

Cancel
@endsection