Skip to content

Commit fac1288

Browse files
authored
other DC supported (#3760)
1 parent 378a3a2 commit fac1288

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

certified-connectors/Zoho ZeptoMail/apiProperties.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,32 @@
4747
"tabIndex": 3,
4848
"allowedValues": [
4949
{
50-
"text": ".com",
50+
"text": "zoho.com",
5151
"value": ".com"
5252
},
5353
{
54-
"text": ".eu",
54+
"text": "zoho.eu",
5555
"value": ".eu"
5656
},
5757
{
58-
"text": ".in",
58+
"text": "zoho.in",
5959
"value": ".in"
6060
},
6161
{
62-
"text": "com.au",
62+
"text": "zoho.com.au",
6363
"value": ".com.au"
64+
},
65+
{
66+
"text": "zoho.jp",
67+
"value": ".jp"
68+
},
69+
{
70+
"text": "zoho.sa",
71+
"value": ".sa"
72+
},
73+
{
74+
"text": "zohocloud.ca",
75+
"value": "cloud.ca"
6476
}
6577
]
6678
},

0 commit comments

Comments
 (0)