APIs

From Redazione
Jump to navigation Jump to search
(Created page with " endpoint <syntaxhighlight> /api/sendemail </syntaxhighlight> json request <syntaxhighlight> { 'path': String (path of related wiki), 'username': String (username of b...")
 
Line 3: Line 3:
  
 
<syntaxhighlight>
 
<syntaxhighlight>
/api/sendemail
+
https://culturaitaliana.org/api/sendemail
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Revision as of 15:27, 18 June 2020

endpoint

	https://culturaitaliana.org/api/sendemail


json request

{
	'path': String (path of related wiki),
	'username': String (username of bot or admin account),
	'password': String (password of bot or admin account),

	'template': String (name of used "pug" template),
	'to' or Array: String (list of recipients, can include one or more wiki groups),
	'cc': String or Array (list of recipients, can include one or more wiki groups),
	'bcc': String or Array (list of recipients, can include one or more wiki groups),
	'locals': Object (keys to be interpolated with values in the related template),

}