MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=echoarticlereminder

(main | echoarticlereminder)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: Echo
  • License: MIT

Request a future reminder about the specified article

Specific parameters:
Other general parameters are available.
pageid

ID of article to remind the user about

Type: integer
title

Title of article to remind the user about

comment

Optional user comment to include in the reminder

timestamp

On which timestamp to remind the user

This parameter is required.
Type: timestamp (allowed formats)
token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.
Examples:
Create an article reminder notification for tomorrow with comment
api.php?action=echoarticlereminder&pageid=1&timestamp=2026-04-08T13:28:41Z&comment=example [open in sandbox]
Create an article reminder notification for tomorrow without comment
api.php?action=echoarticlereminder&title=Main_Page&timestamp=2026-04-08T13:28:41Z [open in sandbox]