WordPress entegrasyonu | Zervanor
← Tüm konnektörler

WordPress

Aynı zamanda bir ajan aracı
marketing

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.

polling

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

Get Current User

Get the current (authenticated) user (GET /wp/v2/users/me). Identity + connectivity probe.

GET

List Posts

List posts (GET /wp/v2/posts). Supports pagination, search, and modified_after for polling.

GET

Get Post

Get a single post by id (GET /wp/v2/posts/{id}).

POST

Create Post

Create a post (POST /wp/v2/posts).

POST

Update Post

Update a post by id (POST /wp/v2/posts/{id}).

DELETE

Delete Post

Delete a post by id (DELETE /wp/v2/posts/{id}). Set force=true to bypass trash.

GET

List Post Revisions

List revisions of a post (GET /wp/v2/posts/{parent}/revisions).

GET

List Post Autosaves

List autosaves of a post (GET /wp/v2/posts/{parent}/autosaves).

GET

List Pages

List pages (GET /wp/v2/pages).

GET

Get Page

Get a single page by id (GET /wp/v2/pages/{id}).

POST

Create Page

Create a page (POST /wp/v2/pages).

POST

Update Page

Update a page by id (POST /wp/v2/pages/{id}).

DELETE

Delete Page

Delete a page by id (DELETE /wp/v2/pages/{id}).

GET

List Page Revisions

List revisions of a page (GET /wp/v2/pages/{parent}/revisions).

GET

List Media

List media items (GET /wp/v2/media).

GET

Get Media

Get a single media item by id (GET /wp/v2/media/{id}).

POST

Upload Media

Upload a media item (POST /wp/v2/media). Send raw file bytes with a Content-Disposition filename header.

POST

Update Media

Update a media item's metadata by id (POST /wp/v2/media/{id}).

DELETE

Delete Media

Delete a media item by id (DELETE /wp/v2/media/{id}). Media requires force=true.

GET

List Reusable Blocks

List reusable blocks (GET /wp/v2/blocks). These are wp_block posts.

GET

Get Reusable Block

Get a single reusable block by id (GET /wp/v2/blocks/{id}).

POST

Create Reusable Block

Create a reusable block (POST /wp/v2/blocks).

POST

Update Reusable Block

Update a reusable block by id (POST /wp/v2/blocks/{id}).

DELETE

Delete Reusable Block

Delete a reusable block by id (DELETE /wp/v2/blocks/{id}).

GET

List Block Types

List registered block types (GET /wp/v2/block-types).

GET

Get Block Type

Get a single block type (GET /wp/v2/block-types/{namespace}/{name}).

GET

Search Block Directory

Search the block directory for installable blocks (GET /wp/v2/block-directory/search).

GET

List Comments

List comments (GET /wp/v2/comments).

GET

Get Comment

Get a single comment by id (GET /wp/v2/comments/{id}).

POST

Create Comment

Create a comment (POST /wp/v2/comments).

POST

Update Comment

Update a comment by id (POST /wp/v2/comments/{id}).

DELETE

Delete Comment

Delete a comment by id (DELETE /wp/v2/comments/{id}).

GET

List Categories

List categories (GET /wp/v2/categories).

GET

Get Category

Get a single category by id (GET /wp/v2/categories/{id}).

POST

Create Category

Create a category (POST /wp/v2/categories).

POST

Update Category

Update a category by id (POST /wp/v2/categories/{id}).

DELETE

Delete Category

Delete a category by id (DELETE /wp/v2/categories/{id}). Terms require force=true.

GET

List Tags

List tags (GET /wp/v2/tags).

GET

Get Tag

Get a single tag by id (GET /wp/v2/tags/{id}).

POST

Create Tag

Create a tag (POST /wp/v2/tags).

POST

Update Tag

Update a tag by id (POST /wp/v2/tags/{id}).

DELETE

Delete Tag

Delete a tag by id (DELETE /wp/v2/tags/{id}). Terms require force=true.

GET

List Taxonomies

List registered taxonomies (GET /wp/v2/taxonomies).

GET

Get Taxonomy

Get a single taxonomy by slug (GET /wp/v2/taxonomies/{taxonomy}).

GET

List Users

List users (GET /wp/v2/users).

GET

Get User

Get a single user by id (GET /wp/v2/users/{id}).

POST

Create User

Create a user (POST /wp/v2/users).

POST

Update User

Update a user by id (POST /wp/v2/users/{id}).

DELETE

Delete User

Delete a user by id (DELETE /wp/v2/users/{id}). Requires force=true and a reassign target.

GET

List Post Statuses

List registered post statuses (GET /wp/v2/statuses).

GET

Get Post Status

Get a single post status by slug (GET /wp/v2/statuses/{status}).

GET

List Post Types

List registered post types (GET /wp/v2/types).

GET

Get Post Type

Get a single post type by slug (GET /wp/v2/types/{type}).

GET

Get Settings

Get site settings (GET /wp/v2/settings). Requires an administrator.

POST

Update Settings

Update site settings (POST /wp/v2/settings). Requires an administrator.

GET

Search

Search across content (GET /wp/v2/search).

GET

List Themes

List installed themes (GET /wp/v2/themes).

GET

Get Theme

Get a single theme by stylesheet (GET /wp/v2/themes/{stylesheet}).

GET

List Plugins

List installed plugins (GET /wp/v2/plugins). Requires an administrator.

GET

Get Plugin

Get a single plugin (GET /wp/v2/plugins/{plugin}).

POST

Install Plugin

Install a plugin from the WordPress.org directory (POST /wp/v2/plugins). Requires an administrator.

POST

Update Plugin

Update a plugin's status (POST /wp/v2/plugins/{plugin}). Requires an administrator.

DELETE

Delete Plugin

Delete a plugin (DELETE /wp/v2/plugins/{plugin}). Requires an administrator.

GET

List Menus

List navigation menus (GET /wp/v2/menus).

GET

Get Menu

Get a single navigation menu by id (GET /wp/v2/menus/{id}).

POST

Create Menu

Create a navigation menu (POST /wp/v2/menus).

POST

Update Menu

Update a navigation menu by id (POST /wp/v2/menus/{id}).

DELETE

Delete Menu

Delete a navigation menu by id (DELETE /wp/v2/menus/{id}).

GET

List Menu Items

List navigation menu items (GET /wp/v2/menu-items).

GET

Get Menu Item

Get a single navigation menu item by id (GET /wp/v2/menu-items/{id}).

POST

Create Menu Item

Create a navigation menu item (POST /wp/v2/menu-items).

POST

Update Menu Item

Update a navigation menu item by id (POST /wp/v2/menu-items/{id}).

DELETE

Delete Menu Item

Delete a navigation menu item by id (DELETE /wp/v2/menu-items/{id}).

GET

List Menu Locations

List registered navigation menu locations (GET /wp/v2/menu-locations).

GET

Get Menu Location

Get a single navigation menu location (GET /wp/v2/menu-locations/{location}).

GET

List Block Templates

List block templates (GET /wp/v2/templates). Available on block themes.

GET

Get Block Template

Get a single block template by id (GET /wp/v2/templates/{id}).

GET

List Block Template Parts

List block template parts (GET /wp/v2/template-parts). Available on block themes.

GET

Get Block Template Part

Get a single block template part by id (GET /wp/v2/template-parts/{id}).

GET

List Application Passwords

List a user's application passwords (GET /wp/v2/users/{user_id}/application-passwords).

POST

Create Application Password

Create an application password for a user (POST /wp/v2/users/{user_id}/application-passwords).

DELETE

Delete Application Password

Delete an application password (DELETE /wp/v2/users/{user_id}/application-passwords/{uuid}).

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.