{
    "name": "Auto-Update Knowledge Base",
    "description": "Automatically add new posts to your AI chatbot knowledge base when published.",
    "category": "content",
    "trigger": "publish_post",
    "config": {
        "trigger": {
            "type": "publish_post",
            "config": {
                "post_type": "post"
            },
            "actions": [
                {
                    "action_type": "update_kb",
                    "config": {
                        "data_source": "trigger"
                    }
                }
            ]
        }
    }
}