Skip to content

Commit 7f11c42

Browse files
authored
bounce address removed, template mail changes (#3922)
* bounce address removed, template mail changes * contact email removed and revert the required parameter * revert the apiproperties * attachment added for template mail * revert the template and file changes
1 parent ace0f71 commit 7f11c42

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

certified-connectors/Zoho ZeptoMail/apiDefinition.swagger.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"version": "1.0",
77
"contact": {
88
"name": "Zoho ZeptoMail",
9-
"email": "[email protected]",
10-
"url": "https://www.zoho.com/zeptomail/contact.html?src=pd-menu"
9+
"url": "https://www.zoho.com/zeptomail/contact.html"
1110
},
1211
"x-ms-api-annotation": {
1312
"status": "Production"
@@ -471,7 +470,9 @@
471470
"parameterReference": "body/mailagent_key"
472471
}
473472
}
474-
}
473+
},
474+
"title": "Bounce address",
475+
"x-ms-visibility": "internal"
475476
},
476477
"from": {
477478
"$ref": "#/definitions/FromAddress"
@@ -562,7 +563,6 @@
562563
},
563564
"required": [
564565
"mailagent_key",
565-
"bounce_address",
566566
"from",
567567
"to",
568568
"subject"
@@ -654,7 +654,9 @@
654654
"parameterReference": "body/mailagent_key"
655655
}
656656
}
657-
}
657+
},
658+
"title": "Bounce address",
659+
"x-ms-visibility": "internal"
658660
},
659661
"mail_template_key": {
660662
"type": "string",
@@ -737,7 +739,6 @@
737739
},
738740
"required": [
739741
"mailagent_key",
740-
"bounce_address",
741742
"mail_template_key",
742743
"from"
743744
]
@@ -1269,7 +1270,7 @@
12691270
}
12701271
}
12711272
},
1272-
"SuccessMessage" : {
1273+
"SuccessMessage": {
12731274
"type": "object",
12741275
"properties": {
12751276
"data": {
@@ -1359,6 +1360,6 @@
13591360
"humanName": "Zoho ZeptoMail",
13601361
"modelDescription": "This is the email plugin that allows viewing of transactional email sending analytics. It displays the delivery statistics and email sending details of the processed transactional emails.",
13611362
"contactEmail": "[email protected]",
1362-
"legalUrl": "zoho.com/terms.html?zredirect=f"
1363+
"legalUrl": "zoho.com/terms.html"
13631364
}
13641365
}

certified-connectors/Zoho ZeptoMail/apiProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Zeptomail.metrics.read"
1717
],
1818
"redirectMode": "Global",
19-
"redirectUrl": "https://global.consent.azure-apim.net/redirect",
19+
"redirectUrl": "https://global.consent.azure-apim.net/redirect/zoho-zeptomail",
2020
"customParameters": {
2121
"authorizationUrlTemplate": {
2222
"value": "https://accounts.zoho{CustomHost}/oauth/v2/auth"

0 commit comments

Comments
 (0)