Manuscript Submission Notification
The Manuscript Submission Notification is triggered when an author submits a manuscript in the ScholarOne Manuscripts system. This event indicates the submission of a manuscript to a journal and contains key metadata and tracking elements to support downstream integrations.
Each notification delivers a message payload that includes:
- Common metadata about the submission
- Identifying details about the submission event
- System identifiers to support integration traceability
Manuscript Submission Payload Elements
Element/Payload 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. |
documentStatusName
| String | Human-readable status name reflecting the current state of the manuscript. For submissions, this is typically "Submitted". |
systemEventName
| String | System-level (Task) event name that triggered the notification. |
transferSubId
| String | A unique identifier assigned to each submission, enabling tracking even when the submission is transferred across ScholarOne sites. |
Manuscript Submission Payload Sample
{
"externalSubmissionId": "Unable to Display Letter Tag (##DOCUMENT_ID_EXTERNAL##)",
"submissionTitle": "Cultural navigation through the hemispheric situation",
"submissionId": "WRK4-25-Jul-0008",
"documentId": "50925175",
"documentStatusName": "Submitted",
"systemEventName": "AUTHOR_SUBMIT_MANUSCRIPT_ORIG",
"transferSubId": "5ed86a14-5326-487e-84ac-15bb7fbc12a81",
"notificationServiceVersion": "V3",
"siteName": "salesdemoplus",
"journalName": "Sales Demo Plus",
"subscriptionId": "1559937",
"subscriptionName": "",
"subscriptionType": "SYSTEM_EVENT",
"eventDate": "2025-07-08T09:58:46Z",
"messageUUID": "7c89a5d4-9fde-407e-80b8-0f25b7210a1d"
},Updated 3 months ago
