Invited Reviewer Response Notification
The Invited Reviewer Response Notification is triggered when a reviewer responds to an invitation to review a manuscript in the ScholarOne Manuscripts system.
Each notification delivers a message payload that includes:
- Common metadata about the submission
- Reviewer identification information
- Response tracking details
- System identifiers to support integration traceability
Invited Reviewer Response 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. |
submissionTitle
| String | The full title of the manuscript as provided by the author during submission. |
submissionId
| String | Also referred to as Manuscript ID or Document Number. A unique, case-sensitive identifier assigned to each submitted manuscript in the system. |
documentId
| Integer | Internal numeric identifier for the manuscript within ScholarOne Manuscripts. |
personId
| Integer | Internal numeric identifier for the invited reviewer within ScholarOne Manuscripts. |
performerPersonId
| Integer | Internal numeric identifier for the person who performed the response action. This may differ from personId if someone responds on behalf of the reviewer. |
systemEventName
| String | System-level (Task) event name that triggered the notification. |
reviewerResponseName
| String | Human-readable name of the reviewer's response to the invitation. |
responseType
| String | The type of response provided by the reviewer (e.g., Agreed, Declined, Unavailable). |
Invited Reviewer Response Payload Sample
{
"systemEventName": "INVITED_REVIEWER_RESPONSE",
"documentId": "50031719",
"externalSubmissionId": "Unable to Display Letter Tag (##DOCUMENT_ID_EXTERNAL##)",
"submissionTitle": "Droplet micro-fluids for microbiology:techniques, applications and challenges",
"submissionId": "WRK4-23-Apr-0012",
"personId": "107549321",
"performerPersonId": "112451431",
"reviewerResponseName": "Agreed",
"responseType": "Agreed",
"notificationServiceVersion": "V3",
"siteName": "salesdemoplus",
"journalName": "Sales Demo Plus",
"subscriptionId": "1706719",
"subscriptionName": "",
"subscriptionType": "SYSTEM_EVENT",
"eventDate": "2025-10-21T09:49:06Z",
"messageUUID": "3092a005-326e-471d-a462-385482138458"
}Updated 16 days ago
