> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/french/flux-dautomatisations/tous-les-composants/hablla/organisations/creer.md).

# Créer

### 🎯 **Que fait cette opération ?**

Cette opération crée un nouvel enregistrement d'organisation dans le système, permettant de remplir des informations telles que : \
✅ Nom de l'entreprise\
✅ CNPJ (si applicable)\
✅ Adresse, téléphones et e-mails\
✅ Propriétaire de l'organisation\
✅ Tags personnalisés\
✅ Statut de l'entreprise dans l'entonnoir de vente

***

### 📂 **Comment configurer l'opération "Créer"**

#### 1️⃣ **Accédez au composant**

1. Dans **Hablla Studio**, ouvrez le flux d'automatisation où vous souhaitez créer une organisation.
2. Ajoutez le **bloc Organisations**.
3. Dans **panneau latéral droit**, sélectionnez l'opération **"Créer"**.

#### 2️⃣ **Remplissez les champs obligatoires**

* **Nom de l'organisation** (Champ obligatoire) → Définissez le nom de l'entreprise.
* **CNPJ** (Champ optionnel) → Indiquez le CNPJ de l'entreprise si applicable.

#### 3️⃣ **Ajouter des informations complémentaires** *(Optionnel)*

* **À propos** → Brève description de l'organisation.
* **Adresse** → Incluez des informations telles que le code postal, la rue, le numéro, la ville et l'état.
* **Téléphones** → Ajoutez des téléphones personnels ou professionnels.
* **E-mails** → Saisissez une adresse e-mail de contact.
* **Propriétaire de l'organisation** → Sélectionnez un utilisateur responsable.
* **Tags** → Définissez des mots-clés pour la segmentation.
* **Statut du client** → Choisissez parmi :
  * Prospect
  * Engagé
  * En négociation
  * Client actif
  * Client inactif
  * Défenseur
  * Perdu
  * Non qualifié

#### 4️⃣ **Enregistrer la configuration**

Après avoir rempli les champs, cliquez sur le bouton **"Enregistrer"** ✅.

Désormais, chaque fois que cette automatisation sera déclenchée, **une nouvelle organisation sera créée automatiquement**.

***

### 📌 **Exemple d'utilisation dans le flux d'automatisation**

📊 **Scénario :** Vous souhaitez créer un flux où une organisation est créée automatiquement lorsqu'un nouveau lead d'entreprise est capturé.

1. **Bloc 1** → Capturer un **nouveau lead** via un formulaire.
2. **Bloc 2** → Créer une **nouvelle organisation** associée au lead.
3. **Bloc 3** → Envoyer une **notification interne** à l'équipe commerciale.

Résultat : 🚀 **L'entreprise sera créée automatiquement et liée au lead généré !**

***

### 🎉 **Conclusion**

L'opération **Créer une organisation** dans Hablla Studio est essentiel pour **enregistrer des entreprises de manière automatisée et organisée**, permettant un flux CRM plus efficace et stratégique.

Si vous avez besoin de plus d'assistance, contactez notre équipe ! 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hablla.com/french/flux-dautomatisations/tous-les-composants/hablla/organisations/creer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
