From b826f97c6aca573cf49b2175bf51904228a4c2b3 Mon Sep 17 00:00:00 2001 From: Jorge Ramos Date: Mon, 14 May 2018 01:46:15 -0300 Subject: [PATCH] Parameter whatsappServiceWebhookUrl added. --- VERSION.md | 1 + src/IGBInstance.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/VERSION.md b/VERSION.md index 97bbe68..bd37b93 100644 --- a/VERSION.md +++ b/VERSION.md @@ -3,6 +3,7 @@ ## Version 0.0.20 - NEW: Whatsapp directline client is now working in preview. +- NEW: Parameter whatsappServiceWebhookUrl added. ## Version 0.0.19 diff --git a/src/IGBInstance.ts b/src/IGBInstance.ts index d81eb92..2b9fa27 100644 --- a/src/IGBInstance.ts +++ b/src/IGBInstance.ts @@ -49,6 +49,7 @@ export interface IGBInstance { whatsappBotKey: string; whatsappServiceNumber: string; whatsappServiceUrl: string; + whatsappServiceWebhookUrl: string; theme: string; ui: string; kb: string;