und3fined-it/krayin-twilio

There is no license information available for the latest version (1.0.2) of this package.

This package implements Twilio into Krayin

1.0.2 2022-05-03 17:10 UTC

This package is auto-updated.

Last update: 2024-04-30 00:33:47 UTC


README

This package enable the user to use Twilio services.

Actually it supports only SMS.

What do you need before?

  1. Krayin CRM (actually this package is tested on 1.x.x and Laravel 8+)
  2. Twilio

How to install it?

This package is hosted on Composer, so you only need to require it.

  1. composer require und3fined-it/krayin-twilio

Setup

  1. Go into your backoffice
  2. Go into Twilio settings
  3. Fill up the form and save it.
  4. Give it a try!

How to implement it with other packages?

  1. Message composing
    You can generate a direct sms compose link passing the "to" parameter.
    route("admin.twilio.sms.create", ["to" => "XXXXXXXXX"])