# WordPress Botize app — id `wp`. Official site: https://www.wordpress.com. WordPress is an online, open source website creation tool. It's probably the easiest and most powerful blogging and website content management system (or CMS) in existence today. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Account Requires connecting a WordPress account in Botize. The user links it once and Botize stores the credentials; an assistant never handles them. - Connect: https://botize.com/en/app/wp/authenticate ## Triggers (1) The event that starts the task. Exactly one per task. - `new_posts` — Extract the next new post https://botize.com/en/method/wp/new_posts.md ## Actions (12) What happens next. A task can chain several. - `send` — Create a new post https://botize.com/en/method/wp/send.md - `search_post` — Search a post by its slug https://botize.com/en/method/wp/search_post.md - `update_post` — Update a post https://botize.com/en/method/wp/update_post.md - `get_postmeta` — Get entry Metadata https://botize.com/en/method/wp/get_postmeta.md - `get_media_library_item` — Get an item from Media Library https://botize.com/en/method/wp/get_media_library_item.md - `update_postmeta` — Update post Metadata https://botize.com/en/method/wp/update_postmeta.md - `create_media` — Upload media files to library https://botize.com/en/method/wp/create_media.md - `new_page` — Create a new Page https://botize.com/en/method/wp/new_page.md - `search_page` — Search a page by its slug https://botize.com/en/method/wp/search_page.md - `update_page` — Update a Page https://botize.com/en/method/wp/update_page.md - `update_site_settings` — Update Site Settings https://botize.com/en/method/wp/update_site_settings.md - `page_dont_exists` — Check if page don't exists https://botize.com/en/method/wp/page_dont_exists.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/wp