POST /pages/{page_id}/dom
This endpoint updates content on a static page in secondary locales. It supports updating up to 1000 nodes in a single request.
Before making updates:
- Use the get page content endpoint to identify available content nodes and their types
- If the page has component instances, retrieve the component's properties that you'll override using the get component properties endpoint
Required scope | pages:write
Servers
- https://api.webflow.com/v2
Path parameters
Name | Type | Required | Description |
---|---|---|---|
page_id |
String | Yes |
Unique identifier for a Page |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
localeId |
String | Yes |
The locale identifier. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
nodes[] |
Array | Yes |
List of DOM Nodes with the new content that will be updated in each node. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.