ghl_create_faq
Create an FAQ entry with a question and answer in a specified knowledge base, returning the new FAQ's ID.
Instructions
Create a new FAQ question and answer inside a knowledge base. Returns the created FAQ object with its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | The FAQ answer text | |
| question | Yes | The FAQ question text | |
| knowledgeBaseId | Yes | Knowledge base ID to add the FAQ to |