zhang0524
Member
- Aug 25, 2022
- 49
- 3
- 8
Hello, I have changed the time zone I am in, but it has no effect, and it still shows failure.Add your Timezone in /config/app.php
Hello, I have changed the time zone I am in, but it has no effect, and it still shows failure.Add your Timezone in /config/app.php
After changing the timezone, create schedule again, it it doesn't work then run the below command in terminal:Hello, I have changed the time zone I am in, but it has no effect, and it still shows failure.
Hello, the scheduled task still does not work, this is the scheduled task command I set, please help to see if it is set correctly "/usr/local/bin/php /www/wwwroot/wa.xxxx.com/artisan schedule:run /dev/null 2>&1" is executed every minute.After changing the timezone, create schedule again, it it doesn't work then run the below command in terminal:
php artisan schedule:work
just add yourpath/loginOops!
This is api whatsapp
Sorry, an error has occured, Requested page not found!
I'm getting this message when trying to install the app
I have already uploaded the database, I have already made the settings in the .ev file with the database data, I have already entered the website url and I have also set true to install the app
For instance, I want people to send a barcode picture, then I detect the barcode by scanning the picture received. The question is how do I receive the image?When someone sends an image from WhatsApp, I'm seeing a long text like base64, is it possible to receive the image url or attachment url even through the webhook? If previously solved please share link. I want to enable people to upload pictures from Whatsapp.
How you will scan recieved barcode?For instance,
For instance, I want people to send a barcode picture, then I detect the barcode by scanning the picture received. The question is how do I receive the image?
bookmarked, thank you broGuys this will help you to use your own chatbot using Dialogflow.
Follow the instructions:
1. Upload zip file extract it on your server
2. Install it by following install wizard
3. Create or login to https://dialogflow.cloud.google.com/
4. Create new agent (Please search tutorial for this )
5. Click as shown in image https://prnt.sc/549is6MFCG4Q
6. Download key json file from https://console.cloud.google.com/ (Please search tutorial for this )
7. Open json file and copy paste in Setting server-> Dialogflow JSON file data and SAVE it
8. (Optional) if you want to change language then edit .env and change LANGUAGE=en to your language
9. Go to Dashboard and click on "Active" button to activate Dialogflow response. "Inactivate" to use default autoreply's keywords
Enjoy
*** Hidden text: cannot be quoted. ***
use auto reply and only support for textFor instance,
For instance, I want people to send a barcode picture, then I detect the barcode by scanning the picture received. The question is how do I receive the image?
Hello, the scheduled task still does not work, this is the scheduled task command I set, please help to see if it is set correctly "/usr/local/bin/php /www/wwwroot/wa.xxxx.com/artisan schedule:run /dev/null 2>&1" is executed every minute.Add your Timezone in /config/app.php
you can share with us?i have open source without any license
I was thinking of using third party libraries, say on the webhook I processing it using barcode image recognition Machine Learning models. So I need to receive the image when the user posts itHow you will scan recieved barcode?
I was thinking of using third party libraries, say on the webhook I processing it using barcode image recognition Machine Learning models. So I need to receive the image when the user posts it
does anyone have the same problem. I tried to send from the google form but the type couldn't be sent. I'm using version 4.2.1Some are looking for Google Form Integration.
Here I will share the working script.
Please follow the steps:
1. Create a google form with Name and Whatsapp number as input fields
2. Open Response sheet from the "Responses" tab of form editor
3. After opening a response sheet open Extensions->Apps Script
4. Copy paste below script and edit necessary values according to your server settings and save it.
5. In Apps Script go to "Triggers" tab and click on "Add Trigger"*** Hidden text: cannot be quoted. ***
6. Choose settings as shown in the screenshot
7. Allow permissions*** Hidden text: cannot be quoted. ***
8. Try testing by submitting new response by form.
Enjoy.
If you find any great ideas please share.