About Wix
Wix is a user-friendly platform that allows businesses to create professional websites without needing extensive design or coding skills. It offers a wide range of customizable templates, advanced SEO capabilities, and integration with various business apps. Wix supports e-commerce functionalities, making it easy to set up online stores. The platform is scalable, secure, and provides robust tools for managing and marketing businesses online. Additionally, Wix offers AI-driven design tools to streamline the website creation process.
AI Agent Use Cases
• AI agents can use Wix to automate the creation of new website pages by leveraging its AI-driven design tools to suggest layouts and content based on business needs. They can also automate SEO optimization tasks by analyzing and adjusting website elements for better search engine rankings. Furthermore, AI agents can assist in integrating third-party apps and services into Wix sites to enhance business functionalities and streamline operations.
Available Actions
These are the specific actions that AI agents can perform with this tool
Create a new site in Wix using the API
title
The title of the site being created
templateId
The ID of the template to be used for the site
language
The primary language of the site
Create a new site using the Wix REST API with required configurations
access_token
Bearer token obtained through OAuth 2.0 for authenticating API requests
siteName
Name of the site to be created
templateId
ID of the template to use for creating the site
Delete a site using its unique identifier through an HTTP DELETE request.
siteId
The unique ID of the site that needs to be deleted
Request to delete a site from the Wix platform using a DELETE HTTP request
request
The request object containing the parameters for the HTTP DELETE request
Retrieve contact information from the API.
limit
Specifies the maximum number of contacts to retrieve.
offset
Specifies the number of contacts to skip in the response.
Retrieve a list of contacts from the API.
access_token
The OAuth token used to authenticate the API request
fields
Specific contact fields that should be returned in the response
limit
The number of contacts to return in the response
offset
Data paging offset to start returning contacts from
Get Site Information
1 input
Retrieve detailed information about a specific Wix site
siteId
The unique ID of the site to retrieve information for
Get Site Information
2 inputs
Retrieve detailed information about a specific site based on its site ID
siteId
Unique identifier for the site whose information is being requested
accessToken
OAuth2 Bearer token used for authenticating the API request
Update an item in a specified collection with a given ID and new details.
collectionId
The ID of the collection that contains the item to update.
item
The item to update, including the `_id` property and updated fields.
options
An object containing options to use during the update operation.
Update an item in a collection using its unique ID
collectionId
The ID of the collection that contains the item to update.
item
The item to update in the collection. Must include an '_id' property that already exists in the collection.
options
An object containing options to use when processing this operation, such as bypassing permissions.