Error
A valid request URL is required to generate request examples[
{
"ConnectorId": "<string>",
"Count": "<string>",
"Workspace": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Retrieve the unsent messages count for connectors (the count of all messages in the Send folder).
Retrieve the unsent messages count for connectors (the count of all messages in the Send folder).
POST
/
getMessageCount
Error
A valid request URL is required to generate request examples[
{
"ConnectorId": "<string>",
"Count": "<string>",
"Workspace": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
authtoken_headerbasicauthtoken_query
Body
application/json
When set, the API returns the count of unsent messages for the specified workspace. When left empty, the message count for all connectors in all workspaces is returned.
The Id of the connector for which to get the message count. If not specified, the message count for all connectors is returned.