Update chapter-07-gbot-reference.md
This commit is contained in:
parent
27f423eccb
commit
d8f258138d
1 changed files with 3 additions and 3 deletions
|
@ -80,19 +80,19 @@ Note that this variables are available in every .gbdialog code, automatically.
|
||||||
|
|
||||||
### WhatsApp Procedures
|
### WhatsApp Procedures
|
||||||
|
|
||||||
# Register PIN.
|
#### Register PIN.
|
||||||
|
|
||||||
https://graph.facebook.com/v18.0/999996037087713/
|
https://graph.facebook.com/v18.0/999996037087713/
|
||||||
{"pin" : "999999"}
|
{"pin" : "999999"}
|
||||||
|
|
||||||
# Register Account.
|
##### Register Account.
|
||||||
|
|
||||||
https://graph.facebook.com/v18.0/999997245497156/register
|
https://graph.facebook.com/v18.0/999997245497156/register
|
||||||
{
|
{
|
||||||
"messaging_product": "whatsapp", "pin":999999
|
"messaging_product": "whatsapp", "pin":999999
|
||||||
}
|
}
|
||||||
|
|
||||||
# Define message in profile.
|
##### Define message in profile.
|
||||||
|
|
||||||
https://graph.facebook.com/v18.0/99999792462862/whatsapp_business_profile
|
https://graph.facebook.com/v18.0/99999792462862/whatsapp_business_profile
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue