Sample Flows

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

Retrieve the actions provided by a specific app on a site

Sometimes you may need to retrieve actions on a site that belong to a specific app. You can use Resolve Actions to fetch a list of actions belonging to one app.

In order to resolve app-specific actions, you need to filter your query by appId. Let's say you want to find all actions provided by Wix Inbox. First, look up the app ID for Wix Inbox and copy it. Then, use it in the following filtered query:

Copy

When you pass this query object to Resolve Actions, it returns all actions in the action catalog that are owned by Wix Inbox. Here’s an example of a possible response:

Copy
Did this help?