Invited Author Notification

The Invited Author Notification is triggered when an author is invited to a manuscript stub in the ScholarOne Manuscripts system. This event indicates that an invitation has been sent to a potential author to complete or contribute to a pre-created manuscript entry and contains key metadata about the manuscript stub.

Each notification delivers a message payload that includes:

  • Common metadata about the manuscript stub
  • Author identification information
  • System identifiers to support integration traceability

Invited Author Notification Payload Elements

Element/Example

Type

Description

submissionTitle

Cultural navigation through the hemispheric situation

String

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

trackingNumber

EX1000

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.

documentId

50925175

Integer

Internal numeric identifier for the manuscript within ScholarOne Manuscripts.

personId

36152177

Integer

Internal numeric identifier for the invited author within ScholarOne Manuscripts.

authorEmail

[email protected]

String

Email address of the invited author.

systemEventName

MANUSCRIPT_STUB_AUTHOR_INVITED

String

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

Invited Author Notification Payload Sample

{
    "systemEventName": "MANUSCRIPT_STUB_AUTHOR_INVITED",
    "documentId": "62184590",
    "submissionTitle": "Cultural navigation through the hemispheric situation",
    "trackingNumber": "EX1000",
    "personId": "141126617",
    "authorEmail": "[email protected]",
    "notificationServiceVersion": "V3",
    "siteName": "salesdemoplus",
    "journalName": "Sales Demo Plus",
    "subscriptionId": "1706715",
    "subscriptionName": "",
    "subscriptionType": "SYSTEM_EVENT",
    "eventDate": "2025-10-21T07:42:39Z",
    "messageUUID": "958a6021-4c38-4c35-a35d-cc7c3039c3ad"
}