Settings Write Tool
settings-writeUpdate workspace name, colors, timezone, contact link, currency, business information, email sender display name and logos. Logo URLs must be public images. Does not connect Stripe, set a custom domain or sending email address, or switch live mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. | |
| currency | No | Default currency as an uppercase ISO-4217 code, e.g. "USD". For "update". | |
| logo_url | No | Public URL of a PNG/JPEG/GIF logo to import. For "update". | |
| timezone | No | IANA timezone, e.g. "America/New_York". For "update". | |
| from_name | No | Sender name shown on client order/ticket message-reply notification emails. (General transactional emails use the workspace name.) For "update". | |
| site_name | No | Workspace name (max 64). For "update". | |
| accent_color | No | Brand accent color as hex, e.g. "#387FFF". For "update". | |
| contact_link | No | Public contact URL shown to clients. For "update". | |
| business_info | No | Business name/address block shown on invoices. For "update". | |
| primary_color | No | Brand primary color as hex, e.g. "#1A1E34". For "update". | |
| logo_inverse_url | No | Public URL of a PNG/JPEG/GIF inverse (light) logo for dark sidebars. For "update". |