Wordpress
WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database with supported HTTPS.
Actions
Action |
Configuration fields |
Data type |
Required? |
---|---|---|---|
Create post - Create a post |
Status - A named status for the post |
Choice |
|
Content - The content of the post |
String |
|
|
Format - The format for the post |
Choice |
|
|
Author - The ID for the author of the post |
String |
|
|
Categories - The terms assigned to the post in the category taxonomy |
String |
|
|
Tags - The terms assigned to the post in the post tag taxonomy |
String |
|
|
Title - The title for the post |
String |
|
|
Update post - Update a post |
Post ID - The ID of the post |
String |
|
Status - A named status for the post |
Choice |
|
|
Content - The content of the post |
String |
|
|
Format - The format of the post |
Choice |
|
|
Author - The ID for the author of the post |
String |
|
|
Categories - The terms assigned to the post in the category taxonomy |
String |
|
|
Tags - The terms assigned to the post in the post tag taxonomy |
String |
|
|
Title - The title of the post |
String |
|
|
Get post ID - Retrieve the ID of a post |
After - Limit response to posts published after a given ISO8601 compliant date |
|
|
Before - Limit response to posts published before a given ISO8601 compliant date |
|
|
|
Author - Limit result set to posts assigned to a specific author |
String |
|
|
Page - The current page of the collection |
String |
|
|
Results per page - The maximum number of items to be returned in a result set |
String |
|
|
Order - The sort order of the results |
Choice |
|
|
Create user - Create a user |
Username - Login name for the user |
String |
|
Email - The email address for the user |
String |
|
|
First Name - The first name of the user |
String |
|
|
Last Name - The last name of the user |
String |
|
|
Password - The password for the user |
String |
|
|
Roles - The roles assigned to the user |
String |
|