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 ExampleTypeDescription

externalSubmissionId

ERR-1634-08

StringIdentifier assigned to the manuscript by an external system (e.g., via ingestion). This is typically used to correlate the submission with external platforms.

submissionTitle

Cultural navigation through the hemispheric situation

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

submissionId

WRK4-25-Jul-0008

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

documentId

50925175

IntegerInternal numeric identifier for the manuscript within ScholarOne Manuscripts.

documentStatusName

Submitted

StringHuman-readable status name reflecting the current state of the manuscript. For submissions, this is typically "Submitted".

systemEventName

AUTHOR_SUBMIT_MANUSCRIPT_ORIG

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

transferSubId

ac6828d7-b1c3-4561-9933-9d37680226f21

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