# Article Authors

Each Article has to pass through a predefined process of Publication. There are mainly four stages of an article: **Under review, Accepted, Published, Rejected**.&#x20;

Whenever admin updates article from one status to another, system sends email notification to the author(s) about the status change of their article.

We have added predefined formats for each type of **Status Changes.**

![Status Email Notification: Under Review](/files/YUAr86BRCCm2DPqvAmVP)

#### **To Update the  Article Status Notification Emails.**

* Go To Particular **Status Name Section** (E.g. Under Review).
* Update **Subject** and **Email Body(**[**Text Editor**](https://mhthemes.com/support/knb/how-to-use-wordpress-text-editor-for-writing-posts/)**)**.
* Navigate to Bottom of the Page and Click on **"Save Changes"** Button to Save.

{% hint style="info" %}
To make Author Specific Customized Email , You can use Shortcodes in **Email Subject** and **Body Part.**
{% endhint %}

#### Available Shortcodes:

* \[title] - Article Title
* \[article\_id] - Article Identifier
* \[volume] - Volume Number
* \[issue] - Issue Number
* \[date] - Article Date
* \[pub\_name] - Publisher Name
* \[wordpress\_email] - Wordpress Admin Email


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jrpdocs.hyvikk.space/features/email-notifications/status-emails/article-authors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
