> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/automations/triggers/trigger-catalog/introduction.md ## Article Content: # About the Trigger Catalog API The Trigger Catalog API allows you to manage [triggers](https://dev.wix.com/docs/rest/business-management/automations/triggers/about-triggers.md) for your app. It also allows you to retrieve the catalog of triggers available to Wix users on a site. With this API you can: - [Create](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/trigger-catalog/create-trigger.md), [update](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/trigger-catalog/update-trigger.md), and [delete](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/trigger-catalog/delete-trigger-by-app-id-and-key.md) triggers from your app. - [Query triggers](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/trigger-catalog/query-triggers.md) to retrieve available triggers. - [Resolve triggers](https://dev.wix.com/docs/rest/business-management/automations/triggers/trigger-catalog/resolve-triggers.md) installed on the current site, based on the specified app ID and query configurations. - [Retrieve a specific trigger](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/trigger-catalog/get-trigger-by-app-id-and-key.md) by its app ID and trigger key. - [Retrieve a trigger's dynamic schema](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/trigger-catalog/get-trigger-dynamic-schema.md) including its [filter fields](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/about-triggers.md#filter-fields). ## Before you begin It's important to note the following points before starting to code: - You can only create, update, and delete triggers for [apps you own or collaborate on](https://dev.wix.com/docs/build-apps/develop-your-app/app-dashboard-setup/manage-collaborators.md). - A site's trigger catalog only contains the triggers of apps that are installed on the site. ## Use case [Retrieve the triggers provided by a specific app on a site](https://dev.wix.com/docs/rest/business-management/automations/triggers/trigger-catalog/sample-flow.md#fetch-the-triggers-owned-by-wix-inbox-on-a-site). ## See also - [About triggers](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/about-triggers.md) - [Add a trigger to your app](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/add-a-trigger-to-your-app.md) - [About the Wix Automations Trigger Provider Service Plugin](https://dev.wix.com/docs/api-reference/business-management/automations/triggers/trigger-provider-service-plugin/introduction.md#about-the-wix-automations-trigger-provider-service-plugin) - [About automations](https://dev.wix.com/docs/api-reference/business-management/automations/introduction.md) @sdk_package_setup