We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026d306 commit f3e8f70Copy full SHA for f3e8f70
src/main/java/com/whatsapp/api/domain/templates/response/TemplateStatus.java
@@ -3,7 +3,8 @@
3
import com.fasterxml.jackson.annotation.JsonEnumDefaultValue;
4
5
/**
6
- * Date: 03/01/2024 Time: 17:23
+ * <a
7
+ * href="https://developers.facebook.com/docs/whatsapp/business-management-api/webhooks/components/#value-object">Documentation</a>
8
*
9
* @author sgdesmet
10
*/
@@ -18,6 +19,7 @@ public enum TemplateStatus {
18
19
DISABLED,
20
PAUSED,
21
LIMIT_EXCEEDED,
22
+ REINSTATED,
23
+ FLAGGED,
24
@JsonEnumDefaultValue UNKNOWN
-
25
}
0 commit comments