Skip to content

emizoripx/many-contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHATSAPP CLOUD API PACKAGE v0.2.0

Package for sending Whatsapp messages with the ManyContacts service.

Supports

  • Send whatsapp text messages.

Configure

Before use, you must configure the following parameters

  • In the .env file of the project copy and set the following environment variables
    MANYCONTACTS_API_HOST=
    MANYCONTACTS_API_TOKEN=

Usage

  • To send a message just call the Facade EmizorIpx\ManyContacts\Facades\ManyContacts to method sendTextMessage and specify the required parameters
    
    use EmizorIpx\ManyContacts\Facades\ManyContacts;

    $response = ManyContacts::sendTextMessage($number_phone, $data);

About

Library to integrate the Many Contacts service

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages