Short answer: Drop the "WordPress → Delete 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 |
Permanently Delete force | boolean | Optional | If false, moves to trash. If true, permanently deletes. |
{"postId": "{{trigger.postId}}","force": "{{trigger.force}}"}
{"id": 42,"status": "trash","deleted": true}
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.