Messages

Messages

Two-way SMS conversations with your contacts.

Start a conversation
@if (config('twilio.fake'))
Twilio fake mode — outbound messages are recorded but not sent. Set TWILIO_SID/TOKEN/NUMBER in .env to enable real delivery.
@endif @if ($conversations->isEmpty())

No conversations yet

Open a contact to send the first message.

Browse contacts
@else
{{ $conversations->links() }}
@endif