create_solution_article
Generate a solution article in Freshdesk by specifying a folder ID and article fields, streamlining support documentation creation and management.
Instructions
Create a solution article in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
article_fields | Yes | ||
folder_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"article_fields": {
"title": "Article Fields",
"type": "object"
},
"folder_id": {
"title": "Folder Id",
"type": "integer"
}
},
"required": [
"folder_id",
"article_fields"
],
"title": "create_solution_articleArguments",
"type": "object"
}