* description changed

* description changed

---------

Co-authored-by: barathan-1015 <barathan@zohocorp.com>
This commit is contained in:
zm 2024-05-15 10:39:31 +05:30 коммит произвёл GitHub
Родитель 25e4882b14
Коммит 0b12b90b46
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 14 добавлений и 7 удалений

Просмотреть файл

@ -18,7 +18,14 @@
"automated email",
"zoho zeptomail",
"zeptomail",
"mail"
"mail",
"mailagents",
"mailagent",
"mailagentkey",
"mailstatistics",
"processed email",
"mail logs",
"mail statistics"
]
},
"host": "zeptomail.zoho.com",
@ -91,7 +98,7 @@
}
},
"summary": "Get all Mail Agent",
"description": "List all the Mail Agents in your ZeptoMail account.",
"description": "This endpoint fetches details of all the Mail Agents in the account. It returns data including Mail Agent name, Mail Agent key, Created time, Status. \\n\\nData Fields Explained:\\n- mailagent_name: Name of the Mail Agent.\\n- mailagent_key: Mail Agent Key.\\n- mailagent_alias: Mail Agent Alias.\\n- created_time: Time at which the Mail Agent was created.\\n- status: Status of the Mail Agent.\\n\\nExample 1: To retrieve details of all Mail Agents in the ZeptoMail account. Sample prompt 1: Get me details of all the Mail Agents in the account.",
"operationId": "GetMailAgent",
"parameters": [],
"x-ms-openai-data": {
@ -299,7 +306,7 @@
},
"summary": "Get processed email details",
"operationId": "Get_Processed_Emails",
"description": "This action fetches the processed email details for mentioned search criteria.",
"description": "This endpoint fetches detailed information about emails processed by Mail Agent identified by its unique ID. It returns data including the Subject, From Address, Sent time and Request ID for emails sent for the time range. The mailagent_key parameter should match the Mail Agent key of the Mail Agent as listed in our system.",
"parameters": [
{
"name": "mailagent_key",
@ -1127,7 +1134,7 @@
}
},
"summary": "Processed emails analytics",
"description": "This action displays the delivery status analytics of the processed emails.",
"description": "This endpoint fetches emails analytics for emails sent by Mail Agent identified by its Mail Agent name. It returns data including total count of Hardbounce, Softbounce and Sent statistics over a period of time and each day . The mailagent parameter should match the Mail Agent name as listed in our system.",
"operationId": "Processed_Mail_Stats",
"parameters": [
{

Просмотреть файл

@ -27,15 +27,15 @@ Send emails using pre-built templates available in your ZeptoMail account.
### Get all Mail Agent
List all the Mail Agents in your ZeptoMail account.
This endpoint fetches details of all the Mail Agents in the account. It returns data including Mail Agent name, Mail Agent key, Created time, Status. \n\nData Fields Explained:\n- mailagent_name: Name of the Mail Agent.\n- mailagent_key: Mail Agent Key.\n- mailagent_alias: Mail Agent Alias.\n- created_time: Time at which the Mail Agent was created.\n- status: Status of the Mail Agent.\n\nExample 1: To retrieve details of all Mail Agents in the ZeptoMail account. Sample prompt 1: Get me details of all the Mail Agents in the account.
### Get processed email details
This action fetches the processed email details for mentioned search criteria.
This endpoint fetches detailed information about emails processed by Mail Agent identified by its Mail Agent key. It returns data including the Subject, From Address, Sent time and Request ID for emails sent for the time range. The mailagent_key parameter should match the Mail Agent key of the Mail Agent as listed in our system.
### Processed emails analytics
This action displays the delivery status analytics of the processed emails.
This endpoint fetches emails analytics for emails sent by Mail Agent identified by its Mail Agent name. It returns data including total count of Hardbounce, Softbounce and Sent statistics over a period of time and each day . The mailagent parameter should match the Mail Agent name as listed in our system.
### Known Issues and Limitations