NOW WITH AI POWERS 

BeepMate is a bot that sends emails to WhatsApp.
You get an email address such as 19291111111@beepmate.io, where all emails received to this mail box will be delivered to your WhatsApp account.

Yes! We send the attachments to your WhatsApp.

No. We do not have an inbox. All received emails to your account are forwarded directly to your WhatsApp and then discarded.

No. All emails are piped in memory to WhatsApp and then discarded. Attachments too.

You can connect as many email accounts that you like. Just execute the script to monitor the email under each account.
* You will need API key to use the script.

Easily! After you get your API key just edit the parameters in the following URL to send yourself a message from anywhere. YOUR_KEY is the key you got from the API command, YOUR_ID is your WhatsApp ID and MESSAGE is whatever you want to send:

https://beepmate.io/send?key=YOUR_KEY&id=YOUR_ID&msg=MESSAGE
Here is an example:
https://beepmate.io/send?key=MyKey&id=19291111111&msg=Hello%20World
Note that if you connected BeepMate to a group, the message will be delivered to the group and not to your personal chat.

To send a file to your WhatsApp you need to use FORM POST. here is an example of curl command to send a file:
curl -k -X POST -F "file=@c:\somefile.pdf" -F "key=MyKey" -F "id=19291111111" "https://beepmate.io/send"
Note that if you connected BeepMate to a group, the file will be delivered to the group and not to your personal chat.

Cancelling your paid subscription downgrade your account to the FREE plan.
The process is done through PayPal, see instructions here.

If you wish to completely delete your account check out this guide.

Send an email to help@beepmate.io, we’ll be glad to help 🙂