Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

How to send an automatic email to new customers after their first purchase?

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
marketingquickstartQuickstartMarketingAutomation
3 Respuestas
4806 Vistas
Avatar
Kevin Harrings (kha)

Sending an automatic email to a new customer after their first purchase is a strategic move to introduce them to additional products or services they might find valuable. This personalized outreach creates an opportunity for upsells and cross-sales, maximizing revenue from the initial transaction and increasing customer lifetime value.

We will use the Marketing Automation app to answer it.

0
Avatar
Descartar
Avatar
Kevin Harrings (kha)
Autor Mejor respuesta

Create a campaign and target the audience

Go to Marketing Automation - New

Target: Sales order - this will allow us to filter on the sale order status. 

Unicity based on: Customer - By choosing the customer field, we are sure that we will send the email to the same customer only once

Filter:​ In developer mode, you can force the following path partner_id.sale_order_count to check if the contact already has any sales order or quotation linked. The number of sales order and quotation (count) is reflected by the smart buttons on the contact form. As we want to target only new customers, they can only have 1 sale order or 1 subscription linked. 
To exclude any quotation, we add a filter on the state field.
NB: Though sales orders and subscriptions are merged into the same Odoo model (sale.order), they have different count fields. Therefore, we need to add another filter on partner_id.subscription_count (to be forced the same way as above), and add a filter to only apply the rule on subscriptions that are In Progress. ​​​


Create an Activity

Once you defined your target audience, you can start creating your activity (Email sequence).

Activity type: Email

Trigger: In this case we will choose a time-based trigger, ex. 10 days after the sales. 

Mail Template: Create and adapt your email template using one of the predefined templates or create a new one. 

Save & Close.

Now you are ready to start the automation by clicking on the Start button.


1
Avatar
Descartar
Annika Madsen

Is there any way to set this up in version 15?

Avatar
M, Francois-Karl Brouillette
Mejor respuesta

Thank you for this tutorial! Unfortunately I can't seem to filter based on this partner_id.sale_corder_count field. I even tried filtering my contact list using this filter without any success. It always return the total amount of customers regardless of the number I add (0,1,2, etc.) I can however add the field in the contact list view with Studio and I can see the number of Sale Orders per contact in the list view but cannot filter using it! 


Also not that the field sale_order_count is not set to be stored or indexed by default. 


Thanks for your help! :)

0
Avatar
Descartar
Avatar
Baden de Bari
Mejor respuesta

I have adding Salesperson / Subscription but this is not available.  What are the prerequisites, which I could be missing?


I have tried with your update but fails at finding subscription_state. 


["&", ("partner_id.sale_order_count", ">=", 0), "&", ("state", "=", "sale"), "|", ("partner_id.subscription_count", ">=", 1), ("stage_id.name", "=", "In Progress")]


I'm finding it frustrating looking at the Technical/Database/Models and Fields, as they don't show all the functions for a given object.  Where can I find a full object list and be able to traverse all functions, variables and relationships?


Where can I find documented "partner_id.sale_order_count" and where to find "subscription_state".

subscription_state -  could not find this in the fields list.


Using Odoo 16.


--Update-- 

By looking at a subscription, I see "

  • QuotationIn Progress(Stage)

I then used Stage=In Progress.   However, this still doesn't answer how I can find this without all the guess work and poking around, please? Is there an addon that offers intelisense or a proper object model view?



0
Avatar
Descartar
Kevin Harrings (kha)
Autor

Hey! Thank you for your comment. There indeed was an error in the screenshot, though the description is correct. The right path to follow is partner_id.subscription_count. You should follow the contact as starting point rather than the salesperson. I have adapted the screenshot.

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
How do I connect the Epson TM-T88VII to Odoo?
quickstart Quickstart
Avatar
Avatar
2
oct 25
932
How to Set Customer-Specific Product Names Resuelto
quickstart Quickstart
Avatar
1
nov 25
1426
✅ Odoo E-commerce: How to discriminate deliveries based on the type of clients
quickstart Quickstart
Avatar
0
ago 25
1441
How can Import an existing Spreadsheets with formulas with out doing it manually? Resuelto
quickstart Quickstart
Avatar
2
ago 25
1872
Does Odoo manage WebP ? Resuelto
quickstart Quickstart
Avatar
Avatar
Avatar
3
jul 25
4547
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now