The system evaluates customers daily to determine whether they purchased products with defined replenishment cycles and are approaching the end of their usage period. Product groups are split into segments such as Replenishment 30 or Replenishment 90 based on the configured Replenishment days attribute. Deal segments then match completed orders containing these products, filtered by delivery date conditions that reflect when the reminder should be sent. Calculated attributes calculate how many replenishment-relevant deals each customer has, and if the count is greater than zero, the system triggers a personalized replenishment reminder email. Emails include direct product links, contextual recommendations, and optional incentives.
La mise en œuvre de l'automatisation des cas d'utilisation implique plusieurs étapes et outils clés. Voici des ressources complètes pour vous aider à démarrer :
Collect information from your visitors and navigate them on the website.
Automate SMS delivery based on user actions or specific conditions.
Delivers personalized notifications to users of your website (webpush) or app (mobile push).
Easily design and customize landing pages that convert visitors into leads, optimizing the journey from click to action.

| Attribute name | Attribute type |
|---|---|
| (standard) string | |
| Consent email | (custom) boolean |
| Replenishment 30 | (custom) integer |
| Replenishment 90 | (custom) integer |
| Attribute name | Attribute type |
|---|---|
| Name | (standard) string |
| Product URL | (standard) string |
| Image URL | (standard) string |
| Replenishment days | (custom) integer |
| Attribute name | Attribute type | |
|---|---|---|
| stage | (standard) integer | |
| Date delivered | (custom) datetime |
| Segment name | Segment definition |
|---|---|
| Replenishment 30 | (product segment) Based on the product attribute Replenishment days = 30 |
| Replenishment 90 | (product segment) Based on the product attribute Replenishment days = 90 |
| Replenishment 30 - deals | (deal segment) Include all completed deals containing products from Replenishment 30 segment, that dete delivered was 20 days ago |
| Replenishment 90 - delas | (deal segment) Include all completed deals containing products from Replenishment 90 segment, that dete delivered was 80 days ago |
| Aggregators name | Aggregators definition |
|---|---|
| Number of products with Replenishment 30 | The aggregator sums up the deals from a Replenishment 30 segment and saves this number in the user attribute Replenishment 30. If the value is greater than 0, it means that the user has a deal from this segment |
| Number of products with Replenishment 90 | The aggregator sums up the deals from a Replenishment 90 segment and saves this number in the user attribute Replenishment 90. If the value is greater than 0, it means that the user has a deal from this segment |