> ## Documentation Index
> Fetch the complete documentation index at: https://hyperfx.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Wix

> Set up and use the Wix integration with Hyper AI for blog post automation

The Wix integration lets your agents and workflows manage blog content on your Wix site — create drafts, publish posts, manage categories and tags, upload images.

Auth type: OAuth

<Info>
  For how integrations work overall (permissions, authentication, troubleshooting), see the main guide: [App Integrations](/integrations/overview).
</Info>

## Connect Wix

1. Go to **Settings → Apps** in Hyper
2. Select **Wix → Connect New**
3. Authorize with the Wix account that owns the site you want to manage

## Common capabilities

* **Draft posts** — create, update, get, list, delete
* **Publishing** — publish a draft, or create-and-publish in one shot
* **Posts** — query published posts
* **Categories** — list, create
* **Tags** — create
* **Images** — upload for use in posts

## Use in Chat

1. In a chat, open the tool selector and enable Wix
2. Ask your agent to draft and publish content

Example prompt:

```text theme={null}
Take the bullet outline I just shared and write it up as a 900-word Wix blog post. Convert it to rich content, add it to the "Product Updates" category, tag with "release-notes", and publish.
```

## Use in Agents

In `Agents → Settings`, add Wix to a content marketing agent. Toggle approval on `publish_draft_post` if you want to review before posts go live.

## Use in Flows

Add Wix nodes to a content pipeline. Common pattern: AI drafts → review checkpoint → publish.

## Troubleshooting

* **Rich content invalid**: Wix uses its own rich-content format — Hyper auto-converts HTML, but heavily styled HTML may need manual adjustment
* **Category not found**: list existing categories first to grab valid IDs
* **Auth expired**: re-authorize from Settings → Apps if your token is rejected

***

## Available Actions

Hyper agents can run the following actions for this integration. Each action can be individually set to **Enabled**, **Requires Approval**, or **Disabled** in your agent's toolkit settings.

Actions can be set to one of three control states:

| State                 | Behavior                                                       |
| --------------------- | -------------------------------------------------------------- |
| **Enabled**           | Agent runs the action automatically                            |
| **Requires Approval** | Agent pauses and waits for your confirmation before proceeding |
| **Disabled**          | Action is blocked and cannot be used                           |

Configure these in the agent's toolkit settings or in workspace defaults.

| Action                  | Description                                             |
| ----------------------- | ------------------------------------------------------- |
| Create And Publish Post |                                                         |
| Create Draft Post       |                                                         |
| Create Tag              | Create a new blog tag on a Wix site                     |
| Delete Draft Post       | Delete a draft post from a Wix site                     |
| Get Draft Post          | Retrieve a single draft post from a Wix site by its ID  |
| List Categories         | List blog categories on a Wix site                      |
| List Draft Posts        | List draft posts on a Wix site with optional pagination |
| Publish Draft Post      |                                                         |
| Query Posts             |                                                         |
| Update Draft Post       |                                                         |
| Upload Image            |                                                         |
