@extends('layouts.app') @section('title', 'Messenger Integration Details') @section('content')
{{ ucfirst($messenger->type) }} Integration
{{ $messenger->webhook_url }}
Configure your {{ $messenger->type }} to send updates to this URL
To set up the webhook, run this command:
curl -F "url={{ $messenger->webhook_url }}" https://api.telegram.org/bot{{ $messenger->getConfigValue('bot_token') }}/setWebhook