Hello @psuross -
Adobe Sensei, as a standalone product, might not provide direct functionality for content generation or localization based on postal codes.
However, you can leverage AEM along with other Adobe technologies and custom development to achieve your goal :
- Gather the underlying facts for each postal code and store them in a structured format within your system. This data can be sourced via external systems.
- Define a content model in AEM to represent the articles or content pieces that will be localized. Include the necessary fields to store and associate the localized facts with each article.
- Create a mapping between the postal codes and the corresponding localized facts. This mapping can be managed within AEM or external systems based on your requirements.
- Develop a custom solution/workflow within AEM to generate the series of articles based on the content model and localized facts. The solution should dynamically populate the content with the relevant facts based on the postal code associated with each article.
- Use AEM's authoring and publishing capabilities to publish the localized articles to the desired channels [Adobe Campaigns] or target audiences[Adobe Target].