diff --git a/docs/assets/quickstart-ngrok.png b/docs/assets/quickstart-ngrok.png new file mode 100644 index 00000000..1571669f Binary files /dev/null and b/docs/assets/quickstart-ngrok.png differ diff --git a/docs/tutorials/quickstart.md b/docs/tutorials/quickstart.md index 940cbc60..ea7c8ce8 100644 --- a/docs/tutorials/quickstart.md +++ b/docs/tutorials/quickstart.md @@ -69,6 +69,7 @@ The detailed information about the fields are given below: $ ngrok http 8000 ``` 7. Copy the tunnel url from the ngrok shell. +![](../assets/quickstart-ngrok.png) 8. Add this url to register the callback URL for Whatsapp service provider. Your callback url will look like this `/callback`. For this tutorial, we are using the shell script to add the callback URL. Run the script on a new shell session with the appropriate values to register the callback URL.