Setyenv · Docs
  • English
  • Spanish
  • Chinese
  • Japanese
  • Arabic
  • German
  • French
  • Hindi
  • Indonesian
  • Italian
  • Dutch
  • Portuguese
  • Russian
  • Turkish

Remaining categories (Media, Comments, Email, Dev, Remote, Security)

Media (5 nodes)

NodeKeyTierDescription
Media uploadedmedia.uploadedfreeTrigger when attachment is uploaded
Image missing alt textmedia.missing_altproTrigger for images without alt text
Update media alt textmedia.update_altproOverwrite alt text metadata
Attach media to postmedia.attach_to_postproSet parent post for an attachment
Upload file from URLmedia.upload_from_urlproSideload a file into the media library

Comments (5 nodes)

NodeKeyTierDescription
Comment createdcomments.comment_createdfreeTrigger
Comment approvedcomments.comment_approvedfreeTrigger
Reply to commentcomments.replyproPost an approved reply as site author
Approve commentcomments.approveproMark as approved
Mark comment as spamcomments.mark_spamproMove to spam queue

Email / Admin (4 nodes)

NodeKeyTierDescription
Send emailemail.send_emailfreeSend via WordPress mailer. To field accepts an email address.
Send email via outboxemail.send_via_outboxfreeQueue outgoing mail through a configured PFM outbox account (SMTP). Creates a row in PFM's outbox entity in state ready; PFM's own sender delivers it.
Create admin noticeemail.admin_noticeproCreate a persistent admin dashboard notice.
Write execution logemail.log_eventfreeAdd a structured entry to the workflow execution log.

Taxonomy & Meta (5 nodes)

NodeKeyTierDescription
Term createdtaxonomy.term_createdproTrigger
Create termtaxonomy.create_termfreeCreate category/tag/term
Add term to posttaxonomy.add_termfreeAssign term to a post
Remove term from posttaxonomy.remove_termfreeRemove term assignment
Update post metataxonomy.update_post_metafreeWrite controlled post meta fields

Developer (5 nodes)

NodeKeyTierDescription
Echodeveloper.echofreeReturn input verbatim — useful as a sentinel in pipelines
Custom eventdeveloper.custom_eventproTrigger — subscribe to custom emitted events
Emit custom eventdeveloper.emit_eventproFire an event that other workflows can subscribe to
WordPress hookdeveloper.wp_hookproSubscribes to a configured WP action hook as trigger
Apply filterdeveloper.apply_filterproPass data through an allowed WP filter

Remote executor (2 nodes)

NodeKeyTierDescription
Run remote commandremote.execute_commandproEnqueue a job for wp-executor binary on your host. Worker picks up over REST queue.
Remote command completedremote.command_completedproTrigger when executor reports a job result.

Remote WordPress (1 node)

NodeKeyTierDescription
Remote WP create postremote_wordpress.create_postproCreate a post on a remote WP site via REST + application password.

Security (2 nodes)

NodeKeyTierDescription
Capability checksecurity.capability_checkproBranch yes/no on whether the current user has the given WP capability.
Rate limitsecurity.rate_limitproAllow/block based on sliding-window rate limit keyed by scope + identity.

PFManagement (dynamic)

When WP-PFManagement is installed, the system auto-generates per-entity nodes for every entity in your data model:

  • Actions: get, create, update, delete, query — one set per entity.
  • Triggers: created, updated, br_triggered — one set per entity.
  • Each entity field surfaces as its own flat input/output pin.

The nodes appear under the category "WP-PFManagement" in the node library and are updated automatically when you modify the entity schema.