Invited Reviewer is Auto-Declined Notification
The Invited Reviewer is Auto-Declined Notification is triggered when a reviewer invitation automatically expires in the ScholarOne Manuscripts system. This event occurs when a reviewer does not respond to a review invitation within the number of days configured in the task settings, and the system automatically declines the invitation on their behalf.
Each notification delivers a message payload that includes:
- Common metadata about the submission
- Reviewer identification information
- Invitation tracking details
- System identifiers to support integration traceability
Invited Reviewer is Auto-Declined Payload Elements
Element/Example | Type | Description |
|---|---|---|
externalSubmissionId
| String | Identifier assigned to the manuscript by an external system (e.g., via ingestion). This is typically used to correlate the submission with external platforms. |
documentId
| Integer | Internal numeric identifier for the manuscript within ScholarOne Manuscripts. |
personId
| Integer | Internal numeric identifier for the invited reviewer within ScholarOne Manuscripts. |
systemEventName
| String | System-level (Task) event name that triggered the notification. |
trackingNumber
| String | Journal-level identifier used to help locate submission stubs more easily, as these stubs do not have a Submission ID until they are officially submitted. The Tracking ID can be either a free-form value or follow a predefined format; however, it is not unique. |
reviewerEmail | String | Email address of the invited reviewer who did not respond within the configured time-frame. |
transferSubId
| String | A unique identifier assigned to each submission, enabling tracking even when the submission is transferred across ScholarOne sites. |
Invited Reviewer is Auto-Declined Payload Sample
{
"systemEventName": "INVITED_REVIEWER_AUTO_DECLINED",
"documentId": "50031719",
"externalSubmissionId": "Unable to Display Letter Tag (##DOCUMENT_ID_EXTERNAL##)",
"trackingNumber": "EX1000",
"personId": "107549321",
"reviewerEmail": "[email protected]",
"transferSubId": "ac6828d7-b1c3-4561-9933-9d37680226f21",
"notificationServiceVersion": "V3",
"siteName": "salesdemoplus",
"journalName": "Sales Demo Plus",
"subscriptionId": "1706720",
"subscriptionName": "",
"subscriptionType": "SYSTEM_EVENT",
"eventDate": "2025-10-28T09:49:06Z",
"messageUUID": "a1b2c3d4-e5f6-4a5b-9c8d-7e6f5a4b3c2d"
}Updated 16 days ago
