POST

Resolve Triggers


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Returns triggers that are installed on the site and have sufficient maturity.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Set Up Automations
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/v1/triggers/resolve

Body Params
queryQuery

Query options.


appIdstring

If provided, all triggers associated with the app ID are retrieved, regardless of maturity. The app must be installed on the site.

Response Object
resultsArray <Trigger>

List of retrieved triggers.


pagingPaging

Paging metadata of the response.

Resolve Triggers
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?