From ec607034fa9100f7aa1036c6d3660c49806a4c94 Mon Sep 17 00:00:00 2001 From: robinvoogt <82213867+robinvoogt@users.noreply.github.com> Date: Tue, 6 Jul 2021 15:43:12 +0200 Subject: [PATCH] Added Instagram (#14) * Added Facebook Messenger and Google Business Messages channel * Added import for serialized name * Added Instagram Co-authored-by: cm\robin.voogt --- pom.xml | 2 +- .../java/com/cmtelecom/text/sdk/models/Channel.java | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 15d7c3e..48a0df3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.github.cmdotcom text-sdk-java - 1.2-SNAPSHOT + 1.3-SNAPSHOT diff --git a/src/main/java/com/cmtelecom/text/sdk/models/Channel.java b/src/main/java/com/cmtelecom/text/sdk/models/Channel.java index 0158b94..104e2a2 100644 --- a/src/main/java/com/cmtelecom/text/sdk/models/Channel.java +++ b/src/main/java/com/cmtelecom/text/sdk/models/Channel.java @@ -97,5 +97,13 @@ public enum Channel { /// Note that CM needs to configure this for you to work. /// @SerializedName("Google Business Messages") - GoogleBusinessMessages + GoogleBusinessMessages, + + /// + /// Messages will be sent over Instagram. + /// + /// + /// Note that CM needs to configure this for you to work. + /// + Instagram } \ No newline at end of file