Skip to content

Commit

Permalink
chore: sample json in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
direshp committed Jul 31, 2024
1 parent 2a93c20 commit 7935352
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions data/production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[
{
"id": "ribbon1",
"text": "Banner Text here",
"type": "info",
"theme": {
"bg": "#3C74F3",
"color": "#ffffff"
},
"cta": {
"text": "Register Now",
"url": "https://us06web.zoom.us/webinar/register/1417146405066/WN_8VfcIfbUScquUbHo-4QnQg",
"openInNewTab": true
},
"cas": ["haptik", "singapore", "jio", "devdiresh"],
"platform": "Conversation Studio/Agent Chat/Intelligent Analytics",
"filters": {
"agentChatUserRole": ["Admin"]
},
"expiresOn": {
"year": 2024,
"month": 7,
"date": 26,
"hour": 14,
"minute": 15
},
"startAt": {
"year": 2024,
"month": 7,
"date": 16,
"hour": 15,
"minute": 8
}
}
]

0 comments on commit 7935352

Please sign in to comment.