WordPress
Aynı zamanda bir ajan aracıSelf-hosted WordPress (WP REST API v2): manage posts, pages, media, blocks, comments, categories, tags, taxonomies, users, menus, plugins, themes, settings and search on your own WordPress site.
82 eylemler · 1 tetikleyiciler
WordPress entegrasyonu — 82 aksiyon ve 1 tetikleyici ile WordPress'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Current User, List Posts, Get Post, Create Post, Update Post. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 1
WordPress üzerinde bir iş akışını başlatabilen olaylar.
New or updated WordPress posts (polled)
Polls /wp/v2/posts on a schedule with modified_after=<cursor>&orderby=modified&order=desc.
Eylemler 82
Zervanor'un WordPress üzerinde yapabilecekleri.
Get Current User
Get the current (authenticated) user (GET /wp/v2/users/me). Identity + connectivity probe.
List Posts
List posts (GET /wp/v2/posts). Supports pagination, search, and modified_after for polling.
Get Post
Get a single post by id (GET /wp/v2/posts/{id}).
Create Post
Create a post (POST /wp/v2/posts).
Update Post
Update a post by id (POST /wp/v2/posts/{id}).
Delete Post
Delete a post by id (DELETE /wp/v2/posts/{id}). Set force=true to bypass trash.
List Post Revisions
List revisions of a post (GET /wp/v2/posts/{parent}/revisions).
List Post Autosaves
List autosaves of a post (GET /wp/v2/posts/{parent}/autosaves).
List Pages
List pages (GET /wp/v2/pages).
Get Page
Get a single page by id (GET /wp/v2/pages/{id}).
Create Page
Create a page (POST /wp/v2/pages).
Update Page
Update a page by id (POST /wp/v2/pages/{id}).
Delete Page
Delete a page by id (DELETE /wp/v2/pages/{id}).
List Page Revisions
List revisions of a page (GET /wp/v2/pages/{parent}/revisions).
List Media
List media items (GET /wp/v2/media).
Get Media
Get a single media item by id (GET /wp/v2/media/{id}).
Upload Media
Upload a media item (POST /wp/v2/media). Send raw file bytes with a Content-Disposition filename header.
Update Media
Update a media item's metadata by id (POST /wp/v2/media/{id}).
Delete Media
Delete a media item by id (DELETE /wp/v2/media/{id}). Media requires force=true.
List Reusable Blocks
List reusable blocks (GET /wp/v2/blocks). These are wp_block posts.
Get Reusable Block
Get a single reusable block by id (GET /wp/v2/blocks/{id}).
Create Reusable Block
Create a reusable block (POST /wp/v2/blocks).
Update Reusable Block
Update a reusable block by id (POST /wp/v2/blocks/{id}).
Delete Reusable Block
Delete a reusable block by id (DELETE /wp/v2/blocks/{id}).
List Block Types
List registered block types (GET /wp/v2/block-types).
Get Block Type
Get a single block type (GET /wp/v2/block-types/{namespace}/{name}).
Search Block Directory
Search the block directory for installable blocks (GET /wp/v2/block-directory/search).
List Comments
List comments (GET /wp/v2/comments).
Get Comment
Get a single comment by id (GET /wp/v2/comments/{id}).
Create Comment
Create a comment (POST /wp/v2/comments).
Update Comment
Update a comment by id (POST /wp/v2/comments/{id}).
Delete Comment
Delete a comment by id (DELETE /wp/v2/comments/{id}).
List Categories
List categories (GET /wp/v2/categories).
Get Category
Get a single category by id (GET /wp/v2/categories/{id}).
Create Category
Create a category (POST /wp/v2/categories).
Update Category
Update a category by id (POST /wp/v2/categories/{id}).
Delete Category
Delete a category by id (DELETE /wp/v2/categories/{id}). Terms require force=true.
List Tags
List tags (GET /wp/v2/tags).
Get Tag
Get a single tag by id (GET /wp/v2/tags/{id}).
Create Tag
Create a tag (POST /wp/v2/tags).
Update Tag
Update a tag by id (POST /wp/v2/tags/{id}).
Delete Tag
Delete a tag by id (DELETE /wp/v2/tags/{id}). Terms require force=true.
List Taxonomies
List registered taxonomies (GET /wp/v2/taxonomies).
Get Taxonomy
Get a single taxonomy by slug (GET /wp/v2/taxonomies/{taxonomy}).
List Users
List users (GET /wp/v2/users).
Get User
Get a single user by id (GET /wp/v2/users/{id}).
Create User
Create a user (POST /wp/v2/users).
Update User
Update a user by id (POST /wp/v2/users/{id}).
Delete User
Delete a user by id (DELETE /wp/v2/users/{id}). Requires force=true and a reassign target.
List Post Statuses
List registered post statuses (GET /wp/v2/statuses).
Get Post Status
Get a single post status by slug (GET /wp/v2/statuses/{status}).
List Post Types
List registered post types (GET /wp/v2/types).
Get Post Type
Get a single post type by slug (GET /wp/v2/types/{type}).
Get Settings
Get site settings (GET /wp/v2/settings). Requires an administrator.
Update Settings
Update site settings (POST /wp/v2/settings). Requires an administrator.
Search
Search across content (GET /wp/v2/search).
List Themes
List installed themes (GET /wp/v2/themes).
Get Theme
Get a single theme by stylesheet (GET /wp/v2/themes/{stylesheet}).
List Plugins
List installed plugins (GET /wp/v2/plugins). Requires an administrator.
Get Plugin
Get a single plugin (GET /wp/v2/plugins/{plugin}).
Install Plugin
Install a plugin from the WordPress.org directory (POST /wp/v2/plugins). Requires an administrator.
Update Plugin
Update a plugin's status (POST /wp/v2/plugins/{plugin}). Requires an administrator.
Delete Plugin
Delete a plugin (DELETE /wp/v2/plugins/{plugin}). Requires an administrator.
List Menus
List navigation menus (GET /wp/v2/menus).
Get Menu
Get a single navigation menu by id (GET /wp/v2/menus/{id}).
Create Menu
Create a navigation menu (POST /wp/v2/menus).
Update Menu
Update a navigation menu by id (POST /wp/v2/menus/{id}).
Delete Menu
Delete a navigation menu by id (DELETE /wp/v2/menus/{id}).
List Menu Items
List navigation menu items (GET /wp/v2/menu-items).
Get Menu Item
Get a single navigation menu item by id (GET /wp/v2/menu-items/{id}).
Create Menu Item
Create a navigation menu item (POST /wp/v2/menu-items).
Update Menu Item
Update a navigation menu item by id (POST /wp/v2/menu-items/{id}).
Delete Menu Item
Delete a navigation menu item by id (DELETE /wp/v2/menu-items/{id}).
List Menu Locations
List registered navigation menu locations (GET /wp/v2/menu-locations).
Get Menu Location
Get a single navigation menu location (GET /wp/v2/menu-locations/{location}).
List Block Templates
List block templates (GET /wp/v2/templates). Available on block themes.
Get Block Template
Get a single block template by id (GET /wp/v2/templates/{id}).
List Block Template Parts
List block template parts (GET /wp/v2/template-parts). Available on block themes.
Get Block Template Part
Get a single block template part by id (GET /wp/v2/template-parts/{id}).
List Application Passwords
List a user's application passwords (GET /wp/v2/users/{user_id}/application-passwords).
Create Application Password
Create an application password for a user (POST /wp/v2/users/{user_id}/application-passwords).
Delete Application Password
Delete an application password (DELETE /wp/v2/users/{user_id}/application-passwords/{uuid}).
Aramanızla eşleşen bir şey yok.
WordPress kullanan Çözüm Şablonları
WordPress ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
WordPress ile neler otomatikleştirebilirim?
82 aksiyon var — örneğin: Get Current User, List Posts, Get Post, Create Post, Update Post ve daha fazlası.
Hangi WordPress olayları bir workflow başlatabilir?
1 tetikleyici — örneğin: New or updated WordPress posts (polled).
WordPress bir AI agent aracı olarak kullanılabilir mi?
Evet. WordPress'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
WordPress entegrasyonu nasıl modellenir?
WordPress sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.