( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
// Configure your n8n instance URL and form path here.
// Example for local n8n: http://localhost:5678
// Example for hosted n8n: https://n8n.yourdomain.com
define('N8N_BASE_URL', 'https://thebrandai.app.n8n.cloud');
// This should match the Form Trigger path in your n8n workflow (ProposalX.json)
define('N8N_FORM_PATH', 'deep_proposal');
// Non-iframe integration endpoints (create these webhooks in n8n)
// POST -> returns { questions: [] }
define('N8N_QUESTIONS_URL', 'https://thebrandai.app.n8n.cloud/webhook/proposalx/questions');
// POST -> returns { requestId, notionUrl }
define('N8N_SUBMIT_URL', 'https://thebrandai.app.n8n.cloud/webhook/proposalx/submit');