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

ERR-1634-08

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

Droplet micro-fluids for microbiology:techniques, applications and challenges

String

The full title of the manuscript as provided by the author during submission.

submissionId

WRK4-25-Jul-0008

String

Also referred to as Manuscript ID or Document Number. A unique, case-sensitive identifier assigned to each submitted manuscript in the system.

documentId

50925175

Integer

Internal numeric identifier for the manuscript within ScholarOne Manuscripts.

personId

36152177

Integer

Internal numeric identifier for the invited reviewer within ScholarOne Manuscripts.

performerPersonId

112451431

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

INVITED_REVIEWER_RESPONSE

String

System-level (Task) event name that triggered the notification.

reviewerResponseName

Agreed

String

Human-readable name of the reviewer's response to the invitation.

responseType

Agreed

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"
}