diff --git a/posthog/cdp/templates/attio/template_attio.py b/posthog/cdp/templates/attio/template_attio.py index 0ed851d9ed4d0..35eaec27bc1b3 100644 --- a/posthog/cdp/templates/attio/template_attio.py +++ b/posthog/cdp/templates/attio/template_attio.py @@ -5,7 +5,7 @@ type="destination", id="template-attio", name="Attio", - description="Update contacts in Attio", + description="Create and update contacts in Attio", icon_url="/static/services/attio.png", category=["Advertisement"], hog=""" @@ -43,9 +43,9 @@ { "key": "apiKey", "type": "string", - "label": "Attio API Key", - "description": "Check out this page on how to get your API key: https://attio.com/help/reference/integrations-automations/generating-an-api-key", - "secret": False, + "label": "Access token", + "description": "Check out this page to get your API key: https://attio.com/help/reference/integrations-automations/generating-an-api-key", + "secret": True, "required": True, }, {