@extends('dash.layouts.app') @section('title', 'API DOCS') @section('content')
FAQ Image

Webhook

Make Webhook Like AutoResponder
Webhooks are configured to send push notifications to a specified URL whenever incoming message activity occurs.

{!! $webhook !!}
@include('api.sendtext')
@include('api.sendmedia')
@include('api.sendbutton')
@include('api.sendlistbutton')
@endsection @push('css') @endpush @push('js') @endpush