> For the complete documentation index, see [llms.txt](https://docs.abby.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abby.fr/sans-code/demarrer-avec-make.md).

# Démarrer avec Make

Par exemple :

* Synchroniser vos contacts Gmail et Abby.
* Générer automatiquement une facture dans Abby chaque fois qu'un client achète un produit sur votre boutique Shopify.
* Créer une tâche dans Abby quand vous receçez un email.

Ces automatisations vous permettent de gagner un temps précieux et de gérer vos activités en toute simplicité !

### Connecter Make avec Abby

1. Se rendre sur [Make](https://www.make.com/en/login) et créer un compte.
2. Créer un scénario.
3. Ajouter une action ou un déclencheur Abby.

![Ajouter une action depuis l'application Abby Make](https://i.gyazo.com/7e7b7b85c08b36b737a54d3f6d64fcfe.gif)

3\. Autoriser make à accéder à votre compte Abby

![Autoriser Make depuis Abby](/files/WLiKjsXpbenFVeGT7GGs)

Et voilà, **Make** à accès à votre compte **Abby** et vous pouvez commencer à créer des automatisations :tada:

Vous pouvez également explorer les actions et les déclencheurs que propose Abby.

{% content-ref url="/pages/EsJHT0nefP8H4eT4qTqf" %}
[Actions](/sans-code/actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/7X1mTNvoFmTjFJEkqUZm" %}
[Déclencheurs](/sans-code/declencheurs.md)
{% endcontent-ref %}

### Révoquer Make depuis Abby

Si vous souhaitez déconnecter Make d'Abby.

1. Rendez-vous dans la page de paramètres d'[intégration](https://my.app-abby.com/settings/integrations).
2. Déconnectez l'application Make.

![Révoquer l'accès Make à votre compte Abby](/files/0P744nOE6UroOF9FnzNZ)

**Make** n'a plus accès à **Abby** et, par conséquent, ne pourra plus faire fonctionner les automatisations que vous avez configurées.


---

# 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:

```
GET https://docs.abby.fr/sans-code/demarrer-avec-make.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
