Avant de commencer : comment fonctionnent les automatisations conditionnelles
Mais qu’est-ce que la logique conditionnelle dans les pipelines ? Essentiellement:
Si a est vrai, alors b se produit.
Inside a pipeline, it means that if a client account has specific tags ( New client, for example), then specific actions are triggered for that job as it moves through the pipeline. So in order for conditional logic to work, you’ll need to create tags to apply to your client accounts.
De cette façon, différentes automatisations se déclencheront pour différents types de clients.
You can read more about conditional stages and automations or jump right to the example below.
Document
Conditions de pipelines (avancées) : réductions automatisées pour les clients qui reviennent
Avant de commencer : comment fonctionnent les automatisations conditionnelles
Mais qu’est-ce que la logique conditionnelle dans les pipelines ? Essentiellement:
Si a est vrai, alors b se produit.
Inside a pipeline, it means that if a client account has specific tags ( New client, for example), then specific actions are triggered for that job as it moves through the pipeline. So in order for conditional logic to work, you’ll need to create tags to apply to your client accounts.
De cette façon, différentes automatisations se déclencheront pour différents types de clients.
You can read more about conditional stages and automations or jump right to the example below.