create_site_script
Add custom JavaScript or CSS snippets to a Thinkific site by specifying injection location and enabling functionality.
Instructions
Create a new site script (custom JS/CSS snippet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Script name | |
| content | Yes | Script content (JavaScript or CSS) | |
| location | Yes | Where to inject the script: head or body | |
| enabled | No | Whether the script is enabled. Default: true |