Parameter whatsappServiceWebhookUrl added.
This commit is contained in:
parent
0297dc277c
commit
b826f97c6a
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
## Version 0.0.20
|
## Version 0.0.20
|
||||||
|
|
||||||
- NEW: Whatsapp directline client is now working in preview.
|
- NEW: Whatsapp directline client is now working in preview.
|
||||||
|
- NEW: Parameter whatsappServiceWebhookUrl added.
|
||||||
|
|
||||||
## Version 0.0.19
|
## Version 0.0.19
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ export interface IGBInstance {
|
||||||
whatsappBotKey: string;
|
whatsappBotKey: string;
|
||||||
whatsappServiceNumber: string;
|
whatsappServiceNumber: string;
|
||||||
whatsappServiceUrl: string;
|
whatsappServiceUrl: string;
|
||||||
|
whatsappServiceWebhookUrl: string;
|
||||||
theme: string;
|
theme: string;
|
||||||
ui: string;
|
ui: string;
|
||||||
kb: string;
|
kb: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue