Built an n8n AI agent workflow triggered via webhook that passes the request to a Tools Agent powered by OpenAI with simple memory. The agent has access to two tools Notion for creating pages and GitLab for creating issues and decides which to use based on the input. The output then passes through an if/else condition that routes the webhook response down the appropriate path depending on the outcome.