export_elementor_template
Exports Elementor templates (sections, pages, headers, footers) as portable JSON objects for reuse across sites via import_elementor_template.
Instructions
Export an Elementor template (section, page, header, footer, etc.) as a portable JSON object. Output goes into import_elementor_template on another site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | No | ||
| template_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | ||
| title | Yes | ||
| type | Yes | ||
| summary | Yes | ||
| portable_json | Yes |