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=FlexFormBot

(main | FlexFormBot)
  • This module requires read rights.
  • This module only accepts POST requests.
  • Source: FlexForm
  • License: GPL-2.0-or-later

Trigger a FlexForm action

Parameters:
trigger

What function needs to be triggered within FlexForm

This parameter is required.
data

Extra data needed for the Trigger function. Depends on the trigger action. Please read the manual for more information.

title

Title needed for the Trigger function. Depends on the trigger action. Please read the manual for more information.

token

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

This parameter is required.
Example:
Get page 'Email template page' and pass it as template to the FlexForm Email function.
api.php?action=FlexFormBot&trigger=email&title=Email template page [open in sandbox]