Hi,
In standard Odoo (v18 SaaS, Enterprise), part of this flow can be managed using the default functionalities, but not entirely. On the Point of Sale side, you can configure a loyalty program where customers automatically earn points when they make orders. These points are added to their loyalty card without any manual work. On the marketing side, you can use Marketing Automation to create a campaign that triggers when a new customer is created or when their first Point of Sale order is confirmed. This can be used to send a welcome or gift email.
However, there are two limitations with the default setup. First, Odoo does not natively allow you to add an extra “X” points only for a new customer’s first order. Loyalty rules apply in a general way for all orders and cannot distinguish the first one without customization. Second, while you can send automated emails, they cannot directly display the loyalty card’s updated balance unless the email template is customized to fetch this data dynamically.
This means that with pure Odoo features, you can reward points based on the order rules and send an automated email to new customers or after their first order. But to achieve the exact behavior you describe, granting extra points only on the first order and showing the new balance in the email, you will need a small customization. This could involve extending the loyalty rules and enhancing the email template.
Hope it helps