# Extract the next new post — WordPress Botize method — `wp.new_posts` (trigger). It is triggered every time there is a new blog post. - You can apply only to posts that contain one or more specific tags. - You can apply only to posts that belong to one or more specific categories. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `mb_switch` *(boolean)* — Rules - `tags` *(string)* — Posts that include these tag Ids - `categories` *(string)* — Posts that include these category Ids It also accepts repeatable field groups, with these prefixes: `mb_filters_*`. These are composite components (buttons, filters, keyboards); the trailing number is set by the user as they are added. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{id}}` *(int)* — Post Id. The unique identifier for the post. For example: 123 - `{{title}}` *(text)* — Title. The title of the post. For example: Hello World! - `{{link}}` *(url)* — Post URL. The URL where the post can be accessed. For example: https://my-site.com/hello-world/ - `{{categories}}` *(text)* — Categories. The categories assigned to the post. For example: 123 - `{{slug}}` *(text)* — Slug. The URL-friendly version of the post title.br For example: hello-world - `{{tags}}` *(text)* — Tags. The tags associated with the post. For example: 123,456 - `{{image}}` *(url)* — Image URL. The URL of the post's featured image. If the automation does not obtain the featured image URL in this step, you should use the 'get_featured_image_url' option with the 'featured_media_id' tag. For example: https://my-site.com/wp-content/uploads/image_123.webp - `{{excerpt}}` *(text)* — Excerpt. A short summary or excerpt of the post. For example: Hello World[…] - `{{featured_media_id}}` *(int)* — Featured Media Id. The unique identifier for the featured image. For example: 123 ## Account Needs a connected WordPress account in Botize: https://botize.com/en/app/wp/authenticate ## This app Every trigger and action for WordPress: https://botize.com/en/app/wp.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/method/wp/new_posts