Integration
Connect Google Sheets to Wix
When something happens in Google Sheets, your agent does the next thing in Wix. Describe it in plain language and the automation is built, tested on every branch and kept running.
Build it
What do you want Google Sheets and Wix to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Google Sheets and Wix
Triggers and actions 20 triggers · 246 actions
Trigger
Aggregate Metric ChangedFires when an aggregate metric (sum/avg/count/…) over a column changes. Managed by Composio (~15 min floor).
Trigger
Cell Range Values ChangedFires when the values in a specific cell range change. Managed by Composio (~15 min floor).
Trigger
Conditional Format Rule ChangedFires when a conditional-format rule changes. Managed by Composio (~15 min floor).
Trigger
Data Validation Rule ChangedFires when a data-validation rule changes. Managed by Composio (~15 min floor).
Trigger
Developer Metadata ChangedFires when developer metadata changes. Managed by Composio (~15 min floor).
Trigger
Filtered Range Values ChangedFires when the values in a filtered range change. Managed by Composio (~15 min floor).
Trigger
New RowsFires when new rows are appended to a Google Sheet. Managed by Composio (server-side poll; ~15 min floor).
Trigger
New Sheet AddedFires when a new sheet (tab) is added to a spreadsheet. Managed by Composio (~15 min floor).
Trigger
New Spreadsheet CreatedFires when a new spreadsheet is created in the account. Managed by Composio (~15 min floor).
Trigger
Spreadsheet Metadata ChangedFires when spreadsheet metadata changes. Managed by Composio (~15 min floor).
Trigger
Spreadsheet Properties ChangedFires when spreadsheet properties change. Managed by Composio (~15 min floor).
Trigger
Spreadsheet Row ChangedFires when a row matching a query changes. Managed by Composio (~15 min floor).
Trigger
Spreadsheet Search MatchFires when a spreadsheet matching search criteria is found. Managed by Composio (~15 min floor).
Trigger
Table Query Result ChangedFires when the result of a SQL-style table query changes. Managed by Composio (~15 min floor).
Trigger
Table Schema ChangedFires when a table's column schema changes. Managed by Composio (~15 min floor).
Trigger
Worksheet Names ChangedFires when worksheet (tab) names change. Managed by Composio (~15 min floor).
Action
Add RowAppend a row to a Google Sheet
Action
Aggregate Column DataRead a range and compute an aggregate (sum|avg|min|max|count) over one column, skipping blank/non-numeric cells (so a header row is skipped automatically).
Action
Auto-Resize Rows or ColumnsAuto-fit row heights or column widths over an index range via autoResizeDimensions.
Action
Change Sheet PropertiesUpdate a worksheet's grid properties (row/column count) using an explicit field mask.
Action
Clear Basic FilterRemove the basic filter from a sheet via clearBasicFilter.
Action
Clear Spreadsheet Row(s)Clear the values in a range (formatting preserved).
Action
Copy RangeCopy a source cell range to a destination range within the spreadsheet.
Action
Copy WorksheetCopy a worksheet into a destination spreadsheet.
Action
Create ChartAdd a basic embedded chart (column/bar/line/etc.) built from a domain range and a series range on a sheet. Returns the new chartId.
Action
Create Conditional Formatting RuleAdd a boolean conditional formatting rule (e.g. NUMBER_GREATER) that colors matching cells.
Action
Create Multiple Spreadsheet RowsAppend many rows in one call.
Action
Create SpreadsheetCreate a new Google Sheets spreadsheet with the given title.
Action
Create Spreadsheet ColumnInsert a blank column at a given index.
Action
Create Spreadsheet RowAppend a single row of values to a sheet range.
Action
Create Spreadsheet Row at TopInsert a blank row just below the header (row 2), then write the given values into it in one operation.
Action
Create WorksheetAdd a new worksheet (tab) to an existing spreadsheet.
Action
Delete ChartDelete an embedded chart via deleteEmbeddedObject.
Action
Delete SheetDelete a worksheet from a spreadsheet by sheetId (gid).
Action
Delete Spreadsheet Row(s)Delete a contiguous block of rows by index.
Action
Find and ReplaceFind and replace text across the spreadsheet. Supply EXACTLY ONE scope: all_sheets=true OR sheet_id. Leave the other unset (do not pass all_sheets=false together with sheet_id).
Action
Find SpreadsheetFind spreadsheets by exact name via the Drive API (cross-host through the googlesheets connection).
Action
Find WorksheetReturn the worksheet whose title matches the given title (sheet_id/index/found), reading the spreadsheet's sheet properties.
Action
Format Cell RangeApply background color and bold formatting to a cell range via repeatCell.
Action
Format Spreadsheet RowApply a background color across an entire row via repeatCell over a row range.
Action
Get Conditional Format RulesList all conditional-format rules on each sheet (paired with the sheetId so a follow-up update can target a rule by index).
Action
Get Data RangeRead all values in a range.
Action
Get Data Validation RulesRead the data-validation rule set on every cell of a range (per-cell dataValidation, via includeGridData with a field mask).
Action
Get Many Spreadsheet Rows (Advanced)Read multiple ranges at once via batchGet.
Action
Get Row by IDRead a single row range. NOTE: Google Sheets has no row ID; the row number IS the identity.
Action
Get Sheet NamesReturn the titles of all sheets (tabs) in the spreadsheet.
Action
Get Spreadsheet by IDFetch spreadsheet metadata (title, sheets, gids, grid properties).
Action
List ChartsList all embedded charts (chartId + title) across every sheet in the spreadsheet.
Action
Lookup Spreadsheet RowRead a range and return the FIRST row whose cell at column_index equals match_value (Sheets has no server-side filter; this op filters the returned rows).
Action
Lookup Spreadsheet Rows (Advanced)Read multiple ranges via batchGet and return ALL rows whose cell at column_index equals match_value (Sheets has no server-side filter; this op filters the returned rows).
Action
Move ChartReposition an embedded chart to a new overlay anchor cell via updateEmbeddedObjectPosition.
Action
Rename SheetRename a worksheet's title.
Action
Search SpreadsheetsSearch spreadsheets by name substring (or full-text) via the Drive API, cross-host through the googlesheets connection.
Action
Set Basic FilterApply a basic filter to a range on a sheet via setBasicFilter.
Action
Set Data ValidationApply a ONE_OF_LIST dropdown data-validation rule to a cell range.
Action
Sort RangeSort a cell range by one column in ascending or descending order.
Action
Update ChartReplace an existing chart's spec (title, chart type, domain/series ranges) via updateChartSpec.
Action
Update Conditional Format RulesReplace an existing conditional-format rule (identified by its index on the sheet) with a new boolean rule.
Action
Update Data Validation RuleOverwrite the data-validation rule on a cell range with a ONE_OF_LIST dropdown (same endpoint as create; setDataValidation replaces whatever rule the range held).
Action
Update Spreadsheet RowOverwrite the values at a specific range.
Action
Update Spreadsheet Row(s)Update one or more disjoint ranges in a single batch.
Action
Upsert RowRead a range, find the row whose column_index cell equals match_value; UPDATE that row when found, otherwise APPEND a new row. One adaptive write request (method+path chosen by the match script).
Trigger
Contact Created (instant)Fires as soon as a contact is created in Wix.
Trigger
Contact Updated (instant)Fires as soon as a Wix contact is updated.
Trigger
Product Updated (instant)Fires as soon as a Wix Stores product is updated.
Trigger
Submission Created (instant)Fires as soon as a form submission is received in Wix Forms.
Action
Add Contact Additional EmailAdd an additional email address to a Wix contact.
Action
Add Contact Additional PhoneAdd an additional phone number to a Wix contact.
Action
Add Contact AddressAdd an address to a Wix contact.
Action
Add Coupon To CartApply a coupon to a Wix eCommerce cart.
Action
Add Line Items To CartAdd products to a Wix eCommerce cart.
Action
Add Line Items To Draft OrderAdd line items to a Wix eCommerce draft order.
Action
Add Order ActivitiesAdd activity entries to a Wix eCommerce order timeline.
Action
Add Order PaymentsRecord payments against a Wix eCommerce order.
Action
Add To CheckoutAdd line items to a Wix eCommerce checkout.
Action
Approve MemberApprove a pending site member in Wix.
Action
Block MemberBlock a site member in Wix.
Action
Cancel BookingCancel a booking in Wix Bookings.
Action
Cancel EventCancel an event in Wix Events.
Action
Cancel Rsvp Guests Check InUndo the check-in of RSVP guests at a Wix event.
Action
Check In Rsvp GuestsCheck in RSVP guests at a Wix event.
Action
Confirm BookingConfirm a pending booking in Wix Bookings.
Action
Confirm Or Decline BookingConfirm or decline a pending booking in Wix Bookings.
Action
Confirm SubmissionConfirm a submission in Wix Forms.
Action
Count CategoriesCount product categories in Wix Stores.
Action
Count ContactsCount the contacts on the Wix site, optionally narrowed by a filter.
Action
Count ProductsCount products in Wix Stores.
Action
Count RsvpsCount RSVPs in Wix Events.
Action
Count ServicesCount services in Wix Bookings.
Action
Count Staff MembersCount staff members in Wix Bookings.
Action
Count SubmissionsCount submissions in Wix Forms.
Action
Create A CouponCreate a new discount coupon in Wix Coupons.
Action
Create Blog CategoryCreate a new category in Wix Blog.
Action
Create BookingCreate a booking for an appointment, class session or course on the Wix site.
Action
Create CartCreate a new shopping cart in Wix eCommerce.
Action
Create CheckoutCreate a new checkout in Wix eCommerce.
Action
Create ContactCreate a new contact in Wix contacts and site members.
Action
Create Discount RuleCreate a new automatic discount rule in Wix eCommerce.
Action
Create Draft OrderCreate a new draft order in Wix eCommerce.
Action
Create Draft PostCreate a new draft post in Wix Blog.
Action
Create EventCreate a new event in Wix Events.
Action
Create FulfillmentCreate a fulfillment on a Wix eCommerce order.
Action
Create Inventory ItemCreate a new inventory item in Wix Stores.
Action
Create MemberCreate a new site member in Wix.
Action
Create NoteCreate a new note on a Wix contact.
Action
Create Order From CheckoutCreate a store order from a Wix eCommerce checkout.
Action
Create ProductCreate a new product in Wix Stores.
Action
Create Product With InventoryCreate a new product together with its inventory in Wix Stores.
Action
Create RsvpCreate an RSVP for a Wix event that accepts RSVPs.
Action
Create ServiceCreate a new bookable service in Wix Bookings.
Action
Create Staff MemberCreate a new staff member in Wix Bookings.
Action
Create Store CategoryCreate a new product category in Wix Stores.
Action
Create Store OrderCreate a new store order in Wix eCommerce.
Action
Create SubmissionCreate a new submission in Wix Forms.
Action
Create TagCreate a new tag in Wix Blog.
Action
Create Ticket DefinitionCreate a new ticket type in Wix Events.
Action
Decline BookingDecline a pending booking in Wix Bookings.
Action
Delete A CouponDelete a coupon from Wix Coupons.
Action
Delete AttendanceDelete an attendance record from Wix Bookings.
Action
Delete Blog CategoryDelete a category from Wix Blog.
Action
Delete CartDelete a shopping cart from Wix eCommerce.
Action
Delete ContactDelete a contact from Wix contacts and site members.
Action
Delete Contact AddressRemove one address from a Wix contact, leaving the contact's other addresses in place.
Action
Delete Discount RuleDelete a discount rule from Wix eCommerce.
Action
Delete Draft OrderDelete a draft order from Wix eCommerce.
Action
Delete Draft PostDelete a draft post from Wix Blog.
Action
Delete EventDelete an event from Wix Events.
Action
Delete Extended FieldDelete an extended field from Wix contacts.
Action
Delete FulfillmentDelete a fulfillment from a Wix eCommerce order.
Action
Delete Inventory ItemDelete an inventory item from Wix Stores.
Action
Delete LabelDelete a contact label from Wix contacts.
Action
Delete MemberDelete a site member from Wix.
Action
Delete Member AddressesDelete addresses from a Wix site member.
Action
Delete Member PhonesDelete phone numbers from a Wix site member.
Action
Delete NoteDelete a note from a Wix contact.
Action
Delete ProductDelete a product from Wix Stores.
Action
Delete RsvpDelete an RSVP from Wix Events.
Action
Delete ServiceDelete a service from Wix Bookings.
Action
Delete Staff MemberDelete a staff member from Wix Bookings.
Action
Delete Store CategoryDelete a product category from Wix Stores.
Action
Delete SubmissionDelete a submission from Wix Forms.
Action
Delete TagDelete a tag from Wix Blog.
Action
Delete Ticket DefinitionDelete a ticket type from Wix Events.
Action
Find Or Create LabelFind a Wix contact label by name, creating it if it does not exist yet.
Action
Get A CouponRetrieve a single coupon from Wix Coupons.
Action
Get All Products CategoryRetrieve the built-in All Products category in Wix Stores.
Action
Get AttendanceRetrieve an attendance record from Wix Bookings.
Action
Get Availability Time SlotRetrieve a single availability time slot from Wix Bookings.
Action
Get Blog CategoryRetrieve a single category from Wix Blog.
Action
Get CartRetrieve a single shopping cart from Wix eCommerce.
Action
Get Cart Checkout URLGet the checkout link for a Wix eCommerce cart.
Action
Get CheckoutRetrieve a single checkout from Wix eCommerce.
Action
Get Checkout By Cart IdRetrieve the checkout created from a Wix eCommerce cart.
Action
Get Checkout URLGet the hosted checkout link for a Wix eCommerce checkout.
Action
Get ContactRetrieve a single contact from Wix contacts and site members.
Action
Get ConversationRetrieve a single conversation from Wix Inbox.
Action
Get Discount RuleRead one discount rule from the Wix site's store.
Action
Get Draft OrderRetrieve a single draft order from Wix eCommerce.
Action
Get Draft PostRetrieve a single draft post from Wix Blog.
Action
Get EventRetrieve a single event from Wix Events.
Action
Get Extended FieldRetrieve a single extended field from Wix contacts.
Action
Get Inventory ItemRetrieve a single inventory item from Wix Stores.
Action
Get LabelRetrieve a single contact label from Wix contacts.
Action
Get MemberRetrieve a single site member from Wix.
Action
Get NoteRead one contact note from the Wix site.
Action
Get Or Create ConversationRetrieve an existing Wix Inbox conversation with a visitor, creating one if none exists.
Action
Get ProductRetrieve a single product from Wix Stores.
Action
Get RsvpRetrieve a single RSVP from Wix Events.
Action
Get ServiceRetrieve a single service from Wix Bookings.
Action
Get Staff MemberRetrieve a single staff member from Wix Bookings.
Action
Get Store CategoryRetrieve a single product category from Wix Stores.
Action
Get Store OrderRetrieve a single store order from Wix eCommerce.
Action
Get SubmissionRetrieve a single submission from Wix Forms.
Action
Get TagRead one tag from the Wix site.
Action
Get Tag By LabelRetrieve a Wix Blog tag by its label.
Action
Get Ticket DefinitionRetrieve a single ticket type from Wix Events.
Action
List Availability Time Slot End OptionsList the possible end times for a Wix Bookings availability slot.
Action
List Availability Time SlotsList bookable availability time slots in Wix Bookings.
Action
List Available TicketsList tickets still available for a Wix event.
Action
List CategoriesList categories from Wix Blog.
Action
List Categories For ItemList the Wix Stores categories a product belongs to.
Action
List Draft PostsList the blog's draft posts on the Wix site.
Action
List Event Time SlotsList class and course time slots in Wix Bookings.
Action
List Fulfillments For Multiple OrdersList fulfillments across several Wix eCommerce orders.
Action
List Fulfillments For Single OrderList the fulfillments on one Wix eCommerce order.
Action
List Items In CategoryList the products in a Wix Stores category.
Action
List LabelsList contact labels from Wix contacts.
Action
List MembersList site members in Wix.
Action
List MessagesList messages in a Wix Inbox conversation.
Action
List Rsvp SummaryList RSVP summary counts for Wix events.
Action
List Transactions For Multiple OrdersList payment transactions across several Wix eCommerce orders.
Action
List Transactions For Single OrderList the payment transactions on one Wix eCommerce order.
Action
Mark Booking As PendingMove a booking to pending in Wix Bookings.
Action
Mark Checkout As CompletedMark a Wix eCommerce checkout as completed.
Action
Move CategoryMove a category within the Wix Stores category tree.
Action
Publish Draft EventPublish a draft event in Wix Events.
Action
Publish Draft PostPublish a draft post in Wix Blog.
Action
Query AttendanceSearch and filter attendance records in Wix Bookings.
Action
Query Available TicketsSearch and filter available tickets in Wix Events.
Action
Query Booking CategoriesSearch and filter service categories in Wix Bookings.
Action
Query ContactsSearch and filter contacts in Wix contacts and site members.
Action
Query Draft PostsSearch and filter draft posts in Wix Blog.
Action
Query Email SubscriptionsSearch and filter email subscriptions in Wix.
Action
Query EventsRetrieve a list of Wix events matching a filter, with sorting and optional extra field sets. Returns at most 100 events per call and does not paginate.
Action
Query Inventory ItemsSearch and filter inventory items in Wix Stores.
Action
Query LabelsSearch and filter contact labels in Wix contacts.
Action
Query LocationsSearch and filter business locations in Wix Bookings.
Action
Query MembersSearch and filter site members in Wix.
Action
Query NotesSearch and filter notes on Wix contacts.
Action
Query PoliciesSearch and filter booking policies in Wix Bookings.
Action
Query ProductsSearch and filter products in Wix Stores.
Action
Query RsvpsSearch and filter RSVPs in Wix Events.
Action
Query ServicesSearch and filter services in Wix Bookings.
Action
Query Staff MembersSearch and filter staff members in Wix Bookings.
Action
Query Store CategoriesSearch and filter product categories in Wix Stores.
Action
Query Submissions By NamespaceSearch and filter Wix Forms submissions within a namespace.
Action
Query TagsSearch and filter tags in Wix Blog.
Action
Query Ticket DefinitionsSearch and filter ticket types in Wix Events.
Action
Remove Cart Delivery MethodClear the delivery method on a Wix eCommerce cart.
Action
Remove Coupon From CartRemove the coupon from a Wix eCommerce cart.
Action
Remove Coupon From CheckoutRemove the coupon from a Wix eCommerce checkout.
Action
Remove Gift Card From CheckoutRemove the gift card from a Wix eCommerce checkout.
Action
Remove Line Items From CartRemove products from a Wix eCommerce cart.
Action
Remove Line Items From CheckoutRemove line items from a Wix eCommerce checkout.
Action
Reschedule BookingReschedule a booking to a new time slot in Wix Bookings.
Action
Search CategoriesSearch product categories in Wix Stores.
Action
Search ContactsSearch contacts in Wix contacts and site members.
Action
Search Inventory ItemsSearch inventory items in Wix Stores.
Action
Search ProductsSearch products in Wix Stores.
Action
Search ServicesSearch services in Wix Bookings.
Action
Search Staff MembersSearch staff members in Wix Bookings.
Action
Search Store OrdersSearch and filter store orders in Wix eCommerce.
Action
Send MessageSend a message in a Wix Inbox conversation.
Action
Set AttendanceRecord attendance for a Wix Bookings session.
Action
Set Draft Order DiscountsApply or unapply discounts and additional fees on a Wix draft order and return the recalculated order.
Action
Set Service LocationsSet the locations a Wix Bookings service is offered at.
Action
Set Service ProviderSet whether a Wix Bookings staff member is a service provider — whether customers can book them. Turning it off hides them from booking flows; their working hours and existing bookings are kept.
Action
Update A CouponUpdate an existing coupon in Wix Coupons.
Action
Update Blog CategoryUpdate an existing category in Wix Blog.
Action
Update CartUpdate an existing shopping cart in Wix eCommerce.
Action
Update Cart Line ItemsChange quantities or details of items in a Wix eCommerce cart.
Action
Update Category VisibilityShow or hide a Wix Stores category.
Action
Update CheckoutUpdate an existing checkout in Wix eCommerce.
Action
Update Checkout Line Items QuantityChange item quantities on a Wix eCommerce checkout.
Action
Update ContactUpdate an existing contact in Wix contacts and site members.
Action
Update Contact AddressUpdate an address on a Wix contact.
Action
Update Contact TagsAdd or remove labels (tags) on a Wix contact.
Action
Update Discount RuleUpdate an existing discount rule in Wix eCommerce.
Action
Update Draft Order Line ItemsChange line items on a Wix eCommerce draft order.
Action
Update Draft PostUpdate an existing draft post in Wix Blog.
Action
Update EventChange the details of an existing Wix event - its title, description, location, schedule, image, registration setup, and page settings.
Action
Update Extended FieldUpdate an existing extended field in Wix contacts.
Action
Update FulfillmentUpdate a fulfillment on a Wix eCommerce order.
Action
Update Inventory ItemUpdate an existing inventory item in Wix Stores. Product, variant and location cannot be changed once the item exists.
Action
Update LabelUpdate an existing contact label in Wix contacts.
Action
Update NoteUpdate an existing note on a Wix contact.
Action
Update Number Of ParticipantsChange the number of participants on a Wix booking.
Action
Update Order Payment StatusUpdate the payment status of a Wix eCommerce order.
Action
Update ProductUpdate an existing product in Wix Stores.
Action
Update Product With InventoryUpdate a product together with its inventory in Wix Stores.
Action
Update RsvpUpdate an existing RSVP in Wix Events.
Action
Update ServiceUpdate an existing service in Wix Bookings.
Action
Update Staff MemberUpdate an existing staff member in Wix Bookings.
Action
Update Store OrderUpdate an existing store order in Wix eCommerce.
Action
Update SubmissionUpdate an existing submission in Wix Forms.
Action
Update Ticket DefinitionUpdate an existing ticket type in Wix Events.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.