Sample flows

This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation.

Direct Wix users to their published site

You might choose to direct Wix users from within your app to the published site to review the site after translation. To do this:

  1. Include a call to action that redirects to the relevant URL - for example, a button.
  2. When the Wix user clicks the button, call the List Published Site URLs method.
  3. Redirect the site builder to the relevant URL as provided in the response.
Did this help?