Invited Author is Auto-Declined Notification
The** Invited Author is Auto-Declined** Notification is triggered when an author invitation automatically expires in the ScholarOne Manuscripts system. This event occurs when an invited author does not respond to a manuscript stub invitation within the number of days configured in the task settings, and the system automatically declines the invitation on their behalf.
Each notification delivers a message payload that includes:
- Common metadata about the manuscript stub
- Author identification information
- Invitation tracking details
- System identifiers to support integration traceability
Invited Author is Auto-Declined Payload Elements
Element/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. |
documentId
| Integer | Internal numeric identifier for the manuscript within ScholarOne Manuscripts. |
personId
| Integer | Internal numeric identifier for the invited author within ScholarOne Manuscripts. |
systemEventName
| String | System-level (Task) event name that triggered the notification. |
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. |
authorEmail | String | Email address of the invited author who did not respond within the configured time-frame. |
transferSubId
| String | A unique identifier assigned to each submission, enabling tracking even when the submission is transferred across ScholarOne sites. |
Invited Author is Auto-Declined Payload Sample
{
"systemEventName": "INVITED_AUTHOR_AUTO_DECLINED",
"documentId": "13901680",
"externalSubmissionId": "Unable to Display Letter Tag (##DOCUMENT_ID_EXTERNAL##)",
"trackingNumber": "EX1000",
"personId": "1952345",
"authorEmail": "[email protected]",
"transferSubId": "ac6828d7-b1c3-4561-9933-9d37680226f21",
"notificationServiceVersion": "V3",
"siteName": "salesdemoplus",
"journalName": "Sales Demo Plus",
"subscriptionId": "1706721",
"subscriptionName": "",
"subscriptionType": "SYSTEM_EVENT",
"eventDate": "2025-10-28T10:14:01Z",
"messageUUID": "f9e8d7c6-b5a4-4d3c-8e7f-6a5b4c3d2e1f"
}Updated 16 days ago
