Add unsubscribe feature for broadcast
For example, if some of my contacts want to stop receiving our broadcast, they can easily opt out of my database.
For example, if some of my contacts want to stop receiving our broadcast, they can easily opt out of my database.
Ability to send whatsapp audio messages through chatbot
For example: I uploaded a non buyer list, but after 1 broadcast 10% of them buys. I wanna exclude the previously buying contacts from the next broadcast.
English: Hi, if you can add the feature of auto-sending text to abandoned carts after some time, then it will be much helpful. Indonesian: Hai, jika Anda dapat menambahkan fitur pengiriman teks otomatis ke gerobak yang ditinggalkan setelah beberapa waktu, maka itu akan sangat membantu.
Pasti banyak yang terbantu. Contoh: $response = Woowa::make($licenseKey)->sendMessage('628123123123', 'halo'); dd($response); // 'success' $response = Woowa::make($licenseKey)->sendMessage('628123123123', 'halo')->async(); dd($response); // '12093019909' $response = Woowa::make($licenseKey)->getMessageStatus('12093019909'); dd($response); // 'success' $response = Woowa::make($licenseKey)->checkNumber('628123123123); dd($response); // 'not_exists' dst…
Supaya kita bisa memvalidasi webhook yang datang, sebaiknya dibuatkan signature pada header dengan menggunakan hash dari api key / license key
I purchased a Yearly license but my order showing on hold why. and license keys not showing in the admin area
it will be nice to be able to have option to rename the buttons on reminder order (default, template 1,2,3)
It is a hustle to go to the abandoned carts page and send them one by one and check which has been sent and which has not been sent. It would be amazing to make the messages sent automatically after the cart is abandoned based on your setting on CartBounty. I dont think it is […]
To be able to create automation in the chatbot linked to woocommerce. For example if the customer types "invoice" in the chat you can link to it according to their data and resend the same by verifying id order, username and password.