About this trigger
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This trigger fires every time the app you specify releases a new version.
- API endpoint slug
- app_store.new_app_version_released
Trigger fields
App name or URL Text input
- Label
- Enter an app's name or URL
- Helper text
- E.g. "IFTTT" or "Snapchat." For best results, paste an app's App Store URL.
- Slug
- app_name_or_url
- Required
- true
- Can have default value
- true
Ingredients
NameThe name of the App.
- Slug
- name
- Filter code
- AppStore.newAppVersionReleased.Name
- Type
- String
- Example
- IFTTT
DescriptionThe description of the App.
- Slug
- description
- Filter code
- AppStore.newAppVersionReleased.Description
- Type
- String
- Example
- Applets bring your favorite services together to create new experiences...
App store URLThe URL to the App in the App Store.
- Slug
- app_store_url
- Filter code
- AppStore.newAppVersionReleased.AppStoreUrl
- Type
- String
- Example
- https://itunes.apple.com/us/app/ifttt/id660944635
DeveloperThe name of the developer of the App.
- Slug
- developer
- Filter code
- AppStore.newAppVersionReleased.Developer
- Type
- String
- Example
- IFTTT
CategoryThe category the App falls under.
- Slug
- category
- Filter code
- AppStore.newAppVersionReleased.Category
- Type
- String
- Example
- Productivity
PriceThe current price of the App.
- Slug
- price
- Filter code
- AppStore.newAppVersionReleased.Price
- Type
- String
- Example
- $9.99
RatingThe current rating of the App.
- Slug
- rating
- Filter code
- AppStore.newAppVersionReleased.Rating
- Type
- String
- Example
- 5 stars
ScreenshotThe URL to a screenshot of the App.
- Slug
- screenshot
- Filter code
- AppStore.newAppVersionReleased.Screenshot
- Type
- Image URL
- Example
- http://ifttt.com
IconThe URL to an image of the App's icon.
- Slug
- icon
- Filter code
- AppStore.newAppVersionReleased.Icon
- Type
- String
- Example
- http://is2.mzstatic.com/image/thumb/Purple111/v4/5c/3d/43/5c3d4327-22d0-45d0-73c6-bbaf56c08902/source/512x512bb.jpg
Release notesNotes about the new app release.
- Slug
- release_notes
- Filter code
- AppStore.newAppVersionReleased.ReleaseNotes
- Type
- String
- Example
- + We made some improvements to...
VersionThe current version of the App.
- Slug
- version
- Filter code
- AppStore.newAppVersionReleased.Version
- Type
- String
- Example
- 2.1.3
Created atDate and time event was created.
- Slug
- created_at
- Filter code
- AppStore.newAppVersionReleased.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00