Skip to main content
The WordPress node adds WordPress operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.
You can wire the WordPress node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect WordPress under Credentials in the node settings. See Connecting credentials for the general flow.

OAuth

Sign in with your WordPress account when prompted; no keys to copy. NoClick requests the following permissions:
  • global

Application password

Enter the values manually when creating the credential. Go to Users → Your Profile → Application Passwords in WordPress admin Get your credentials here.

Basic auth

Enter the values manually when creating the credential. Install Basic-Auth plugin (not recommended for production) Get your credentials here.

Operations

Category

OperationIDDescription
Create Categorycreate_categoryCreate a new category
Delete Categorydelete_categoryDelete a category
Get Categoryget_categoryGet a single category by ID
List Categorieslist_categoriesList categories
Update Categoryupdate_categoryUpdate an existing category

Comment

OperationIDDescription
Create Post Commentcreate_post_commentCreate a new comment
Delete Commentdelete_commentDelete a comment
Get Commentget_commentGet a single comment by ID
List Commentslist_commentsList comments
Update Commentupdate_commentUpdate an existing comment

Media

OperationIDDescription
Delete Media Itemdelete_media_itemDelete a media item
Get Media Itemget_media_itemGet a single media item by ID
List Media Itemslist_media_itemsList media items
Update Media Metadataupdate_media_metadataUpdate media metadata
Upload Media Fileupload_media_fileUpload a new media file

Page

OperationIDDescription
Create Pagecreate_pageCreate a new page
Delete Pagedelete_pageDelete a page
Get Pageget_pageGet a single page by ID
List Pageslist_pagesList pages with filtering and pagination
Update Pageupdate_pageUpdate an existing page

Post

OperationIDDescription
Create Postcreate_postCreate a new post
Delete Postdelete_postDelete a post
Get Postget_postGet a single post by ID
List Postslist_postsList posts with filtering, sorting, and pagination
Search Contentsearch_contentSearch across all content types
Update Postupdate_postUpdate an existing post

Site settings

OperationIDDescription
Get Site Settingsget_site_settingsGet site settings
Update Site Settingsupdate_site_settingsUpdate site settings

Tag

OperationIDDescription
Create Tagcreate_tagCreate a new tag
Delete Tagdelete_tagDelete a tag
Get Tagget_tagGet a single tag by ID
List Tagslist_tagsList tags
Update Tagupdate_tagUpdate an existing tag

User

OperationIDDescription
Create Usercreate_userCreate a new user
Delete Userdelete_userDelete a user
Get Userget_userGet a single user by ID
List Userslist_usersList users
Update Userupdate_userUpdate an existing user