WordPress
WordPress is an open-source content management system that helps you to create a beautiful website, blog, or app.
Version: 1.3
Supported triggers and actions in WordPress
Workflow is a set of actions. Trigger is an event that starts the workflow, and an action is an event that is executed by workflow to sync data with your app.
When this happens..
New User
Triggers when a new user is registered
New Post
Triggers when a new post is published
New Page
Triggers when a new page is published
New Media
Triggers when a new media is uploaded
New Comment
Triggers when a new comment is added
Comment Approved
Triggers when a comment is approved
Update Post
Triggers when a published post is updated
Update Page
Triggers when a published page is updated
User Login
Triggers when an user logs into the site
User Visits a Page/Post
Triggers when an user visit page, post or any post type singular page
User Deletes a Post
Triggers when an user delete post of any post type
Post Meta Updated
Triggers when post meta is updated
Post Meta Field Updated
Triggers when post meta specific field is updated
User Profile Updated
Triggers when user profile is updated
User Profile Field Updated
Triggers when user profile specific field is updated
User Resets Password
Triggers when user resets the password
User Deleted
Triggers when user is deleted from the database
Category Created
Triggers when a new category is created
Tag Created
Triggers when a new tag is created
Term Created
Triggers when a new term is created
User Role Added
Triggers when a new role is added to user
User Role Removed
Triggers when a role is removed from user
User Role Changed
Triggers when user role is changed
User Role Changed From Specific to Defined
Triggers when user role is changed from specific role to defined role
Do this..
New User
Create a new user
Update User
Update an existing user details
Update User Meta
Update User Metadata
Add Role to User
Add role to existing user roles of an user
Change User Role
Change user role of an existing user and set new role
Remove User Role
Remove user role of an existing user
Delete User
Delete user account from site
New Media
Create a new media
Rename Media
Rename media title in media library
Delete Media
Delete media by ID from the media library
Search Media by Title
Search media by title in media library
New Post
Create a new post
Update Post
Update existing post of any post type with custom fields
Get User by ID
Get an user profile by ID
Get User by Email
Get an user profile by Email
Create Category
Create a new category
Create Tag
Create a new post tag
Create Role
Create a new user role, if not exists
New Comment
Create a new comment on post
Get Post Metadata
Retrieve all or custom metadata from any post
Get User Metadata
Retrieve all or custom metadata from any user
Get Posts by Post Type
Retrieve all posts of specific post type
Get Post Taxonomies
Retrieve all taxonomies of a post
Get Post Taxonomy Terms
Retrieves the terms of the taxonomy that are attached to the post
Get Post by ID
Retrieve the post details by ID
Get Posts by Metadata
Retrieve all posts of specific post type by metadata or custom fields
Get Taxonomy by Name
Retrieve the taxonomy details by name
Get All Users by Role
Retrieve all users by user role
Add Tag to Post
Add a tag to the post
Remove Tag from Post
Remove a tag from post
Add Category to Post
Add a category to post
Remove Category from Post
Remove a category from post
Check Plugin Active
Check if a plugin is active
Activate Plugin
Activate a plugin if not already active
Update Category
Update an existing category details
Update Tag
Update an existing tag details
Update Term
Update an existing term details
Workflow Examples
Workflow Name | Applications |
---|---|
When new user registered, add new member in contact list on MailChimp |
|
When new post is published, add the details to Google Spreadsheet as new row |
|
When Contact Form 7 form is submitted, create a new user in WordPress and add subscriber in Sendinblue |
|
When new media file is uploaded, save it to Google Drive |
|
When Elementor Pro form is submitted, create a new post in WordPress and create shortlink using Replug |
|
When data received from a webhook, create a new user or post in WordPress |
|