openContactSupport()

Opens the contact support flow for a specific app, allowing Wix users to get help or report issues directly with the app provider, who receives the inquiry via email.

For apps made by Wix, this opens the Wix support chatbot in a new tab. For 3rd-party apps, it opens a contact support modal.

The contact support modal

Important: This method is only available in the editor.

Method declaration

Copy

Parameters

NameTypeDescription
argsContactSupportRequestRequest object containing app data.

ContactSupportRequest

NameTypeDescription
appIdstringRequired. The ID of the app to get support for.

Returns

Copy

A promise that resolves to a ContactSupportResponse indicating the result of the contact support action.

ContactSupportResponse

NameTypeDescription
statusstringStatus of the contact support action. Possible values:
-DISPATCHED: The support flow started successfully.
-CANCELED: The Wix user canceled the contact support flow.

Examples

Contact support for an app

Copy

Errors

This method may return the following error code:

  • NOT_INSTALLED: The app isn't installed on the site. Apps must be installed before a Wix user can contact support for them.
Did this help?