-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add what's App / callmebot documentation for luc-github/ESP3D#888
- Loading branch information
1 parent
888d280
commit 4d1b495
Showing
4 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
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
34 changes: 34 additions & 0 deletions
34
src/docs/ESP3D/Version_3.X/documentation/notifications/whatsapp.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
archetype : "section" | ||
title : " What's App Notification" | ||
weight : 6 | ||
--- | ||
[What's App](https://www.whatsapp.com/) is free service | ||
|
||
Considering you have line account and you already installed line on you phone/PC: | ||
To use automatic notifications you need to use a bot called [callmebot](https://www.callmebot.com/blog/free-api-whatsapp-messages/), no worry no registration needed, just get some API Key. | ||
|
||
|
||
1 - Add the phone number `+34 644 95 42 75` into your Phone Contacts. (Name it it as you wish, I personally named it callmebot) | ||
|
||
2 - Using your What's App, send this message `I allow callmebot to send me messages` to the new Contact created. | ||
|
||
3 - Wait until you receive the message `API Activated for your phone number. Your APIKEY is 123123` from the bot. | ||
|
||
!!! info "Note" | ||
If you don't receive the ApiKey in 2 minutes, please try again after 24hs. | ||
|
||
4 - Once API key is created you need to copy it | ||
|
||
|
||
5 - Save the your phone number including country code as token 1 and the generated api key as token 2 in ESP3D, and set WhatsAPP as notification supplier | ||
`[ESP610]type=WhatsApp T1=336XXXXXXXXX T2=XXXXXXXX` | ||
|
||
!!! info "Note" | ||
Do not put the internationnal prefix on the phone number, just prefix with your country code. | ||
|
||
6 - type `[ESP610]` to verify (T1/T2 won't be displayed) | ||
|
||
7 - Try to send message: | ||
`[ESP600]Hi there, test from ESP3D` | ||
|
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
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