This article shares some possible use cases your app could support, as well as a sample flow that could support each use case. This can be a helpful jumping off point as you plan your app's implementation.
If multiple Wix sites use your app with a loyalty program, you can synchronize followed social media channels and loyalty points across these sites. This synchronization ensures consistency, eliminates manual updates, and reduces the risk of data discrepancies.
To perform an initial upload and update all social media channels with associated loyalty points from a Wix site to your external system, follow these steps:
channels
and points
fields to the external system.On an ongoing basis, monitor the following webhooks to detect updates to followed social media records and loyalty points:
When the above webhooks are triggered, retrieve the record and loyalty points from the payload. Use the predefined mapping to update the external system with the new information.