@extends('layouts.admin') @section('title', 'SMS Settings') @section('page-title', 'SMS Settings') @section('breadcrumbs') Settings chevron_right SMS Settings @endsection @section('content')
Configure SMS gateway settings for sending notifications
Select the SMS provider you want to use
Note: Free trial includes $15.50 credit. Use E.164 format for phone numbers (e.g., +1234567890).
Your Twilio Account SID
Your Twilio Auth Token
Your Twilio phone number (E.164 format)
Note: Free tier includes €2 credit. Sender ID format varies by country - use phone number or alphanumeric name.
Sender ID or phone number
Note: Free tier includes limited messages. Originator can be a phone number (E.164 format) or alphanumeric sender ID.
Use this option if you have your own SMS API endpoint or are using a third-party service not listed above.
POST {API_URL} { "to": "+1234567890", "message": "Your SMS message", "sender_id": "ProInvoice" }
{ "success": true, "message": "SMS sent successfully", "id": "message_id_123" }
Note: Your API must accept POST requests, return JSON responses, and handle phone numbers in E.164 format.
Full URL endpoint for sending SMS
Optional: Default sender name/ID for SMS messages
Enter phone number in E.164 format (e.g., +1234567890)