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
| String | The full title of the manuscript as provided by the author during submission. |
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. |
documentId
| Integer | Internal numeric identifier for the manuscript within ScholarOne Manuscripts. |
personId
| Integer | Internal numeric identifier for the invited author within ScholarOne Manuscripts. |
authorEmail | String | Email address of the invited author. |
systemEventName
| 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"
}Updated 16 days ago
