We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378a3a2 commit fac1288Copy full SHA for fac1288
certified-connectors/Zoho ZeptoMail/apiProperties.json
@@ -47,20 +47,32 @@
47
"tabIndex": 3,
48
"allowedValues": [
49
{
50
- "text": ".com",
+ "text": "zoho.com",
51
"value": ".com"
52
},
53
54
- "text": ".eu",
+ "text": "zoho.eu",
55
"value": ".eu"
56
57
58
- "text": ".in",
+ "text": "zoho.in",
59
"value": ".in"
60
61
62
- "text": "com.au",
+ "text": "zoho.com.au",
63
"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"
76
}
77
]
78
0 commit comments