-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds staging json data for testing
- Loading branch information
Showing
1 changed file
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
[ | ||
{ | ||
"id": "ribbon1_staging", | ||
"text": "Join us on 10th May, 12:30 PM & learn how to Supercharge Your Customer Support with Instagram Inbox & AnswerBot. Join us on 10th May, 12:30 PM & learn how to Supercharge Your Customer Support with Instagram Inbox & AnswerBot.", | ||
"type": "info", | ||
"cta": { | ||
"text": "Register Now", | ||
"url": "https://us06web.zoom.us/webinar/register/1417146405066/WN_8VfcIfbUScquUbHo-4QnQg", | ||
"openInNewTab": true | ||
}, | ||
"cas": ["haptik"], | ||
"pages": ["/mogambo"], | ||
"platform": "CS", | ||
"closeLimit": 3, | ||
"expiresOn": { | ||
"year": 2024, | ||
"month": 7, | ||
"date": 26, | ||
"hour": 18, | ||
"minute": 15 | ||
}, | ||
"startAt": { | ||
"year": 2024, | ||
"month": 7, | ||
"date": 16, | ||
"hour": 15, | ||
"minute": 8 | ||
} | ||
}, | ||
{ | ||
"id": "ribbon2_staging", | ||
"text": "Join us on 10th May, 12:30 PM & learn how to Supercharge Your Customer Support with Instagram Inbox & AnswerBot. Join us on 10th May, 12:30 PM & learn how to Supercharge Your Customer Support with Instagram Inbox & AnswerBot.", | ||
"type": "error", | ||
"cta": { | ||
"text": "Register Now", | ||
"url": "https://us06web.zoom.us/webinar/register/1417146405066/WN_8VfcIfbUScquUbHo-4QnQg", | ||
"openInNewTab": true | ||
}, | ||
"closeLimit": 3, | ||
"pages": ["/athena"], | ||
"cas": ["haptik"], | ||
"platform": "SAC", | ||
"filters": { | ||
"agentChatUserRole": ["Admin"] | ||
}, | ||
"expiresOn": { | ||
"year": 2024, | ||
"month": 7, | ||
"date": 26, | ||
"hour": 18 | ||
}, | ||
"startAt": { | ||
"year": 2024, | ||
"month": 7, | ||
"date": 16, | ||
"hour": 15, | ||
"minute": 8 | ||
} | ||
}, | ||
{ | ||
"id": "ribbon3_staging", | ||
"text": "Join us on 10th May, 12:30 PM & learn how to Supercharge Your Customer Support with Instagram Inbox & AnswerBot. Join us on 10th May, 12:30 PM & learn how to Supercharge Your Customer Support with Instagram Inbox & AnswerBot.", | ||
"type": "warning", | ||
"cta": { | ||
"text": "Register Now", | ||
"url": "https://us06web.zoom.us/webinar/register/1417146405066/WN_8VfcIfbUScquUbHo-4QnQg", | ||
"openInNewTab": true | ||
}, | ||
"closeLimit": 3, | ||
"pages": ["/dashboard"], | ||
"cas": ["haptik"], | ||
"platform": "IA", | ||
"expiresOn": { | ||
"year": 2024, | ||
"month": 7, | ||
"date": 26, | ||
"hour": 18 | ||
}, | ||
"startAt": { | ||
"year": 2024, | ||
"month": 7, | ||
"date": 16, | ||
"hour": 15, | ||
"minute": 8 | ||
} | ||
}, | ||
{ | ||
"id": "ribbon4", | ||
"text": "Join us on 10th May, 12:30 PM & learn how to Supercharge Your Customer Support with Instagram Inbox & AnswerBot. Join us on 10th May, 12:30 PM & learn how to Supercharge Your Customer Support with Instagram Inbox & AnswerBot.", | ||
"type": "success", | ||
"cta": { | ||
"text": "Register Now", | ||
"url": "https://us06web.zoom.us/webinar/register/1417146405066/WN_8VfcIfbUScquUbHo-4QnQg", | ||
"openInNewTab": false | ||
}, | ||
"pages": [], | ||
"cas": ["haptik"], | ||
"platform": "", | ||
"expiresOn": { | ||
"year": 2024, | ||
"month": 7, | ||
"date": 26, | ||
"hour": 18 | ||
}, | ||
"startAt": { | ||
"year": 2024, | ||
"month": 7, | ||
"date": 16, | ||
"hour": 15, | ||
"minute": 8 | ||
} | ||
} | ||
] |