Change the website features
update_website_featuresPass field-value pairs to set website features like real-time data feed and PII redaction, controlling live chatbot behavior. Plan restrictions are enforced.
Instructions
Turn website features on or off and set their values, for example the Real-Time Data Feed URL or the PII Redaction rules. Pass an object of field name to value; read them with get_website_features first. A feature the plan does not include is refused with the plan it needs. These change how the live chatbot behaves for every visitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Field name to new value, for example real_time_products_enabled set to true. | |
| website_id | No | Numeric id of the website, from list_websites. Omit to use the account's primary website. |