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.
You can integrate with the Projects API to display residential building projects available for investment. To keep listings current, once a year you might want to delete projects that are over 2 years old.
Call Create Projects to create a project for each residential building available for investment.
Once a year, call Query Projects using the created date property to retrieve all projects in the site's portfolio older than 2 years. Record the returned project IDs.
For each project ID returned, call Delete Project to remove the project from the portfolio.
You can create a curated art gallery that lists various artists' projects. To display the most up-to-date projects from your artists, set the gallery to automatically fetch and display projects whenever Wix users add, update, or delete them.
Wix users can create and manage projects in a Wix Portfolio.
Listen for the Project Created, Project Updated, and Project Deleted events to detect when projects have been added, updated, or deleted. Retrieve the latest project data from the event object.
Reflect the changes in your gallery.