get_help_center_article_by_slug
Finds a help center article by its URL slug, allowing retrieval without knowing the article ID.
Instructions
Get a single help center article by its URL slug. Useful when you know the slug from a URL but not the article ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The URL slug of the article | |
| helpCenterId | Yes | The ID of the help center the article belongs to |