Create a BusinessRuleAsk AIpost https://api.vcita.biz/v3/ai/business_rulesOverview Create a new business rule for the authenticated business. Available for Staff tokens.Body ParamscontentstringrequiredThe content or text of the business rule (e.g., "Always use a friendly and professional tone"). For FAQ rules, include both the question and answer.sort_orderintegerSort order for displaying rules within a category (e.g., 0). Lower values appear first. Defaults to 0 if not provided.category_codestringenumrequiredThe category code of the business rule. Determines how the AI agent uses this rule. Available values: tone_of_voice - Rules about communication style and tone the AI should adopt when interacting with clients. policies_and_info - Rules about business operations, pricing, and scheduling policies. things_to_avoid - Rules about topics, phrases, or actions the AI should not mention or perform. faq - Frequently asked questions and their answers. client_facing_bot_policies - Rules specifically for client-facing bot interactions, defining bot behavior, limitations, and escalation policies. tone_of_voicepolicies_and_infothings_to_avoidfaqclient_facing_bot_policiesAllowed:tone_of_voicepolicies_and_infothings_to_avoidfaqclient_facing_bot_policiesResponses 201Business rule created successfully 400Bad request - malformed request or invalid syntax 401Unauthorized - invalid or missing bearer token 422Unprocessable Entity - Validation error.Updated about 1 month ago