Integration
Connect Google Drive to Wix
When something happens in Google Drive, 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 Drive 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 Drive and Wix
Triggers and actions 11 triggers · 242 actions
Trigger
Comment Added (Docs/Sheets/Slides)Triggers when a new comment is added to Google Docs, Sheets, or Slides.
Trigger
File CreatedTriggers when a new file is created in Google Drive.
Trigger
File Deleted or TrashedTriggers when a file is moved to trash or permanently deleted in Drive.
Trigger
File Shared (Permissions Added)Triggers when new sharing permissions are granted to a file or folder. Uses Drive's `changes.list` endpoint with inline `permissions` in the `fields` mask so each change carries the file's current permission set provider-atomically. We diff that against `seen_permission_keys` to identify newly added grants. Drive page tokens are the primary cursor; if Drive rejects a stored token, the trigger raises `PollingTriggerError` without clearing state rather than silently re-baselining and dropping events. Limitation: truly ephemeral permissions (added and revoked between two polls without any other file modification in between) are not detected. Drive Activity API would catch those but requires an additional OAuth scope and a different payload contract.
Trigger
File UpdatedTriggers when a file's metadata or content changes in Google Drive.
Trigger
Google Drive ChangesTriggers when changes are detected in a Google Drive.
Trigger
New File Matching QueryTriggers when a new Google Drive file matches a provided query. This is the legacy query-centric trigger: it preserves Drive API query config such as ``corpora`` / ``driveId`` aliases and emits the historical ``file_matching_query`` event type. ``FileCreatedTrigger`` covers the broader "new file" case and emits ``file_created``.
Action
Add File Sharing PreferenceModifies sharing permissions for an existing google drive file, granting a specified role to a user, group, domain, or 'anyone'.
Action
Copy FileDuplicates an existing file in google drive, identified by its `file id`.
Action
Create CommentTool to create a comment on a file. use when you need to add a new comment to a specific file in google drive.
Action
Create FileCreates a new file or folder with metadata. use to create empty files or folders, or files with content by providing it in the request body (though this action primarily focuses on metadata creation).
Action
Create File From TextCreates a new file in google drive from provided text content (up to 10mb), supporting various formats including automatic conversion to google workspace types.
Action
Create FolderCreates a new folder in google drive, optionally within a parent folder specified by its id or name; if a parent name is provided but not found, the action will fail.
Action
Create ReplyTool to create a reply to a comment in google drive. use when you need to respond to an existing comment on a file.
Action
Create Shortcut To FileTool to create a shortcut to a file or folder in google drive. use when you need to link to an existing drive item from another location without duplicating it.
Action
Delete CommentDeletes a comment from a file. use when you need to remove a specific comment from a google drive file.
Action
Delete PermissionDeletes a permission from a file by permission id. use when you need to revoke access for a specific user or group from a file.
Action
Delete ReplyTool to delete a specific reply by reply id. use when you need to remove a reply from a comment on a file.
Action
Download FileDownloads a file from google drive by its id. for google workspace documents (docs, sheets, slides), optionally exports to a specified `mime type`. for other file types, downloads in their native format regardless of mime type.
Action
Edit FileUpdates an existing google drive file by overwriting its entire content with new text (max 10mb).
Action
Empty TrashTool to permanently delete all of the user's trashed files. use when you want to empty the trash in google drive.
Action
Find FileTool to list or search for files and folders in google drive. use when you need to find specific files based on query criteria or list contents of a drive/folder.
Action
Find FolderTool to find a folder in google drive by its name and optionally a parent folder. use when you need to locate a specific folder to perform further actions like creating files in it or listing its contents.
Action
Generate IdsGenerates a set of file ids which can be provided in create or copy requests. use when you need to pre-allocate ids for new files or copies.
Action
Get AboutTool to retrieve information about the user, the user's drive, and system capabilities. use when you need to check storage quotas, user details, or supported import/export formats.
Action
Get Changes Start Page TokenTool to get the starting pagetoken for listing future changes in google drive. use this when you need to track changes to files and folders.
Action
Get CommentTool to get a comment by id. use when you need to retrieve a specific comment from a google drive file and have both the file id and comment id.
Action
Get File MetadataTool to get a file's metadata by id. use when you need to retrieve the metadata for a specific file in google drive.
Action
Get PermissionGets a permission by id. use this tool to retrieve a specific permission for a file or shared drive.
Action
Get ReplyTool to get a specific reply to a comment on a file. use when you need to retrieve the details of a particular reply.
Action
Get RevisionTool to get a specific revision's metadata by revision id. use when you need to retrieve information about a particular version of a file.
Action
Google Drive Delete Folder Or File ActionTool to delete a file or folder in google drive. use when you need to permanently remove a specific file or folder using its id. note: this action is irreversible.
Action
List ChangesTool to list the changes for a user or shared drive. use when you need to track modifications to files and folders, such as creations, deletions, or permission changes. this action requires a `pagetoken` which can be initially obtained using the `get changes start page token` action or from a previous `list changes` response.
Action
List CommentsTool to list all comments for a file in google drive. use when you need to retrieve comments associated with a specific file.
Action
List File LabelsTool to list the labels on a file. use when you need to retrieve all labels associated with a specific file in google drive.
Action
List FilesTool to list a user's files and folders in google drive. use this to search or browse for files and folders based on various criteria.
Action
List PermissionsTool to list a file's permissions. use when you need to retrieve all permissions associated with a specific file or shared drive.
Action
List Replies To CommentTool to list replies to a comment in google drive. use this when you need to retrieve all replies associated with a specific comment on a file.
Action
List RevisionsTool to list a file's revisions. use when you need to retrieve the revision history of a specific file in google drive.
Action
List Shared DrivesTool to list the user's shared drives. use when you need to get a list of all shared drives accessible to the authenticated user.
Action
Move FileTool to move a file from one folder to another in google drive. use when you need to reorganize files by changing their parent folder(s).
Action
Parse FileDeprecated: exports google workspace files (max 10mb) to a specified format using `mime type`, or downloads other file types; use `googledrive download file` instead.
Action
Stop Watch ChannelTool to stop watching resources through a specified channel. use this when you want to stop receiving notifications for a previously established watch.
Action
Update CommentTool to update an existing comment on a google drive file. use when you need to change the content or status (e.g., resolve) of a comment.
Action
Update File PutUpdates file metadata. uses patch semantics (partial update) as per google drive api v3. use this tool to modify attributes of an existing file like its name, description, or parent folders. note: this action currently supports metadata updates only. file content updates require multipart/related upload and are not yet implemented.
Action
Update File Revision MetadataUpdates metadata of a file revision (e.g., keepforever, publish). use this tool to modify the metadata of a specific revision of a file in google drive.
Action
Update PermissionTool to update a permission with patch semantics. use when you need to modify an existing permission for a file or shared drive.
Action
Update ReplyTool to update a reply to a comment on a google drive file. use when you need to modify the content of an existing reply.
Action
Watch ChangesTool to subscribe to changes for a user or shared drive in google drive. use when you need to monitor a google drive for modifications and receive notifications at a specified webhook url.
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.