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=echocreateevent
(main | echocreateevent)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Font : Echo
- Licéncia : MIT
Manually trigger a notification to a user
Paramètres :
Other general parameters are available.
- user
User to send the notification to
- Tipus: usuari, per qualsevol de nom d'usuari i ID d'usuari (p. ex., «#12345»)
- header
Header content of the notification
- Cal aquest paràmetre.
- No pot tenir més de 160 bytes.
- content
Body content of the notification
- Cal aquest paràmetre.
- No pot tenir més de 5.000 bytes.
- page
Page to link to in the notification
- Tipus: títol de pàgina
- Accepta pàgines que no existeixen.
- section
Section where notification would be delivered
- Cal aquest paràmetre.
- One of the following values: alert, notice
- Per defecte: notice
Whether to send an email as well
- Type: boolean (details)
- token
A "csrf" token retrieved from action=query&meta=tokens
- Cal aquest paràmetre.
Example:
- Send a notification
- api.php?action=echocreateevent&header=Hi&content=From_API [open in sandbox]