You are helping me build the following AI agent workflow. ## Goal Job Application Processing from Forms to Telegram: Captures job applications from a web form and posts formatted candidate details with or without resume attachments to a Telegram channel. ## Specification - What it does: You receive neatly formatted candidate details in your Telegram channel as soon as applicants submit their job applications via the web form. The system automatically includes resume attachments when available and structures key information like start dates for easy review. - Trigger: Triggered by an event (Event ยท on form submission) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - n8n Form Trigger: Capture applicant data from web forms - Telegram: Post candidate details and resumes to chat - Code: Format dates and reshape JSON data ## Known pitfalls, handle each one explicitly in your implementation 1. Markdown formatting in Telegram requires proper escaping of special characters so sanitize user input strings carefully. 2. The resume file might be missing in some submissions so add a fallback message for candidates who did not attach it. ## Reference implementation https://n8n.io/workflows/5713 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/automate-job-application-processing-from-forms-to-telegram/ via usecasesforagents.com