This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$INSTANCE_ID = "YOUR_INSTANCE_ID_HERE"; // TODO: Replace it with your gateway instance ID here | |
$CLIENT_ID = "YOUR_CLIENT_ID_HERE"; // TODO: Replace it with your Forever Green client ID here | |
$CLIENT_SECRET = "YOUR_CLIENT_SECRET_HERE"; // TODO: Replace it with your Forever Green client secret here | |
$postData = array( | |
'group_admin' => '12025550108', // TODO: Specify the WhatsApp number of the group creator, including the country code | |
'group_name' => 'Happy Club', // TODO: Specify the name of the group | |
'message' => 'Guys, party tonight?' // TODO: Specify the content of your message | |
); |