From 228b7386eab2f38c68bd89c357a62ddc9f8da798 Mon Sep 17 00:00:00 2001 From: Thomas des Francs Date: Tue, 10 Dec 2024 10:39:38 +0100 Subject: [PATCH] API & Webhooks doc quick fix (#8994) Quick fix for https://github.com/twentyhq/twenty/issues/8990 --- .../src/content/user-guide/functions/api-webhooks.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/twenty-website/src/content/user-guide/functions/api-webhooks.mdx b/packages/twenty-website/src/content/user-guide/functions/api-webhooks.mdx index 9354474b4..482d266f5 100644 --- a/packages/twenty-website/src/content/user-guide/functions/api-webhooks.mdx +++ b/packages/twenty-website/src/content/user-guide/functions/api-webhooks.mdx @@ -15,7 +15,7 @@ For example, you can use them to retrieve details of a specific `Person` or `Com ### Generate an API key 1. Go to Settings in the sidebar on the left. -2. Under Workspace, go to Developers. Here, you'll see a list of active keys that you or your team have created. +2. In the bottom left, activate "Advanced mode." A new section for API & Webhooks will appear. 3. To generate a new key, click on `+ Create key` at the top right. 4. Give your API key a name, an expiration date, and a logo. 5. Hit save to see your API key. @@ -84,4 +84,4 @@ For instance, a webhook can alert your system in real-time when someone creates 1. In Developers, find your webhook. 2. Click on your webhook and press **Delete** to remove it. A confirmation popup will appear to confirm. - \ No newline at end of file +