Update chapter-07-gbot-reference.md
This commit is contained in:
parent
8ed04f1513
commit
27f423eccb
1 changed files with 23 additions and 0 deletions
|
@ -76,6 +76,29 @@ Note that this variables are available in every .gbdialog code, automatically.
|
||||||
### Move to production (Azure)
|
### Move to production (Azure)
|
||||||
|
|
||||||
* Update bot endpoint;
|
* Update bot endpoint;
|
||||||
|
*
|
||||||
|
|
||||||
|
### WhatsApp Procedures
|
||||||
|
|
||||||
|
# Register PIN.
|
||||||
|
|
||||||
|
https://graph.facebook.com/v18.0/999996037087713/
|
||||||
|
{"pin" : "999999"}
|
||||||
|
|
||||||
|
# Register Account.
|
||||||
|
|
||||||
|
https://graph.facebook.com/v18.0/999997245497156/register
|
||||||
|
{
|
||||||
|
"messaging_product": "whatsapp", "pin":999999
|
||||||
|
}
|
||||||
|
|
||||||
|
# Define message in profile.
|
||||||
|
|
||||||
|
https://graph.facebook.com/v18.0/99999792462862/whatsapp_business_profile
|
||||||
|
{
|
||||||
|
"messaging_product": "whatsapp",
|
||||||
|
"about": "Online"
|
||||||
|
}
|
||||||
|
|
||||||
## Bot Analytics
|
## Bot Analytics
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue