view_solution_article
Access and display solution articles in Freshdesk using the article ID to retrieve relevant support content for customer inquiries.
Instructions
View a solution article in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
article_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"article_id": {
"title": "Article Id",
"type": "integer"
}
},
"required": [
"article_id"
],
"title": "view_solution_articleArguments",
"type": "object"
}