Short answer: Drop the "WordPress → Update Post" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Post ID postId | number | Required | Post ID |
Title title | string | Optional | Title |
Content content | html | Optional | Content |
Status status | options | Optional | Status. Options: Draft, Published, Private |
Excerpt excerpt | string | Optional | Excerpt |
{"postId": "{{trigger.postId}}","title": "{{trigger.title}}","content": "{{trigger.content}}","status": "{{trigger.status}}","excerpt": "{{trigger.excerpt}}"}
{"id": 42,"title": {"rendered": "Updated Title"},"modified": "2026-04-11T12:00:00"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.