Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 392 Bytes

telerivet.md

File metadata and controls

22 lines (15 loc) · 392 Bytes

Telerivet

Sending outgoing message

$data = [
    'service'   => 'telerivet',
    'channel'   => 'sms2way',
    'to'        => '+959XXXXX',
    'message'   => 'Testing',
    'model'     => $yourModel,
];

CarroMessenger::sendMessage($data);

Handling incoming messages

Telerivet doesn't support programable webhooks

You need to add in telerivet's dashborad manually.