Builder Toolswordpress_inject_builder_content
Builder Tools

wordpress_inject_builder_content

Inject structured builder content into a page builder page (replaces the builder structure).

wordpress_inject_builder_content

Inject structured content into a page builder.

Parameters

ParameterTypeRequiredDescription
builderstringYesBuilder name
pageIdnumberYesPage ID
contentobjectYesStructured content to inject

Response

{
  "success": true,
  "message": "Builder content injected successfully",
  "builder": "divi",
  "pageId": 42,
  "duplicate_created": true,
  "duplicate_id": 156,
  "approval_url": "https://yoursite.com/wp-admin/admin.php?page=respira-approvals"
}

Example Prompts

  • "Replace the Elementor layout on page 42 with this new structure"
  • "Inject this builder JSON into my homepage"
  • "Overwrite the Divi structure with a simpler layout"

Notes

  • This is a write operation and will use Respira’s safety workflow (duplicate-first)
  • Use when you need to replace the entire builder structure (large refactors)
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025