Twilio SMS Integration


Create an account on twilio.com
Get the SID and Auth Token from this link after login. twilio Console

@csrf @if (@$twilio_integration != null) @method('PUT') @endif
field_value != null) action="{{url('office/general_setting/enable_twilio',$enable_twilio )}}" @else action="{{url('office/general_setting/enable_twilio')}}" @endif method="POST" id="form_enable_twilio"> @csrf @if (@$enable_twilio->field_value != null) @method('PUT') @endif

Send Test SMS

Test Credentials with Magic Phone Numbers Click here

@csrf

Twilio Voice Call Integration


{{--

twilio Test Credentials with Magic Phone Numbers Click here

--}}
@csrf @if (@$twilio_voice != null) @method('PUT') @endif
{{-- Enable Twilio Voice --}}
field_value != null) action="{{url('office/general_setting/enable_twilio_voice',$enable_twilio_voice )}}" @else action="{{url('office/general_setting/enable_twilio_voice')}}" @endif method="POST" id="form_enable_twilio_voice"> @csrf @if (@$enable_twilio_voice->field_value != null) @method('PUT') @endif
{{-- Enable Twilio Voice --}} {{--
--}} @csrf
{{-- --}}
Call Handler
{{--

Twilio WhatsApp Integration


Twilio WhatsApp Sandbox

twilio Test Credentials with Magic Phone Numbers Click here

@csrf

Please note that sending messages to end users without an opt-in may result in users blocking your business as well as the suspension of your WhatsApp Business account.

--}}
@section('scripts') @include('crm.office.twilio_js') @if ($enable_twilio_voice) @php $twilio_voice_status = $enable_twilio_voice->field_value; @endphp @else @php $twilio_voice_status = ''; @endphp @endif @endsection